[tomcat] branch main updated: Add the ability to use foreign from java.base

2022-01-31 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 46932f0 Add the ability to use foreign from

Re: JDK 18 Rampdown Phase 2 & JDK 19 Early-Access Builds

2022-01-31 Thread Martin Grigorov
Hi David, Apache Tomcat's build and tests pass successfully with JDK 18-ea+33-2077 and 19-ea+7-366 on both Linux x86_64 and aarch64! Regards, Martin On Mon, Jan 31, 2022 at 11:33 AM David Delabassee < david.delabas...@oracle.com> wrote: > Greetings! > > First off, on behalf of Oracle’s Java

svn commit: r1897623 [2/2] - in /tomcat/site/trunk: docs/ xdocs/

2022-01-31 Thread markt
Modified: tomcat/site/trunk/docs/security-7.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1897623=1897622=1897623=diff == --- tomcat/site/trunk/docs/security-7.html (original) +++

svn commit: r1897623 [1/2] - in /tomcat/site/trunk: docs/ xdocs/

2022-01-31 Thread markt
Author: markt Date: Mon Jan 31 11:14:09 2022 New Revision: 1897623 URL: http://svn.apache.org/viewvc?rev=1897623=rev Log: Improvements to the security pages. Move the ToC to after the intro so the intro is always visible. Make EOL statements bold so they stand out. Post CVE-2021-44228 we are

Re: JDK 18 Rampdown Phase 2 & JDK 19 Early-Access Builds

2022-01-31 Thread Rémy Maucherat
On Mon, Jan 31, 2022 at 10:33 AM David Delabassee wrote: > > Greetings! > > First off, on behalf of Oracle’s Java Team, I’d like to wish you a happy > and prosperous new year! > > In 2022, two Java releases will be made available: > - JDK 18 (March 2022) > - JDK 19 (September 2022) > > JDK 18[1]

[tomcat] branch 8.5.x updated: Improve docs for the protocol attribute of the JNDIRealm

2022-01-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 bf13482 Improve docs for the protocol attribute

[tomcat] branch 9.0.x updated: Improve docs for the protocol attribute of the JNDIRealm

2022-01-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 7a04bdf Improve docs for the protocol attribute

[tomcat] branch 10.0.x updated: Improve docs for the protocol attribute of the JNDIRealm

2022-01-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 c37eecb Improve docs for the protocol attribute

[tomcat] branch main updated: Improve docs for the protocol attribute of the JNDIRealm

2022-01-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 da7d3b1 Improve docs for the protocol attribute of

JDK 18 Rampdown Phase 2 & JDK 19 Early-Access Builds

2022-01-31 Thread David Delabassee
Greetings! First off, on behalf of Oracle’s Java Team, I’d like to wish you a happy and prosperous new year! In 2022, two Java releases will be made available: - JDK 18 (March 2022) - JDK 19 (September 2022) JDK 18[1] has entered Rampdown Phase Two (RDP2)[2]. Given that and to be better

[Bug 65853] [CsrfPreventionFilter] Extract evaluation of skipNonceCheck into overridable method

2022-01-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65853 --- Comment #3 from Marvin Fröhlich --- Sorry, of course like this. String newNonce = generateNonce(req); ... -- You are receiving this mail because: You are the assignee for the bug.

[Bug 65853] [CsrfPreventionFilter] Extract evaluation of skipNonceCheck into overridable method

2022-01-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65853 --- Comment #2 from Marvin Fröhlich --- I further suggest to either add HttpServletRequest argument to the generateNonce() method or add another method like getSkipNonceGeneration(HttpServletRequest request) or