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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69545
Mark Thomas changed:
What|Removed |Added
OS||All
Status|NEW
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
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
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
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
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
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
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
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
10 matches
Mail list logo