Skip to content

Commit

Permalink
for #312 updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Jul 6, 2018
1 parent c4ee41d commit 3506e67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class OpenUnisonServletFilter extends UnisonServletFilter {



public static final String version = "1.0.15-2018061405";
public static final String version = "1.0.15-2018070501";



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ public TremoloType getCfg() {
* @throws Exception
*/
public UnisonConfigManagerImpl(String configXML,ServletContext ctx,String name) throws Exception {
this.errorPages = new HashMap<Integer,String>();

this.configXML = configXML;
this.ctx = ctx;
this.name = name;
Expand Down Expand Up @@ -356,7 +358,7 @@ public void initialize(String name)

this.loadMyVD(path, myVdPath);

this.errorPages = new HashMap<Integer,String>();

if (cfg.getApplications().getErrorPage() != null) {
for (ErrorPage ep : cfg.getApplications().getErrorPage()) {
this.errorPages.put(ep.getCode(), ep.getLocation());
Expand Down

0 comments on commit 3506e67

Please sign in to comment.