devCod3r opened a new pull request, #3665:
URL: https://github.com/apache/eventmesh/pull/3665

   Fixes #3019
   
   ### Motivation
   
   Found a call to a method which will perform a byte to String (or String to 
byte) conversion, and will assume that the default platform encoding is 
suitable. This will cause the application behaviour to vary between platforms.
   Above issue is the reason why this change is introduced.
   Issue #3019
   
   ### Modifications
   
   Passed Constants.DEFAULT_CHARSET as the parameter to getBytes() method in 
line 115,116,167,168,178,179 of TCPClientHandler.java class.
   
   ### Documentation
   
   - Does this pull request introduce a new feature?
   - Ans: no
   - If a feature is not applicable for documentation, explain why?
   - Ans: Passed a parameter to the existing method in TCPClientHandler.java 
class.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to