[Bug 69016] HttpURLConnection getOutputStream createCapacityException

2024-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69016 --- Comment #8 from Christopher Schultz --- We probably need an "InvalidArgumentException" with a nice error message as well as a documentation-fix. That error message is not readable by "normal people" :) -- You are receiving this mail beca

[Bug 69016] HttpURLConnection getOutputStream createCapacityException

2024-06-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69016 --- Comment #7 from Remy Maucherat --- The cause of the "bug" is that marTrailerSize is configured to -1. This used to be allowed and used to set a "no limit" as documented, so the trailers would really be unlimited in size. This is usually not

[Bug 69016] HttpURLConnection getOutputStream createCapacityException

2024-06-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69016 --- Comment #6 from Raffaele Tripodo --- I've been busy and away from office in these weeks. When I posted this issue, I just wanted to submit the problem to the community. Anyway I confirm the presence of this problem in the releases after 9.

[Bug 69016] HttpURLConnection getOutputStream createCapacityException

2024-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69016 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEEDINFO

[Bug 69016] HttpURLConnection getOutputStream createCapacityException

2024-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69016 Mark Thomas changed: What|Removed |Added Severity|blocker |normal --- Comment #4 from Mark Thomas

[Bug 69016] HttpURLConnection getOutputStream createCapacityException

2024-05-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69016 --- Comment #3 from Christopher Schultz --- Also, an example of the full HTTP request including headers and body would be very helpful, here. -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 69016] HttpURLConnection getOutputStream createCapacityException

2024-05-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69016 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Mark Thomas

[Bug 69016] HttpURLConnection getOutputStream createCapacityException

2024-05-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69016 --- Comment #1 from Raffaele Tripodo --- Created attachment 39719 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39719&action=edit exception screenshot this is the exception thrown running this line: DataOutputStream out = new DataOut