google-code-export / h2database

Automatically exported from code.google.com/p/h2database
0 stars 1 forks source link

Coding errors in org.h2.server.web.WebServer #244

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
WebServer.java:
line 585: 
    prop.setProperty("webAllowOthers", "" + SortedProperties.getBooleanProperty(old, "webAllowOthers", ssl));
line 586: 
    prop.setProperty("webSSL", "" + SortedProperties.getBooleanProperty(old, "webSSL", allowOthers));

   The argument "ssl" and "allowOthers" should exchange position?

Original issue reported on code.google.com by live.t...@gmail.com on 27 Oct 2010 at 7:08

GoogleCodeExporter commented 9 years ago
Thanks a lot! This will be fixed in the next release.

Original comment by thomas.t...@gmail.com on 28 Oct 2010 at 6:34

GoogleCodeExporter commented 9 years ago
Fixed in version 1.2.145.

Original comment by thomas.t...@gmail.com on 2 Nov 2010 at 7:30

GoogleCodeExporter commented 9 years ago
Thanks, well done!

Original comment by live.t...@gmail.com on 3 Nov 2010 at 2:45