[Bug 66178] Reduce garbage from strings in AbstractArchiveResourceSet.getResource

2022-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66178 --- Comment #11 from Joe Jackson --- Hey Christopher, Sorry for the delay in getting back to you. I haven't been able to create a demo application, but basically, you would just need a high number of jars and then call

[tomcat] branch 8.5.x updated: Fix comment typo

2022-08-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new c40729b6af Fix comment typo c40729b6af is

[tomcat] branch 9.0.x updated: Fix comment typo

2022-08-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 7c7795fdba Fix comment typo 7c7795fdba is

[tomcat] branch 10.0.x updated: Fix comment typo

2022-08-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 2711640ec8 Fix comment typo 2711640ec8 is

[tomcat] branch main updated: Fix comment typo

2022-08-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 6c460bbb93 Fix comment typo 6c460bbb93 is described

[Bug 66222] Exception occured while sending Websocket Message and the session is being closed

2022-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66222 Mark Thomas changed: What|Removed |Added Severity|blocker |normal --- Comment #2 from Mark Thomas

[Bug 66222] Exception occured while sending Websocket Message and the session is being closed

2022-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66222 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark

[Bug 66222] New: Exception occured while sending Websocket Message and the session is being closed

2022-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66222 Bug ID: 66222 Summary: Exception occured while sending Websocket Message and the session is being closed Product: Tomcat 8 Version: 8.5.11 Hardware: PC

[GitHub] [tomcat-jakartaee-migration] markt-asf closed issue #31: Exception occured while sending Websocket Message and the session is being closed.

2022-08-16 Thread GitBox
markt-asf closed issue #31: Exception occured while sending Websocket Message and the session is being closed. URL: https://github.com/apache/tomcat-jakartaee-migration/issues/31 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [tomcat-jakartaee-migration] markt-asf commented on issue #31: Exception occured while sending Websocket Message and the session is being closed.

2022-08-16 Thread GitBox
markt-asf commented on issue #31: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/31#issuecomment-1216759692 Wrong project. And support questions belong on the users mailing list, not in the issue tracker. https://tomcat.apache.org/lists.html#tomcat-users -- This is

[GitHub] [tomcat-jakartaee-migration] Karthikeyan021298 opened a new issue, #31: Exception occured while sending Websocket Message and the session is being closed.

2022-08-16 Thread GitBox
Karthikeyan021298 opened a new issue, #31: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/31 Hi, I am trying to send the Message from the Websocket Server using "session.getBasicRemote().sendText("message");" , I got the IO exception message" The current thread

[Bug 66221] request parameters put in http header or body which performance better?

2022-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66221 Han Li changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 66221] request parameters put in http header or body which performance better?

2022-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66221 --- Comment #1 from Han Li --- Bugzilla is not a support forum. Please post your question to the users' mailing list. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66221] New: request parameters put in http header or body which performance better?

2022-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66221 Bug ID: 66221 Summary: request parameters put in http header or body which performance better? Product: Tomcat 9 Version: 9.0.64 Hardware: PC OS: Linux

[Bug 66196] HTTP/1 connector doesn't blow-up when HTTP header contains non-ASCII characters

2022-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66196 --- Comment #4 from Boris Petrov --- Logging a warning (or even logging at the ERROR level) sounds great to me. Everyone should be monitoring their logs for warnings and errors so this should be visible to most. And would save people time as