Re: [PR] Adding nonstandard catch, if, choose/when/otherwise [tomcat]

2025-05-01 Thread via GitHub
jengebr commented on PR #845: URL: https://github.com/apache/tomcat/pull/845#issuecomment-2845602223 Found some significant bugs, need to rework. Closing w/o merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Adding nonstandard catch, if, choose/when/otherwise [tomcat]

2025-05-01 Thread via GitHub
jengebr closed pull request #845: Adding nonstandard catch, if, choose/when/otherwise URL: https://github.com/apache/tomcat/pull/845 -- 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 comm

[Bug 69659] Automatic JSP EL optimization

2025-05-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69659 --- Comment #9 from John Engebretson --- Yep, we can easily detect it from Generator.java via something like: if (!"true".equals(ctxt.getOptions().getJspConfig().getErrorOnELNotFound()) { And I have a String-based implementation that operates

(tomcat) branch main updated (07d0f65204 -> cd38e13ec3)

2025-05-01 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 07d0f65204 Add the first draft of the Jakarta EE 12 XML schemas. add 3409568a90 Fix spelling mistake add fdf16c

svn commit: r1925352 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2025-05-01 Thread markt
Author: markt Date: Thu May 1 10:25:49 2025 New Revision: 1925352 URL: http://svn.apache.org/viewvc?rev=1925352&view=rev Log: Formatting Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/whichversion.html URL: h

svn commit: r1925351 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2025-05-01 Thread markt
Author: markt Date: Thu May 1 10:23:15 2025 New Revision: 1925351 URL: http://svn.apache.org/viewvc?rev=1925351&view=rev Log: Review text, particularly for older versions Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/tr

svn commit: r1925350 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2025-05-01 Thread markt
Author: markt Date: Thu May 1 10:04:27 2025 New Revision: 1925350 URL: http://svn.apache.org/viewvc?rev=1925350&view=rev Log: Use consistent terminology Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/whichvers

svn commit: r1925349 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2025-05-01 Thread markt
Author: markt Date: Thu May 1 10:01:20 2025 New Revision: 1925349 URL: http://svn.apache.org/viewvc?rev=1925349&view=rev Log: Add JDSOL and annotation specs Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/which

(tomcat) branch 10.1.x updated: Remove blank line

2025-05-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new dc3cec4f34 Remove blank line dc3cec4f34 is descri

(tomcat) branch 9.0.x updated: Remove blank line

2025-05-01 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 94c06f36d1 Remove blank line 94c06f36d1 is describe

(tomcat) branch 11.0.x updated: Remove blank line

2025-05-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 708c683fa3 Remove blank line 708c683fa3 is descri

[Bug 68876] serverStartup.pdf missing sources

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

(tomcat) branch 10.1.x updated: BZ 68876 sequence diagrams for request processing and authentication

2025-05-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 9598b455c5 BZ 68876 sequence diagrams for request

(tomcat) branch 11.0.x updated: BZ 68876 sequence diagrams for request processing and authentication

2025-05-01 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 617eafaa12 BZ 68876 sequence diagrams for request

(tomcat) 05/08: Add a caveat (the diagrams are not an exact representation)

2025-05-01 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 2e7e0d190226c9f00fb4633518cec1f33dabd886 Author: Mark Thomas AuthorDate: Wed Apr 30 19:40:43 2025 +0100 Add a caveat (

(tomcat) 04/08: Remove the legacy request process diagram

2025-05-01 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 9ed276fe22d28435741009146a293409ebcdd530 Author: Mark Thomas AuthorDate: Wed Apr 30 19:40:17 2025 +0100 Remove the leg

(tomcat) 03/08: Add synchronous processing

2025-05-01 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 488a31f5606ca4ca8472f1e181c6db804a02198d Author: Mark Thomas AuthorDate: Wed Apr 30 19:38:02 2025 +0100 Add synchronou

(tomcat) 02/08: Add HTTP and renumber diagrams

2025-05-01 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 a5be9a604c89827edabef45410fb95cb6b7a64d2 Author: Mark Thomas AuthorDate: Tue Apr 29 20:35:47 2025 +0100 Add HTTP and r

(tomcat) 06/08: Add BASIC authentication diagram

2025-05-01 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 91babf331d07f23946bdaaf356449cce0ebe7d99 Author: Mark Thomas AuthorDate: Thu May 1 08:44:04 2025 +0100 Add BASIC authe

(tomcat) 08/08: Change log entry for BZ 68876

2025-05-01 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 53345a82f12ddceb523cda0452e7155053383fac Author: Mark Thomas AuthorDate: Thu May 1 08:52:12 2025 +0100 Change log entr

(tomcat) 01/08: Start to re-do the sequence diagrams for request processing

2025-05-01 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 a96fbeae96f3456a525b327dcfc006e3671dfc99 Author: Mark Thomas AuthorDate: Tue Apr 29 20:18:32 2025 +0100 Start to re-do

(tomcat) branch main updated (f113abbdea -> 53345a82f1)

2025-05-01 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 f113abbdea Improve test and fix additional issue found new a96fbeae96 Start to re-do the sequence diagrams for reque