[GitHub] [tomcat] F4ded removed a comment on pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
F4ded removed a comment on pull request #484: URL: https://github.com/apache/tomcat/pull/484#issuecomment-1071971332 > I think that the feature that this PR tries to remove may protect Tomcat from a DOS attack. > > Consider, that an instance of Apache Tomcat is running in production

[GitHub] [tomcat] F4ded commented on pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
F4ded commented on pull request #484: URL: https://github.com/apache/tomcat/pull/484#issuecomment-1071971332 > I think that the feature that this PR tries to remove may protect Tomcat from a DOS attack. > > Consider, that an instance of Apache Tomcat is running in production and has

[GitHub] [tomcat] kkolinko commented on pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
kkolinko commented on pull request #484: URL: https://github.com/apache/tomcat/pull/484#issuecomment-1071955873 I think that it is much better to discuss bugs in Bugzilla. So that an issue is discussed in one place. Regardless of how may PRs are there. -- This is an automated message fro

[GitHub] [tomcat] kkolinko commented on pull request #483: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
kkolinko commented on pull request #483: URL: https://github.com/apache/tomcat/pull/483#issuecomment-1071952012 Duplicate of #484 -- 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 specific com

[GitHub] [tomcat] kkolinko commented on pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
kkolinko commented on pull request #484: URL: https://github.com/apache/tomcat/pull/484#issuecomment-1071948912 I think that the feature that this PR tries to remove may protect Tomcat from a DOS attack. Consider, that an instance of Apache Tomcat is running in production and has a

[GitHub] [tomcat] F4ded commented on pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
F4ded commented on pull request #484: URL: https://github.com/apache/tomcat/pull/484#issuecomment-1071923602 > I've noticed this behavior in the past and never bothered to track it down to the source. > > I'm having trouble loading the images, though I suspect they don't have much i

[GitHub] [tomcat] F4ded removed a comment on pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
F4ded removed a comment on pull request #484: URL: https://github.com/apache/tomcat/pull/484#issuecomment-1071100064 > I would appreciate it if someone who understands the Jasper components of Tomcat better than I do could please evaluate this patch for correctness. It looks good to me, bu

[tomcat] branch 8.5.x updated: Fix Javadoc warnings that broke the build

2022-03-17 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 a790eb4 Fix Javadoc warnings that broke the build

[tomcat] branch 9.0.x updated: Fix Javadoc warnings that broke the build

2022-03-17 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 c6768c2 Fix Javadoc warnings that broke the build

[tomcat] branch 10.0.x updated: Fix Javadoc warnings that broke the build

2022-03-17 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 d976d0f Fix Javadoc warnings that broke the buil

[tomcat] branch main updated: Fix Javadoc warnings that broke the build

2022-03-17 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 d92a812 Fix Javadoc warnings that broke the build d9

[GitHub] [tomcat] F4ded edited a comment on pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
F4ded edited a comment on pull request #484: URL: https://github.com/apache/tomcat/pull/484#issuecomment-1071100064 > I would appreciate it if someone who understands the Jasper components of Tomcat better than I do could please evaluate this patch for correctness. It looks good to me, but

[GitHub] [tomcat] F4ded edited a comment on pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
F4ded edited a comment on pull request #484: URL: https://github.com/apache/tomcat/pull/484#issuecomment-1071100064 > I would appreciate it if someone who understands the Jasper components of Tomcat better than I do could please evaluate this patch for correctness. It looks good to me, but

[GitHub] [tomcat] F4ded commented on pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
F4ded commented on pull request #484: URL: https://github.com/apache/tomcat/pull/484#issuecomment-1071100064 > Here is the details. org.apache.jasper.compiler.Compiler#isOutDated(boolean): ```java public boolean isOutDated(boolean checkClass) { if (jsw != null

Re: [VOTE] Release Apache Tomcat Native 1.2.32

2022-03-17 Thread Igal Sapir
On Thu, Mar 17, 2022 at 1:48 AM Mark Thomas wrote: > Version 1.2.32 includes the following changes compared to 1.2.31 > > - Updated recommended minimum OpenSSL to 1.1.1n and build windows >binaries using that version > > - Fix release script so it works with the current git layout > > The pro

[GitHub] [tomcat] ChristopherSchultz commented on pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
ChristopherSchultz commented on pull request #484: URL: https://github.com/apache/tomcat/pull/484#issuecomment-1071039140 I would appreciate it if someone who understands the Jasper components of Tomcat better than I do could please evaluate this patch for correctness. It looks good to me,

[GitHub] [tomcat] ChristopherSchultz commented on pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
ChristopherSchultz commented on pull request #484: URL: https://github.com/apache/tomcat/pull/484#issuecomment-1071037596 I've noticed this behavior in the past and never bothered to track it down to the source. I'm having trouble loading the images, though I suspect they don't have

[tomcat] branch 9.0.x updated: Use a constant for the cipher suite

2022-03-17 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 31c034f Use a constant for the cipher suite 31c034f

[GitHub] [tomcat] F4ded opened a new pull request #484: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
F4ded opened a new pull request #484: URL: https://github.com/apache/tomcat/pull/484 Bug fix: after a jsp file is accessed, modify the jsp file to make it have a syntax error, when you accessing the jsp file again, the response will report a synatx error for the first time, but if it is ac

[GitHub] [tomcat] F4ded closed pull request #483: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
F4ded closed pull request #483: URL: https://github.com/apache/tomcat/pull/483 -- 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 specific comment. To unsubscribe, e-mail: dev-unsubscr...@tom

[GitHub] [tomcat] F4ded opened a new pull request #483: Change the logic for judging whether a jsp file is outdated

2022-03-17 Thread GitBox
F4ded opened a new pull request #483: URL: https://github.com/apache/tomcat/pull/483 Bug fix: after a jsp file is accessed, modify the jsp file to make it have a syntax error, when you accessing the jsp file again, the response will report a synatx error for the first time, but if it is ac

Re: [tomcat] branch 10.0.x updated: Use a constant for the cipher suite

2022-03-17 Thread Mark Thomas
On 17/03/2022 14:07, Rémy Maucherat wrote: On Thu, Mar 17, 2022 at 3:01 PM wrote: This is an automated email from the ASF dual-hosted git repository. remm 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 r

Re: [tomcat] branch 10.0.x updated: Use a constant for the cipher suite

2022-03-17 Thread Rémy Maucherat
On Thu, Mar 17, 2022 at 3:01 PM wrote: > > This is an automated email from the ASF dual-hosted git repository. > > remm 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: >

[tomcat] branch 10.0.x updated: Use a constant for the cipher suite

2022-03-17 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 73bf00c Use a constant for the cipher suite 73bf0

[tomcat] branch main updated: Use a constant for the cipher suite

2022-03-17 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 49b5aac Use a constant for the cipher suite 49b5aac i

svn commit: r1898990 - in /tomcat/site/trunk/docs: doap_Tomcat.rdf download-80.html whichversion.html

2022-03-17 Thread markt
Author: markt Date: Thu Mar 17 13:44:43 2022 New Revision: 1898990 URL: http://svn.apache.org/viewvc?rev=1898990&view=rev Log: Regenerate site docs and update missed files Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/w

[tomcat] branch 8.5.x updated: Harden CredentialHandler implementations - constant-time comparisons

2022-03-17 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 46827ad Harden CredentialHandler implementations -

[tomcat] branch 9.0.x updated: Harden CredentialHandler implementations - constant-time comparisons

2022-03-17 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 8d47a64 Harden CredentialHandler implementations -

[tomcat] branch 10.0.x updated: Harden CredentialHandler implementations - constant-time comparisons

2022-03-17 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 f3e0c26 Harden CredentialHandler implementations

[tomcat] branch main updated: Harden CredentialHandler implementations - constant-time comparisons

2022-03-17 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 594ae43 Harden CredentialHandler implementations - c

Re: svn commit: r1898989 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-8.5-doc/ docs/tomcat-8.5-doc/annotationapi/ docs/tomcat-8.5-doc/annotationapi/javax/annotation/ docs/tomcat-8.5-doc/annotationapi

2022-03-17 Thread Konstantin Kolinko
чт, 17 мар. 2022 г. в 16:16, : > > Author: schultz > Date: Thu Mar 17 13:15:41 2022 > New Revision: 1898989 > > URL: http://svn.apache.org/viewvc?rev=1898989&view=rev > Log: > Update website to announce 8.5.77 and include documentation. > > > [This commit notification would consist of 67 parts, > w

[tomcat] branch 8.5.x updated: Update release date for 8.5.77.

2022-03-17 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 2b120cd Update release date for 8.5.77. 2b120cd

svn commit: r1898989 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-8.5-doc/ docs/tomcat-8.5-doc/annotationapi/ docs/tomcat-8.5-doc/annotationapi/javax/annotation/ docs/tomcat-8.5-doc/annotationapi/jav

2022-03-17 Thread schultz
Author: schultz Date: Thu Mar 17 13:15:41 2022 New Revision: 1898989 URL: http://svn.apache.org/viewvc?rev=1898989&view=rev Log: Update website to announce 8.5.77 and include documentation. [This commit notification would consist of 67 parts, which exceeds the limit of 50 ones, so it was shorte

svn commit: r53162 - /release/tomcat/tomcat-8/v8.5.76/

2022-03-17 Thread schultz
Author: schultz Date: Thu Mar 17 13:15:58 2022 New Revision: 53162 Log: Drop old release artifacts. Removed: release/tomcat/tomcat-8/v8.5.76/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional comman

[ANN] Apache Tomcat 8.5.77 available

2022-03-17 Thread Christopher Schultz
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.77. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and Java Authentication Service Provider Interface for Containers

svn commit: r53158 - /dev/tomcat/tomcat-8/v8.5.77/ /release/tomcat/tomcat-8/v8.5.77/

2022-03-17 Thread schultz
Author: schultz Date: Thu Mar 17 12:04:12 2022 New Revision: 53158 Log: Promote release 8.5.77. Added: release/tomcat/tomcat-8/v8.5.77/ - copied from r53157, dev/tomcat/tomcat-8/v8.5.77/ Removed: dev/tomcat/tomcat-8/v8.5.77/

Re: svn commit: r53155 - in /dev/tomcat/tomcat-connectors/native/1.2.32: ./ binaries/ source/

2022-03-17 Thread Mark Thomas
On 17/03/2022 10:44, Konstantin Kolinko wrote: чт, 17 мар. 2022 г. в 11:45, : Author: markt Date: Thu Mar 17 08:44:59 2022 New Revision: 53155 Log: Upload Tomcat Native 1.2.32 for voting Added: dev/tomcat/tomcat-connectors/native/1.2.32/ dev/tomcat/tomcat-connectors/native/1.2.32/bi

[tomcat] branch 9.0.x updated: Add missing entries

2022-03-17 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 9d7757e Add missing entries 9d7757e is described b

[tomcat] branch 10.0.x updated: Alphabetical order. Add missing entries.

2022-03-17 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 e3103ff Alphabetical order. Add missing entries.

[tomcat] branch main updated: Alphabetical order

2022-03-17 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 f5c05ca Alphabetical order f5c05ca is described belo

[tomcat] branch 9.0.x updated: Update IDE config files after bnd update

2022-03-17 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 5236b97 Update IDE config files after bnd update 5

[tomcat] branch 10.0.x updated: Update IDE config files after bnd update

2022-03-17 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 f5d2959 Update IDE config files after bnd update

[tomcat] 01/02: Update ECJ to 4.23 (a.k.a 3.29.0)

2022-03-17 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 commit 21858d9b95aa75673efe3b285a70097f29f2ad1c Author: Mark Thomas AuthorDate: Thu Mar 17 10:41:08 2022 + Update ECJ to

[tomcat] 02/02: Update IDE config files after bnd update

2022-03-17 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 commit 08d13806d920f4588058d9a9cda2c97e7dbbc5e8 Author: Mark Thomas AuthorDate: Thu Mar 17 10:43:39 2022 + Update IDE con

[tomcat] branch main updated (3dec6f4 -> 08d1380)

2022-03-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 3dec6f4 Remove OSGi annotations dependency as it is no longer required new 21858d9 Update ECJ to 4.23 (a.k.a 3.29

Re: svn commit: r53155 - in /dev/tomcat/tomcat-connectors/native/1.2.32: ./ binaries/ source/

2022-03-17 Thread Konstantin Kolinko
чт, 17 мар. 2022 г. в 11:45, : > > Author: markt > Date: Thu Mar 17 08:44:59 2022 > New Revision: 53155 > > Log: > Upload Tomcat Native 1.2.32 for voting > > Added: > dev/tomcat/tomcat-connectors/native/1.2.32/ > dev/tomcat/tomcat-connectors/native/1.2.32/binaries/ > > dev/tomcat/tomca

[tomcat] branch 9.0.x updated: Remove OSGi annotations dependency as it is no longer required

2022-03-17 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 2f00383 Remove OSGi annotations dependency as it i

[tomcat] branch 10.0.x updated: Remove OSGi annotations dependency as it is no longer required

2022-03-17 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 e8f990b Remove OSGi annotations dependency as it

[tomcat] branch main updated: Remove OSGi annotations dependency as it is no longer required

2022-03-17 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 3dec6f4 Remove OSGi annotations dependency as it is

Re: [VOTE] Release Apache Tomcat Native 1.2.32

2022-03-17 Thread Mark Thomas
On 17/03/2022 08:48, Mark Thomas wrote: Version 1.2.32 includes the following changes compared to 1.2.31 - Updated recommended minimum OpenSSL to 1.1.1n and build windows   binaries using that version - Fix release script so it works with the current git layout The proposed release artefacts

Re: [VOTE] Release Apache Tomcat Native 1.2.32

2022-03-17 Thread Rémy Maucherat
On Thu, Mar 17, 2022 at 9:48 AM Mark Thomas wrote: > > Version 1.2.32 includes the following changes compared to 1.2.31 > > - Updated recommended minimum OpenSSL to 1.1.1n and build windows >binaries using that version > > - Fix release script so it works with the current git layout > > The pr

[VOTE] Release Apache Tomcat Native 1.2.32

2022-03-17 Thread Mark Thomas
Version 1.2.32 includes the following changes compared to 1.2.31 - Updated recommended minimum OpenSSL to 1.1.1n and build windows binaries using that version - Fix release script so it works with the current git layout The proposed release artefacts can be found at [1], and the build was don

svn commit: r53155 - in /dev/tomcat/tomcat-connectors/native/1.2.32: ./ binaries/ source/

2022-03-17 Thread markt
Author: markt Date: Thu Mar 17 08:44:59 2022 New Revision: 53155 Log: Upload Tomcat Native 1.2.32 for voting Added: dev/tomcat/tomcat-connectors/native/1.2.32/ dev/tomcat/tomcat-connectors/native/1.2.32/binaries/ dev/tomcat/tomcat-connectors/native/1.2.32/binaries/tomcat-native-1.2.3