Ken Gilmer | 8b24ccf | 2012-01-08 05:19:21 +0000 | [diff] [blame] | 1 | Changes from 0.1.2 to 0.1.4 |
| 2 | --------------------------- |
Ken Gilmer | 5e88022 | 2011-11-10 12:56:14 +0000 | [diff] [blame] | 3 | |
Ken Gilmer | 8b24ccf | 2012-01-08 05:19:21 +0000 | [diff] [blame] | 4 | ** Bug |
| 5 | * fix regression in resource path resolution code in test cases. |
| 6 | * put 'shutdown server on last client deregistration' optimization in a thread and wait 30 seconds before checking if no clients are registered. Fixes issue in which sole client "bounces" registration service on start and causes deadlock in server. |
| 7 | * fix bad formatting of ASF license header clobbered by Eclipse formatter. |
| 8 | * Use consistent names in DEPS/NOTICE files. |
| 9 | * [FELIX-3266] - PrintWriter in HttpServletResponse does not send string content to client |
| 10 | * [FELIX-3253] - Fails to resolve urls with multiple successive path separators |
| 11 | * [FELIX-3256] - Remove Ant build file from Lightweight HTTP Service bundle. |
| 12 | |
| 13 | ** Improvement |
| 14 | * : [FELIX-3291] - added cookie support |
| 15 | * : [FELIX-3287] - Support Java 1.3 with provided by patch from Yann Diorcet. |
| 16 | * : ignore socket exceptions when server is explicitly shutdown. |
| 17 | * : [FELIX-3276] - create 'minimal' and 'complete' targets. 'complete' target includes servlet and osgi dependencies. |
| 18 | * : javadoc additions to public methods. |
| 19 | |
| 20 | Version 0.1.2 |
| 21 | --------------------- |
| 22 | * Initial Release |