neo-ytx opened a new pull request, #617:
URL: https://github.com/apache/tomcat/pull/617

   1. I think toString method should not change the object's status. Because 
this method is used for return a String. Most people think they can get 
object's stringValue from this method, and will not change the object's status.
   2. The issue I found: After I integrate openTelemetry with my tomcat web 
services, the service always return 404. The openTelemetry use the toString 
method, then tomcat think it is a str not byte and return 404 error.


-- 
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: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to