Re: [PR] Ensure partial put data range not exceed ContentRange declared [tomcat]

2025-01-22 Thread via GitHub
Chenjp commented on PR #810: URL: https://github.com/apache/tomcat/pull/810#issuecomment-2608927392 As expected: ``` curl -i http://localhost:1080/uploads/size-1.dat -X PUT -H "Content-Range: Bytes 0-0/1" -d 11 ``` HTTP/1.1 201 Created ``` curl -i http://localh

[Bug 69545] Issue Posting a huge content with header transfer-encoding chunked not working from 10.1.29 version of tomcat in spring cloud gateway application using reactive webflux

2025-01-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69545 Mark Thomas changed: What|Removed |Added OS||All Status|NEW

[Bug 69545] New: Issue Posting a huge content with header transfer-encoding chunked not working from 10.1.29 version of tomcat in spring cloud gateway application using reactive webflux

2025-01-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69545 Bug ID: 69545 Summary: Issue Posting a huge content with header transfer-encoding chunked not working from 10.1.29 version of tomcat in spring cloud gateway application

Re: Request dispatcher decoding and normalization

2025-01-22 Thread Rémy Maucherat
On Wed, Jan 22, 2025 at 3:11 PM Mark Thomas wrote: > > As a result of a user request, I am looking at Tomcat's handling of %2f > (encoded '/') and %5c (encoded '\'). > > I have already added a new attribute (encodedReverseSolidusHandling) to > the Connector to align options for %5c handling with o

Request dispatcher decoding and normalization

2025-01-22 Thread Mark Thomas
As a result of a user request, I am looking at Tomcat's handling of %2f (encoded '/') and %5c (encoded '\'). I have already added a new attribute (encodedReverseSolidusHandling) to the Connector to align options for %5c handling with options for %2f handling. I am now looking at the RequestD

(tomcat) branch 10.1.x updated: Update docs

2025-01-22 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 5b2beaa4e4 Update docs 5b2beaa4e4 is described be

(tomcat) branch 9.0.x updated: Update docs

2025-01-22 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 a414092cc8 Update docs a414092cc8 is described belo

(tomcat) branch 11.0.x updated: Update docs

2025-01-22 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 45e0eb87fa Update docs 45e0eb87fa is described be

(tomcat) branch main updated: Update docs

2025-01-22 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 8452ba800c Update docs 8452ba800c is described below

Re: [PR] webdav testcase for special path [tomcat]

2025-01-22 Thread via GitHub
Chenjp commented on PR #808: URL: https://github.com/apache/tomcat/pull/808#issuecomment-2606566775 > This is trivial, mostly already tested, so I did not bother adding them. en... the bug stayed there over a decade until my code review. Existing special path testcase (TestWebda