[Bug 66183] New: AccessLogValve - %{xxx}c should output the value of all cookies with the same name

2022-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66183 Bug ID: 66183 Summary: AccessLogValve - %{xxx}c should output the value of all cookies with the same name Product: Tomcat 10 Version: unspecified Hardware: PC

[Bug 66183] AccessLogValve - %{xxx}c should output the value of all cookies with the same name

2022-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66183 --- Comment #1 from HanLi --- If it's confirmed that a fix is needed, I'd be happy to provide pr, and I'd probably splice multiple values with commas, just like this: value1,value2,value3 -- You are receiving this mail because: You are the as

[Bug 66184] New: Null root logger level on Java 8

2022-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66184 Bug ID: 66184 Summary: Null root logger level on Java 8 Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC Status: NEW Severity: normal Priority: P2

[GitHub] [tomcat] ppkarwasz opened a new pull request, #533: [Bug 66184] Ensure that all root loggers have a level or parent

2022-07-28 Thread GitBox
ppkarwasz opened a new pull request, #533: URL: https://github.com/apache/tomcat/pull/533 Since Java 8 the default level of a root logger is no longer set in the constructor. This PR sets the level to INFO (LogManager's default) if it is absent. This patch should work on all the

[Bug 66184] Null root logger level on Java 8

2022-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66184 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO OS|

[Bug 66185] New: SSL Configuration error

2022-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66185 Bug ID: 66185 Summary: SSL Configuration error Product: Tomcat 10 Version: 10.0.20 Hardware: PC Status: NEW Severity: critical Priority: P2 Component

[Bug 66184] Null root logger level on Java 8

2022-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66184 --- Comment #2 from Piotr P. Karwasz --- Hi Christopher, (In reply to Christopher Schultz from comment #1) > Sounds like a bug in Java, not Tomcat. > > Do you have a stack trace from where Tomcat triggers this? The `LogManager` in JDK8 initi

[Bug 66185] SSL Configuration error

2022-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66185 Piotr P. Karwasz changed: What|Removed |Added OS||All --- Comment #1 from Piotr P. Ka