| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Groom_1-3.jar | 2010-05-02 | 118.4 kB | |
| Groom_1-3_src.zip | 2010-05-02 | 294.6 kB | |
| README.TXT | 2010-05-02 | 1.3 kB | |
| Totals: 3 Items | 414.3 kB | 0 | |
Groom Web Server - Release Notes ================================================================== Mathieu ALLORY, May. 2010 - Under GNU General Public License (GPL) http://www.groomws.info Version: Groom/1.3 Delivery date: 2010/05/02 BUGFIXES: ------------- BUG#2959623: Files without extension cannot be served BUG#2995323: Some exceptions not caught when throw in handlers BUG#2980738: Directory handlers do not escape characters BUG#2959620: Could not run FancyDirectoryHandler with JDK 1.4 BUG#2959874: FancyDirectoryHandler does not display directory name of / EVOLUTIONS: ----------- * Preparing Android port: split method main into main and Launch to separate command line arguments parsing and server instantiation. * Preparing Android port: Do not invoke canExecute directly, use reflection instead * Performance improvement: This new version is 3 times faster than the previous one (avoid replacements in large strings) * Introducing new utility classes from Apache Commons (related to bug 2980738) CODE CLEAN-UP: -------------- * More Javadoc tagging, still much to do * Fixed all imports * Suppress warnings everywhere but in embedded alien code * A (bit) less stupid log levels ordering: New trace telling in any case which URL was requested (level 3), default log level is now 3