Re: request.getParameter() not working in Tomcat 7.0.8

2011-02-27 Thread Mark Thomas
On 27/02/2011 07:11, Michael McCutcheon wrote: > I've got a simple problem where: > > request.getQueryString() returns this: > > "title%3Dtesttitle%26categoryAccessLabel%3Dtestcategoryaccesslabel%26valueAccessLabel%3DtestvalueAccessLabel" > > > but request.getParameter("title") returns null. >

Re: request.getParameter() not working in Tomcat 7.0.8

2011-02-27 Thread Konstantin Kolinko
2011/2/27 Mark Thomas : > On 27/02/2011 16:14, André Warnier wrote: >> ma...@apache.org wrote: >> ... >> >>> >>> What you are missing is that query parameters and values are parsed >>> before %nn decoding so the names and values can contain reserved >>> characters. >>> >> Mark, >> are you sure ? >

Re: request.getParameter() not working in Tomcat 7.0.8

2011-02-27 Thread Mark Thomas
On 27/02/2011 16:14, André Warnier wrote: > ma...@apache.org wrote: > ... > >> >> What you are missing is that query parameters and values are parsed >> before %nn decoding so the names and values can contain reserved >> characters. >> > Mark, > are you sure ? I may be talking nonsense - it was e

Re: request.getParameter() not working in Tomcat 7.0.8

2011-02-27 Thread André Warnier
ma...@apache.org wrote: ... What you are missing is that query parameters and values are parsed before %nn decoding so the names and values can contain reserved characters. Mark, are you sure ? - To unsubscribe, e-mail: use

Re: request.getParameter() not working in Tomcat 7.0.8

2011-02-27 Thread
Michael McCutcheon wrote: >I've got a simple problem where: > >request.getQueryString() returns this: > >"title%3Dtesttitle%26categoryAccessLabel%3Dtestcategoryaccesslabel%26valueAccessLabel%3DtestvalueAccessLabel" > >but request.getParameter("title") returns null. > >Am I missing something obvio

request.getParameter() not working in Tomcat 7.0.8

2011-02-26 Thread Michael McCutcheon
I've got a simple problem where: request.getQueryString() returns this: "title%3Dtesttitle%26categoryAccessLabel%3Dtestcategoryaccesslabel%26valueAccessLabel%3DtestvalueAccessLabel" but request.getParameter("title") returns null. Am I missing something obvious? Shouldn't it be returning 't

Re: request.getParameter() not working in Tomcat 7.0.8

2011-02-26 Thread Michael McCutcheon
On 2/26/2011 10:43 PM, Michael McCutcheon wrote: I've got a simple problem where: request.getQueryString() returns this: "title%3Dtesttitle%26categoryAccessLabel%3Dtestcategoryaccesslabel%26valueAccessLabel%3DtestvalueAccessLabel" but request.getParameter("title") returns null. Am I missin

request.getParameter() not working in Tomcat 7.0.8

2011-02-26 Thread Michael McCutcheon
I've got a simple problem where: request.getQueryString() returns this: "title%3Dtesttitle%26categoryAccessLabel%3Dtestcategoryaccesslabel%26valueAccessLabel%3DtestvalueAccessLabel" but request.getParameter("title") returns null. Am I missing something obvious? Shouldn't it be returning 'test