Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.3
-
Fix Version/s: 2.7.0
-
Component/s: None
-
Labels:None
-
Acceptance Test - Add?:No
Description
Java basically supports control characters in strings but xml parser recognize them as illegal characters. so if you are sending control characters openfire will close the connection immediately because of malformed data.
fixed by replacing control characters with nothing