Re: [PR] BZ 69699 - Propagate Session ID path parameter during rewrite redirect [tomcat]

2025-06-03 Thread via GitHub
Chenjp commented on PR #862: URL: https://github.com/apache/tomcat/pull/862#issuecomment-2937920885 > Thanks. Fixing this did not seem to be a bad idea, but the proposed patch seemed too convoluted. I did not add the test since encodeRedirectURL requires a real session (and it is already te

Buildbot success in on tomcat-9.0.x

2025-06-03 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/1420 Blamelist: Mark Thomas , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 9.0.x] 3391a6b6d488b241c1d65709a80750d3fddd24d2 Steps: work

Buildbot failure in on tomcat-9.0.x

2025-06-03 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/1419 Blamelist: remm Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 9.0.x] 9c3673ba04009377cb0c81ccb6cf5078aec1aa95 S

(tomcat) branch main updated: Correct the hash (copy/paste error)

2025-06-03 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 d54e8e0a4c Correct the hash (copy/paste error) d54e8e

Re: Tomcat Native and OpenSSL 3.5.x

2025-06-03 Thread Mark Thomas
On 03/06/2025 10:16, jean-frederic clere wrote: On 5/22/25 11:30 AM, Mark Thomas wrote: All, This isn't going to work for 3.5.x. We need to use a newer compiler than the one packaged with Mladen's custom Microsoft compiler bundle. I have been meaning to look at updating the Tomcat Native bui

Re: [PR] BZ 69699 - Propagate Session ID path parameter during rewrite redirect [tomcat]

2025-06-03 Thread via GitHub
rmaucher commented on PR #862: URL: https://github.com/apache/tomcat/pull/862#issuecomment-2934934189 Thanks. Fixing this did not seem to be a bad idea, but the proposed patch seemed too convoluted. I did not add the test since encodeRedirectURL requires a real session (and it is already te

Re: [PR] BZ 69699 - Propagate Session ID path parameter during rewrite redirect [tomcat]

2025-06-03 Thread via GitHub
rmaucher closed pull request #862: BZ 69699 - Propagate Session ID path parameter during rewrite redirect URL: https://github.com/apache/tomcat/pull/862 -- 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

[Bug 69699] Rewrite redirection forget SessionID path parameter

2025-06-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69699 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

(tomcat) branch 9.0.x updated: Encode redirect URL used by the rewrite valve with session id

2025-06-03 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 9c3673ba04 Encode redirect URL used by the rewrite v

(tomcat) branch 10.1.x updated: Encode redirect URL used by the rewrite valve with session id

2025-06-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 8621e4c6ba Encode redirect URL used by the rewrite

(tomcat) branch 11.0.x updated: Encode redirect URL used by the rewrite valve with session id

2025-06-03 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 90306d971b Encode redirect URL used by the rewrite

(tomcat) branch main updated: Encode redirect URL used by the rewrite valve with session id

2025-06-03 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 fd82e6cc7c Encode redirect URL used by the rewrite val

Re: Tomcat Native and OpenSSL 3.5.x

2025-06-03 Thread jean-frederic clere
On 5/22/25 11:30 AM, Mark Thomas wrote: All, This isn't going to work for 3.5.x. We need to use a newer compiler than the one packaged with Mladen's custom Microsoft compiler bundle. I have been meaning to look at updating the Tomcat Native builds so we can use a standard Visual Studio insta

[PR] FIX: add inline comment support in text rewrite map file [tomcat]

2025-06-03 Thread via GitHub
Chenjp opened a new pull request, #863: URL: https://github.com/apache/tomcat/pull/863 enable inline comment support for plain text rewrite map. Per doc [rewritemap.html#txt](https://httpd.apache.org/docs/2.4/rewrite/rewritemap.html#txt) : ``` # Comment line MatchingKey Subs