Skip to content

Commit

Permalink
New password passed encrypted on "Save"
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangimig committed Nov 22, 2015
1 parent 4bba431 commit 0a42240
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions itol/com.wilutions.itol.IssueApplication.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pushd "d:\git\itol\itol"
set CP=d:\git\itol\itol\bin
set CP=%CP%;d:\git\itol\itol-db\bin
pushd "D:\git\itol\itol"
set CP=D:\git\itol\itol\bin
set CP=%CP%;D:\git\itol\itol-db\bin
set CP=%CP%;D:\git\joa\java\joa\bin
"D:\Program Files (x86)\Java\jdk1.8.0_60\jre\bin\java.exe" -classpath "%CP%" com.wilutions.itol.IssueApplication
"C:\Program Files\Java\jre1.8.0_65\bin\java.exe" -classpath "%CP%" com.wilutions.itol.IssueApplication
2 changes: 1 addition & 1 deletion itol/src/com/wilutions/itol/Globals.java
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public static void setConfig(List<Property> configProps) throws IOException {
writeData();
readData();
issueService = new IssueServiceFactory_JS().getService(appDir, config.serviceFactoryParams);
issueService.setConfig(configProps);
issueService.setConfig(config.configProps);
issueService.initialize();
issueServiceRunning = true;
}
Expand Down

0 comments on commit 0a42240

Please sign in to comment.