Bug 49424 - Using URL.ChunkedStreamingMode results in HTTP response code: 405
Summary: Using URL.ChunkedStreamingMode results in HTTP response code: 405
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.5.29
Hardware: Sun Solaris
: P2 regression (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-10 14:08 UTC by Earl Nolan
Modified: 2010-06-22 07:55 UTC (History)
0 users



Attachments
TestNG unit test to demonstrate the issue. (1.54 KB, text/x-java)
2010-06-10 14:10 UTC, Earl Nolan
Details
TestNG unit test to demonstrate the issue. (1.22 KB, text/x-java)
2010-06-10 15:42 UTC, Earl Nolan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Earl Nolan 2010-06-10 14:08:48 UTC
Using the URL class coupled with setChunkedStreamingMode  results in:

SEVERE: java.lang.NullPointerException
	at org.apache.catalina.connector.Request.readChunkedPostBody(Request.java:2632)

This is true for 6.0.26.  This worked fine in 6.0.16 and the source code
that I have for 6.0.20 does not have the readChunkedPostBody method.

Attached is a TestNG unit test demonstrating the issue.  The method
connectNoChunking() runs fine while the method connectWithChunking() fails.
Comment 1 Earl Nolan 2010-06-10 14:10:14 UTC
Created attachment 25578 [details]
TestNG unit test to demonstrate the issue.
Comment 2 Mark Thomas 2010-06-10 15:22:11 UTC
The header in the test case is not compatible with the Apache License v2. Please confirm how you intended this test case to be licensed.
Comment 3 Earl Nolan 2010-06-10 15:42:04 UTC
(In reply to comment #2)
> The header in the test case is not compatible with the Apache License v2.
> Please confirm how you intended this test case to be licensed.

Sorry about that, our standard header.  I'll upload the file without
the header and release all rights to the test case.
Comment 4 Earl Nolan 2010-06-10 15:42:46 UTC
Created attachment 25579 [details]
TestNG unit test to demonstrate the issue.
Comment 5 Mark Thomas 2010-06-10 16:00:43 UTC
Thanks. I've converted this to a Tomcat unit test and confirmed the problem.

I've fixed the bug in trunk and proposed the fix for 6.0.x
Comment 6 Earl Nolan 2010-06-10 17:49:07 UTC
(In reply to comment #5)
> Thanks. I've converted this to a Tomcat unit test and confirmed the problem.
> 
> I've fixed the bug in trunk and proposed the fix for 6.0.x

Excellent!

Any visibility on when the next point release might be?

We would like to upgrade, this is a blocker for us, and we will not be able
to upgrade during the middle of the football season.
Comment 7 Mark Thomas 2010-06-10 18:02:40 UTC
Current plans are to start the 6.0.27 release process on Monday next week. Depending on how that goes the there could be a release by the end of next week or it could take several weeks to get to a stable release.
Comment 8 Konstantin Kolinko 2010-06-17 12:28:37 UTC
Proposed for 5.5 as well.

Fixed in 6.0 in r955665 and will be in 6.0.28 and later.
Note, that 6.0.27 does not include the fix.
Comment 9 Mark Thomas 2010-06-22 07:55:40 UTC
The fix has been applied 5.5.x and will be included in 5.5.30 onwards.