Re: [tomcat] branch main updated: Avoid unchecked use of the backing array

2023-04-21 Thread Christopher Schultz
Rémy, On 4/21/23 03:53, r...@apache.org wrote: 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 4d9

JsonAccessLogValve

2023-04-21 Thread Rainer Jung
Hi all, I am looking at the new access log valve to add support for the pattern fields with sub keys (headers, attributes etc.). Many of those have free text values, so ensuring correct encodig is important. I noticed, that the AbstractAccessLogValve already does almost correct JSON encoding

Buildbot success in on tomcat-9.0.x

2023-04-21 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/526 Blamelist: Rainer Jung , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 9.0.x] c7e83cfda180888ee5308e90a6fd5f1c23e6bf89 Steps: worke

[tomcat] branch 9.0.x updated: Improve docs for access log valves.

2023-04-21 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 c7e83cfda1 Improve docs for access log valves. c7e8

[tomcat] branch 10.1.x updated: Improve docs for access log valves.

2023-04-21 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new e536d39387 Improve docs for access log valves. e5

[tomcat] branch main updated: Improve docs for access log valves.

2023-04-21 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 2ef1ec2062 Improve docs for access log valves. n

Buildbot failure in on tomcat-9.0.x

2023-04-21 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/525 Blamelist: remm Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 9.0.x] 7cd2947b83e75600138d2ee3a358834ece48fd9b St

[Bug 66574] Deadlock in websocket code

2023-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66574 --- Comment #5 from Remy Maucherat --- Well, it seems like it is triggered by your code. "thread" #824 decides to wait in your code, blocking inside the main Servlet request processing (so it is still holding the socket wrapper lock). "thread"

[Bug 66575] Use of ByteBuffer.array() not guarded by hasArray()

2023-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66575 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch 8.5.x updated: Avoid unchecked use of the backing array

2023-04-21 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 f0f052626f Avoid unchecked use of the backing array

[tomcat] branch 9.0.x updated: Avoid unchecked use of the backing array

2023-04-21 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 7cd2947b83 Avoid unchecked use of the backing array

[tomcat] branch 10.1.x updated: Avoid unchecked use of the backing array

2023-04-21 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new e51b498e57 Avoid unchecked use of the backing arra

[tomcat] branch main updated: Avoid unchecked use of the backing array

2023-04-21 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 4d963f8c51 Avoid unchecked use of the backing array 4d

[Bug 66574] Deadlock in websocket code

2023-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66574 --- Comment #4 from Boris Petrov --- Created attachment 38543 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38543&action=edit Thread dump -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 66574] Deadlock in websocket code

2023-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66574 Boris Petrov changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from Boris Petrov -

[Bug 66531] Threading model causes deadlocks

2023-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66531 Boris Petrov changed: What|Removed |Added CC||boris_pet...@live.com -- You are recei