-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.10.1.1, 10.10.2.0
-
Component/s: Network Server
-
Labels:None
-
Urgency:Normal
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.
- is related to
-
DERBY-6481 Derby 10.10 backport issue (winter/spring 2014)
-
- Closed
-