[Bug 65763] New: WsRemoteEndpointImplBase#sendMessageBlock cannot close session properly when have TimeoutException

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65763 Bug ID: 65763 Summary: WsRemoteEndpointImplBase#sendMessageBlock cannot close session properly when have TimeoutException Product: Tomcat 9 Version: 9.0.44 Hardware: PC

[Bug 65763] WsRemoteEndpointImplBase#sendMessageBlock cannot close session properly when have TimeoutException

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65763 --- Comment #1 from alex --- Created attachment 38141 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38141&action=edit Caused by: java.lang.IllegalStateException: Concurrent write -- You are receiving this mail because: You are the as

[Bug 65763] WsRemoteEndpointImplBase#sendMessageBlock cannot close session properly when have TimeoutException

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65763 --- Comment #2 from alex --- Comment on attachment 38141 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38141 Caused by: java.lang.IllegalStateException: Concurrent write > >Caused by: java.lang.IllegalStateException: Concurrent wr

[Bug 65757] Async WriteListener#onWritePossible never called

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #8 from Remy Maucherat --- (In reply to Mark Thomas from comment #7) > (In reply to Remy Maucherat from comment #5) > > Once reviewed and validated (if needed), a fix like this one is almost > > always applied to all branches. > >

[Bug 65755] Users sporadically receive responses intended for other user's session

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65755 --- Comment #1 from Christopher Schultz --- Usually this kind of thing is caused by an application retaining references to object references like the session, request, or response. Can you please confirm that you are not keeping any references

[tomcat] branch main updated: Update OWB and CXF example modules version numbers

2021-12-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 f52fde3 Update OWB and CXF example modules version nu

[tomcat] branch 10.0.x updated: Update OWB and CXF example modules version numbers

2021-12-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 dc2480c Update OWB and CXF example modules versio

[tomcat] branch 9.0.x updated: Update OWB and CXF example modules version numbers

2021-12-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 3abafc7 Update OWB and CXF example modules version

Re: Enable to "json stringify" access logs

2021-12-23 Thread Christopher Schultz
Romain, On 12/18/21 14:28, Romain Manni-Bucau wrote: I wonder if you would be interested in an access log "function" enabling to make an access log element a valid json string. Idea is to enable to have access logs patterns producing valid JSON whatever the dynamic string content, maybe somethi