Skip to content

Commit

Permalink
fixed null pointer if security is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Eichar committed Nov 25, 2011
1 parent c049988 commit 980f56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mapfish/print/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class Config {

private boolean tilecacheMerging = false;

private List<SecurityStrategy> security = null;
private List<SecurityStrategy> security = Collections.emptyList();

private String outputFilename = "mapfish-print.pdf";

Expand Down

0 comments on commit 980f56d

Please sign in to comment.