[Bug 65301] New: the enableLookups configuration is not fully active

2021-05-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65301 Bug ID: 65301 Summary: the enableLookups configuration is not fully active Product: Tomcat 9 Version: 9.0.41 Hardware: PC OS: Linux Status: NEW Severity

[GitHub] [tomcat] jeanouii commented on pull request #418: DefaultServlet - Strip BOM improvements.

2021-05-11 Thread GitBox
jeanouii commented on pull request #418: URL: https://github.com/apache/tomcat/pull/418#issuecomment-838918360 Moving the PR away from Draft after incorporating feedback -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [tomcat] jeanouii commented on a change in pull request #418: DefaultServlet - Strip BOM improvements.

2021-05-11 Thread GitBox
jeanouii commented on a change in pull request #418: URL: https://github.com/apache/tomcat/pull/418#discussion_r630372233 ## File path: java/org/apache/catalina/servlets/DefaultServlet.java ## @@ -335,8 +344,15 @@ public void init() throws ServletException { }

[Bug 62150] Behavior of relative paths with RequestDispatcher has changed

2021-05-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62150 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 58837] support "X-Content-Security-Policy" a.k.a as "CSP"

2021-05-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58837 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 65267] Implement mod_headers like filter

2021-05-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65267 Mark Thomas changed: What|Removed |Added CC||hau...@acm.org --- Comment #2 from Mark

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2021-05-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55383 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[GitHub] [tomcat] jeanouii commented on a change in pull request #418: DefaultServlet - Strip BOM improvements.

2021-05-11 Thread GitBox
jeanouii commented on a change in pull request #418: URL: https://github.com/apache/tomcat/pull/418#discussion_r630184741 ## File path: java/org/apache/catalina/servlets/DefaultServlet.java ## @@ -335,8 +344,15 @@ public void init() throws ServletException { }

[GitHub] [tomcat] rmaucher commented on a change in pull request #418: DefaultServlet - Strip BOM improvements.

2021-05-11 Thread GitBox
rmaucher commented on a change in pull request #418: URL: https://github.com/apache/tomcat/pull/418#discussion_r630155632 ## File path: java/org/apache/catalina/servlets/DefaultServlet.java ## @@ -335,8 +344,15 @@ public void init() throws ServletException { }

[GitHub] [tomcat] martin-g commented on a change in pull request #418: DefaultServlet - Strip BOM improvements.

2021-05-11 Thread GitBox
martin-g commented on a change in pull request #418: URL: https://github.com/apache/tomcat/pull/418#discussion_r630108180 ## File path: java/org/apache/catalina/servlets/DefaultServlet.java ## @@ -335,8 +344,15 @@ public void init() throws ServletException { }

[GitHub] [tomcat] rmaucher commented on a change in pull request #418: DefaultServlet - Strip BOM improvements.

2021-05-11 Thread GitBox
rmaucher commented on a change in pull request #418: URL: https://github.com/apache/tomcat/pull/418#discussion_r630072656 ## File path: java/org/apache/catalina/servlets/DefaultServlet.java ## @@ -335,8 +344,15 @@ public void init() throws ServletException { }

[GitHub] [tomcat] martin-g commented on a change in pull request #418: DefaultServlet - Strip BOM improvements.

2021-05-11 Thread GitBox
martin-g commented on a change in pull request #418: URL: https://github.com/apache/tomcat/pull/418#discussion_r630065973 ## File path: java/org/apache/catalina/servlets/DefaultServlet.java ## @@ -335,8 +344,15 @@ public void init() throws ServletException { }

Re: [VOTE] Release Apache Tomcat 9.0.46

2021-05-11 Thread jean-frederic clere
On 08/05/2021 20:14, Mark Thomas wrote: [X] Stable - go ahead and release as 9.0.46 Tested on fedora34 looks OK. -- Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-

Re: JSTL issue

2021-05-11 Thread Jean-Louis MONTEIRO
Hi, I went ahead and pull the code into a draft PR. I'd appreciate any feedback or guidance. https://github.com/apache/tomcat/pull/418 Lemme know if that's ok. I believe I should maybe open something in the bug tracker? Thanks Le mer. 5 mai 2021 à 16:38, Christopher Schultz < ch...@christopher

[GitHub] [tomcat] jeanouii opened a new pull request #418: DefaultServlet - Strip BOM improvements.

2021-05-11 Thread GitBox
jeanouii opened a new pull request #418: URL: https://github.com/apache/tomcat/pull/418 Draft PR mainly to gather feedback from community -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

Re: [VOTE] Release Apache Tomcat 10.0.6

2021-05-11 Thread Martin Grigorov
On Sat, May 8, 2021 at 7:18 PM Mark Thomas wrote: > The proposed Apache Tomcat 10.0.6 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* > > Applications t

Re: [VOTE] Release Apache Tomcat 9.0.46

2021-05-11 Thread Martin Grigorov
On Sat, May 8, 2021 at 9:15 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.46 release is now available for voting. > > The notable changes compared to the 9.0.45 release are: > > - Ensure the correct escaping of attribute values and search filters in >the JNDIRealm. > > - HandlesTypes

Re: [External] : Re: JDK 17 Early Access build 21 is available

2021-05-11 Thread Rory O'Donnell
Many thanks Martin! On 11/05/2021 08:14, Martin Grigorov wrote: Hi Rory, Apache Tomcat's build and test pass successfully with JDK 17-ea+21-1866 on Linux x86_64 and aarch64! Regards, Martin On Mon, May 10, 2021 at 12:04 PM Rory O'Donnell wrote: Hi Mark, ** *OpenJDK 17 Early Access build 2

Re: [VOTE] Release Apache Tomcat 8.5.66

2021-05-11 Thread Martin Grigorov
On Sun, May 9, 2021 at 2:12 AM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.66 release is now available for voting. > > The notable changes compared to the 8.5.65 release are: > > - Ensure the correct escaping of attribute values and search filters in >the JNDIRealm. > > - HandlesTypes

Re: Disabling Some Test Cases by Pattern

2021-05-11 Thread Martin Grigorov
Hi Igal, On Mon, May 10, 2021 at 4:28 AM Igal Sapir wrote: > I am trying to disable some test cases that constantly fail on my machine. > I have added the following to build.properties: > > > test.exclude=org.apache.catalina.tribes.group.Test**,org.apache.catalina.tribes.group.interceptors.Test*

Re: JDK 17 Early Access build 21 is available

2021-05-11 Thread Martin Grigorov
Hi Rory, Apache Tomcat's build and test pass successfully with JDK 17-ea+21-1866 on Linux x86_64 and aarch64! Regards, Martin On Mon, May 10, 2021 at 12:04 PM Rory O'Donnell wrote: > > Hi Mark, ** > > *OpenJDK 17 Early Access build 21 is now available at > **https://jdk.java.net/17*