Bug #990
service.cfg file parses incorrectly if a space occurs after a continuation backslash
Start date:
07/09/2018
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Preliminary investigation shows that Java's Properties load method handles a space after a backslash as a new line rather than a continuation, as might be expected. This leads to a property object that has unexpected, strangely named properties as well as list items missing from the original desired list. Also, the resulting property object may be mostly intact, depending where in the file the extra space occurs, leading to difficult to diagnose errors.
The probably solution is probably to preprocess the service.cfg file and remove any characters after the \ and before the end of line.
History
#1 Updated by Mike Stults about 5 years ago
- Resolution set to Fixed
- Target version set to 2.4.9
Re-listed and fixed as issue #1 at https://github.com/iris-edu/webserviceshell