2012/10/6 Mark Thomas :
>
> Konstantin Kolinko wrote:
>
>>2012/10/5 Christopher Schultz :
>
>>> RFCs 2616, 2068, and 1945 all agree that method name is
>>case-sensitive:
>>> http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1.1
>>>
>>
>>OK. Agreed.
>>
>>Looking at Servlet spec 2.5, SRV.3.
Konstantin Kolinko wrote:
>2012/10/5 Christopher Schultz :
>> RFCs 2616, 2068, and 1945 all agree that method name is
>case-sensitive:
>> http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1.1
>>
>
>OK. Agreed.
>
>Looking at Servlet spec 2.5, SRV.3.1.1 says "The HTTP method is POST".
>
2012/10/5 Christopher Schultz :
> Konstantin,
>
> On 10/5/12 8:45 AM, Konstantin Kolinko wrote:
>> 2012/10/4 :
>>> Author: markt
>>> Date: Thu Oct 4 14:55:59 2012
>>> New Revision: 1394104
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1394104&view=rev
>>> Log:
>>> Fix https://issues.apache.org/bu
Konstantin,
On 10/5/12 8:45 AM, Konstantin Kolinko wrote:
> 2012/10/4 :
>> Author: markt
>> Date: Thu Oct 4 14:55:59 2012
>> New Revision: 1394104
>>
>> URL: http://svn.apache.org/viewvc?rev=1394104&view=rev
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48692
>> Provide optio
2012/10/4 :
> Author: markt
> Date: Thu Oct 4 14:55:59 2012
> New Revision: 1394104
>
> URL: http://svn.apache.org/viewvc?rev=1394104&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48692
> Provide option to parse application/x-www-form-urlencoded PUT requests
>
> Modifie
Author: markt
Date: Thu Oct 4 14:55:59 2012
New Revision: 1394104
URL: http://svn.apache.org/viewvc?rev=1394104&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48692
Provide option to parse application/x-www-form-urlencoded PUT requests
Modified:
tomcat/tc6.0.x/trunk/STA