Bug report for Tomcat Modules [2024/02/11]

2024-02-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2024/02/11]

2024-02-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 68596] Remaining overhead in javax.el.CompositeELResolver.convertToType

2024-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68596 --- Comment #7 from Mark Thomas --- Thanks for the additional review Konstantin. ELResolver.convertToType() is public API. It is defined by the specification and we can't change that. Your comment about setting setPropertyResolved(false

[Bug 68596] Remaining overhead in javax.el.CompositeELResolver.convertToType

2024-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68596 --- Comment #6 from Konstantin Kolinko --- (In reply to John Engebretson from comment #0) > context.setPropertyResolved(false); > ... > > context can be of type ELContextImpl, ELContextWrapper, Evalu

[Bug 68596] Remaining overhead in javax.el.CompositeELResolver.convertToType

2024-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68596 --- Comment #5 from John Engebretson --- Yep. Thanks! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr

[Bug 68596] Remaining overhead in javax.el.CompositeELResolver.convertToType

2024-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68596 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #4 from Mark

[Bug 68603] Request Context path and Query param gets replaced

2024-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68603 Mark Thomas changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #3 from Mark

[Bug 68603] Request Context path and Query param gets replaced

2024-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68603 Naresh changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[Bug 68593] Request Context is replaced after restoreRequest()

2024-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68593 --- Comment #3 from Mark Thomas --- *** Bug 68603 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug

[Bug 68603] Request Context path and Query param gets replaced

2024-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68603 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 68603] New: Request Context path and Query param gets replaced

2024-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68603 Bug ID: 68603 Summary: Request Context path and Query param gets replaced Product: Tomcat 9 Version: 9.0.83 Hardware: PC Status: NEW Severity: major Priority

[Bug 68089] ApplicationHttpRequest.getSpecial() and removeSpecial() use linear scans

2024-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68089 --- Comment #9 from Mark Thomas --- I did look at using !startsWith("jakarta") but that is ~2x slower than a length check. I've coded up the length check and am just running some tests locally. -- You are receiving this mail be

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 68572] migration tool does not conver xmlrpc-server3.0.jar to be jakarta compliant

2024-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68572 --- Comment #2 from Mark Thomas --- *** Bug 68599 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug

[Bug 68599] migration tool jakartaee-migration-1.0.7 does not convert xmlrpc-server-3.1.3.jar

2024-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68599 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 68599] New: migration tool jakartaee-migration-1.0.7 does not convert xmlrpc-server-3.1.3.jar

2024-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68599 Bug ID: 68599 Summary: migration tool jakartaee-migration-1.0.7 does not convert xmlrpc-server-3.1.3.jar Product: Tomcat 10 Version: 10.1.18 Hardware: PC

[Bug 68597] New: hannover messe

2024-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68597 Bug ID: 68597 Summary: hannover messe Product: Tomcat Connectors Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 68596] Remaining overhead in javax.el.CompositeELResolver.convertToType

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68596 --- Comment #3 from John Engebretson --- > This needs some more thought... Thanks, I'll keep chewing on it too. > Note: This may get moved to an enhancement if there isn't an obvious way to > improve this) Makes sense, thanks.

[Bug 68596] Remaining overhead in javax.el.CompositeELResolver.convertToType

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68596 --- Comment #2 from Mark Thomas --- #1 isn't an option unfortunately. With more complex EL expressions ELContext.isPropertyResolved() will return true at the start of the call to convertToType(). At least one test fails if this code is removed

[Bug 68089] ApplicationHttpRequest.getSpecial() and removeSpecial() use linear scans

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68089 --- Comment #8 from John Engebretson --- Created attachment 39575 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39575=edit Support class for the speed test -- You are receiving this mail because: You are the assignee for the

[Bug 68089] ApplicationHttpRequest.getSpecial() and removeSpecial() use linear scans

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68089 --- Comment #7 from John Engebretson --- Created attachment 39574 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39574=edit Speed test -- You are receiving this mail because: You are the assignee for the

[Bug 68089] ApplicationHttpRequest.getSpecial() and removeSpecial() use linear scans

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68089 John Engebretson changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 68119] Significant overhead in javax.el.CompositeELResolver.convertToType

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68119 --- Comment #3 from John Engebretson --- This optimization was effective in production and reduced the method cost by approximately 2/3rds, saving more than 0.5% of cpu. The remaining time comes from another invokevirtual in the method which

[Bug 68596] Remaining overhead in javax.el.CompositeELResolver.convertToType

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68596 --- Comment #1 from John Engebretson --- Created attachment 39573 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39573=edit Support class for the speed test -- You are receiving this mail because: You are the assignee for the

[Bug 68596] New: Remaining overhead in javax.el.CompositeELResolver.convertToType

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68596 Bug ID: 68596 Summary: Remaining overhead in javax.el.CompositeELResolver.convertToType Product: Tomcat 9 Version: 9.0.85 Hardware: All OS: All

[Bug 68068] Hotspot in Ast*Nodes: itable method calls

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68068 --- Comment #5 from John Engebretson --- Production results confirm a small improvement - greater than zero but not enormous. Sorry, I'm not able to provide hard numbers because of the huge number of distinct code paths. -- You

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 --- Comment #8 from Mark Thomas --- I've been able to look at this some more. Thanks so much for the test case. It really speeds up the process. The processing paths for sync and async are distinct. Currently the error handling in async

[Bug 68449] session.maxInactiveInterval() is not working for SSO Users.

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68449 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[Bug 68593] Request Context is replaced after restoreRequest()

2024-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68593 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution

[Bug 68593] Request Context is replaced after restoreRequest()

2024-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68593 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO OS

[Bug 68558] Redundant calls to ByteChunk.toString()

2024-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68558 --- Comment #2 from John Engebretson --- > Are you sure about the request parameters being parsed multiple times? They > should only be parsed once per request. Yes - this appears to be triggered when an extra param is added by a JSP i

[Bug 68593] New: Request Context is replaced after restoreRequest()

2024-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68593 Bug ID: 68593 Summary: Request Context is replaced after restoreRequest() Product: Tomcat 9 Version: 9.0.83 Hardware: PC Status: NEW Severity: major Priority

[Bug 67683] C source code is not compatible with OpenSSL 1.0.2

2024-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67683 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org -- You

[Bug 68558] Redundant calls to ByteChunk.toString()

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68558 --- Comment #1 from Mark Thomas --- Are you sure about the request parameters being parsed multiple times? They should only be parsed once per request. Is org.apache.tomcat.util.buf.StringCache not caching the Strings or is just that local

[Bug 68495] Unable to find match between the canonical context and the URI presented by the user agent

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEEDINFO

[Bug 68572] migration tool does not conver xmlrpc-server3.0.jar to be jakarta compliant

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68572 Mark Thomas changed: What|Removed |Added OS||All Status|NEW

[Bug 68533] Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68533 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 --- Comment #7 from Christopher Schultz --- How do you get a valid HTTP request (not a 400) but then find yourself in a "Bad Request" state once async gets started? -- You are receiving this mail because: You are the assignee f

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 --- Comment #6 from adwsingh --- I agree on the closing connection part. Its just weird that sync and async behave differently, one sends out a 400 and other doesn't. Also the way you suggested in https://bz.apache.org/bugzilla/show_bug.cgi

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 --- Comment #5 from Mark Thomas --- I haven't looked at this yet but I suspect it may end up as WONTFIX. A bad request indicates a syntactically invalid request. At that point, it can be argued that given that the request is invalid, Tomcat

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 --- Comment #4 from adwsingh --- Any update on this? I can give fixing this a shot if no one else is planning to. -- You are receiving this mail because: You are the assignee for the bug

Bug report for Tomcat 10 [2024/02/04]

2024-02-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2024/02/04]

2024-02-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2024/02/04]

2024-02-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2024/02/04]

2024-02-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2024/02/04]

2024-02-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2024/02/04]

2024-02-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2024/02/04]

2024-02-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 68572] New: migration tool does not conver xmlrpc-server3.0.jar to be jakarta compliant

2024-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68572 Bug ID: 68572 Summary: migration tool does not conver xmlrpc-server3.0.jar to be jakarta compliant Product: Tomcat 10 Version: 10.1.18 Hardware: PC Status

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-01-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 adwsingh changed: What|Removed |Added Resolution|WONTFIX |--- Status|RESOLVED

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-01-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 adwsingh changed: What|Removed |Added CC||adwsi...@gmail.com -- You are receiving

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 --- Comment #1 from adwsingh --- Also similar to https://bz.apache.org/bugzilla/show_bug.cgi?id=68228 -- You are receiving this mail because: You are the assignee for the bug

[Bug 68559] New: BadRequestException doesn't send back a 400 when using Async servlets

2024-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 Bug ID: 68559 Summary: BadRequestException doesn't send back a 400 when using Async servlets Product: Tomcat 9 Version: 9.0.85 Hardware: PC OS: All

[Bug 68558] New: Redundant calls to ByteChunk.toString()

2024-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68558 Bug ID: 68558 Summary: Redundant calls to ByteChunk.toString() Product: Tomcat 9 Version: 9.0.81 Hardware: All OS: All Status: NEW Severity: normal

[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 68555] Errors encountered after upgrading version 7.0.57 to 9.0.14

2024-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68555 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 68555] New: Errors encountered after upgrading version 7.0.57 to 9.0.14

2024-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68555 Bug ID: 68555 Summary: Errors encountered after upgrading version 7.0.57 to 9.0.14 Product: Tomcat 9 Version: 9.0.14 Hardware: Other OS: Linux

Bug report for Tomcat 9 [2024/01/28]

2024-01-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2024/01/28]

2024-01-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2024/01/28]

2024-01-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 10 [2024/01/28]

2024-01-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2024/01/28]

2024-01-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2024/01/28]

2024-01-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2024/01/28]

2024-01-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 68533] Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68533 Den changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Den --- Mark, I

[Bug 68449] session.maxInactiveInterval() is not working for SSO Users.

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68449 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving this mail

[Bug 68533] Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68533 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark

[Bug 68518] Tomcat Windows Service fails when running in OpenJDK 11

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68518 Christopher Schultz changed: What|Removed |Added Resolution|FIXED |INVALID -- You are receiving

[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 --- Comment #2 from Remy Maucherat --- Ok, this sounds reasonable looking at the code. https://github.com/apache/tomcat/blob/main/java/org/apache/jasper/compiler/Generator.java#L623 -- You are receiving this mail because: You

[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 --- Comment #1 from John Engebretson --- Sorry, error with the numbering in the last sentence: the attached speed test shows a big improvement with #1 (right-sizing) but a greater improvement from either #2 or #3. -- You are receiving

[Bug 68546] New: Performance optimization in PageContextImpl.getELContext()

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 Bug ID: 68546 Summary: Performance optimization in PageContextImpl.getELContext() Product: Tomcat 9 Version: 9.0.81 Hardware: All OS: All

[Bug 68495] Unable to find match between the canonical context and the URI presented by the user agent

2024-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 --- Comment #2 from Mark Thomas --- No response after a week. If the requested information is not provided, the issue will be closed as WORKSFORME. -- You are receiving this mail because: You are the assignee for the bug

[Bug 68533] New: Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR

2024-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68533 Bug ID: 68533 Summary: Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR Product: Tomcat 9 Version: 9.0.83 Hardware: PC OS: Linux Status: NEW

[Bug 68518] Tomcat Windows Service fails when running in OpenJDK 11

2024-01-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68518 --- Comment #1 from kyuubimodero...@gmail.com --- Created attachment 39537 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39537=edit Logs when debug is enabled Attached commons-daemon.log file after enabling debug mode (--LogLe

[Bug 68518] New: Tomcat Windows Service fails when running in OpenJDK 11

2024-01-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68518 Bug ID: 68518 Summary: Tomcat Windows Service fails when running in OpenJDK 11 Product: Tomcat 9 Version: 9.0.83 Hardware: PC Status: NEW Severity

Bug report for Tomcat 8 [2024/01/21]

2024-01-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2024/01/21]

2024-01-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2024/01/21]

2024-01-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2024/01/21]

2024-01-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 10 [2024/01/21]

2024-01-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2024/01/21]

2024-01-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2024/01/21]

2024-01-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 68500] occur a security vulnerable SSL connection(TLS1.1) when send a packet for heartbeat in k8s tribes

2024-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68500 --- Comment #2 from Remy Maucherat --- SSLContext.getInstance("TLS") is the correct way. Please go to the users mailing list to investigate. https://tomcat.apache.org/lists.html#tomcat-users -- You are receiving this mail be

[Bug 68500] occur a security vulnerable SSL connection(TLS1.1) when send a packet for heartbeat in k8s tribes

2024-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68500 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 68500] New: occur a security vulnerable SSL connection(TLS1.1) when send a packet for heartbeat in k8s tribes

2024-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68500 Bug ID: 68500 Summary: occur a security vulnerable SSL connection(TLS1.1) when send a packet for heartbeat in k8s tribes Product: Tomcat 9 Version: 9.0.52 Hardware

[Bug 68495] Unable to find match between the canonical context and the URI presented by the user agent

2024-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 Mark Thomas changed: What|Removed |Added OS||All Status|NEW

[Bug 68493] NoSuchMethodException: java.lang.foreign.MemorySegment.getString(long) is thrown during the application start using java 21

2024-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68493 --- Comment #4 from Manak Bisht --- Somehow, embarrassingly, I missed both those obvious details. Thanks for the correcting me. I will be more mindful in the future. -- You are receiving this mail because: You are the assignee for the bug

[Bug 68493] NoSuchMethodException: java.lang.foreign.MemorySegment.getString(long) is thrown during the application start using java 21

2024-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68493 --- Comment #3 from Mark Thomas --- Those are debug messages, not error messages and are expected when running on Java 21. -- You are receiving this mail because: You are the assignee for the bug

[Bug 68493] NoSuchMethodException: java.lang.foreign.MemorySegment.getString(long) is thrown during the application start using java 21

2024-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68493 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 68493] NoSuchMethodException: java.lang.foreign.MemorySegment.getString(long) is thrown during the application start using java 21

2024-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68493 Manak Bisht changed: What|Removed |Added OS||All --- Comment #1 from Manak Bisht

[Bug 68495] New: Unable to find match between the canonical context and the URI presented by the user agent

2024-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 Bug ID: 68495 Summary: Unable to find match between the canonical context and the URI presented by the user agent Product: Tomcat 9 Version: 9.0.85 Hardware: PC

[Bug 68493] New: NoSuchMethodException: java.lang.foreign.MemorySegment.getString(long) is thrown during the application start using java 21

2024-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68493 Bug ID: 68493 Summary: NoSuchMethodException: java.lang.foreign.MemorySegment.getString(long) is thrown during the application start using java 21 Product: Tomcat 11

[Bug 68480] Add cipher alias for TLSv1.3

2024-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68480 Remy Maucherat changed: What|Removed |Added Severity|normal |enhancement --- Comment #2 from Remy

[Bug 68480] Add cipher alias for TLSv1.3

2024-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68480 --- Comment #1 from Christopher Schultz --- There are only 5 cipher suites defied in TLSv1.3. Is this really that much of an optimization? I suppose it's a bit of a documentation improvement for configuration... -- You are receiving

[Bug 68480] Add cipher alias for TLSv1.3

2024-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68480 Hui Li changed: What|Removed |Added CC||lidot...@gmail.com -- You are receiving

[Bug 68480] New: Add cipher alias for TLSv1.3

2024-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68480 Bug ID: 68480 Summary: Add cipher alias for TLSv1.3 Product: Tomcat 10 Version: unspecified Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal

Bug report for Tomcat Connectors [2024/01/14]

2024-01-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2024/01/14]

2024-01-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 10 [2024/01/14]

2024-01-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

<    1   2   3   4   5   6   7   8   9   10   >