Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.10.1.1, 10.10.2.0
-
None
-
Normal
Description
If you pass a non-ascii username/password combination to a NetworkServerControl API command, such as
java -jar derbynet.jar shutdown -user Bjørn -password Dæhlie
it will hang forever.
The reason is that NetworkServerControlImpl.writeLDString() writes the length of the string in characters, whereas NetworkServerControlImpl.readLDString() expects the length to be in number of bytes.
Attachments
Attachments
Issue Links
- is related to
-
DERBY-6481 Derby 10.10 backport issue (winter/spring 2014)
- Closed