You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2021/11/03 21:09:45 UTC

[GitHub] [tomcat] dblevins opened a new pull request #457: MimeHeader.toString to speed up debugging in IDEs

dblevins opened a new pull request #457:
URL: https://github.com/apache/tomcat/pull/457


   Minor improvement to show header name/value in IDE while debugging.  Without it you get an array of object that looks like this:
   
   ![image](https://user-images.githubusercontent.com/94926/140192733-d7286b32-7b62-442b-be60-361242fceb3e.png)
   
   Most IDEs like Intellij will show the toString value automatically beside the instance.  Most other objects in coyote Request have a toString already and show up quite nicely:
   
   ![image](https://user-images.githubusercontent.com/94926/140193088-94e00e7d-599a-44da-8836-61a49d7ad91c.png)
   


-- 
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-unsubscribe@tomcat.apache.org

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



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


[GitHub] [tomcat] markt-asf merged pull request #457: MimeHeader.toString to speed up debugging in IDEs

Posted by GitBox <gi...@apache.org>.
markt-asf merged pull request #457:
URL: https://github.com/apache/tomcat/pull/457


   


-- 
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-unsubscribe@tomcat.apache.org

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



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