ts 1.1 application, I noticed that
> request.getRequestURI() also returns the query string, if the forward
> happens to have query parameters like below:
>
>
>
> request.getRequestURI() call inside an Action class returns
> /MyProjWeb/submit.do?my=Update
>
In WebSphere 5.1 test server for Struts 1.1 application, I noticed that
request.getRequestURI() also returns the query string, if the forward
happens to have query parameters like below:
request.getRequestURI() call inside an Action class returns
/MyProjWeb/submit.do?my=Update
Yup i realised that as soon as sent this mail. Thanks for the reply.
On 3/7/06, David Delbecq <[EMAIL PROTECTED]> wrote:
>
> Encoding and decoding of query parameters is the job of container
> (tomcat, jboss, websphere, what ever you are using). The only struts
> relate
Encoding and decoding of query parameters is the job of container
(tomcat, jboss, websphere, what ever you are using). The only struts
related exception is for multipart/form-data (used for file uploads).
There it's common-fileupload library which does the decoding. Why would
you want to d
Hi All,
It is a common practice to encode special characters such as ' ', %, #, :, $
etc.. when sending parameters in the query string along with the URL. We
have a similar requirement. Some of the query parameters can contain special
characters and therefore we went for UTf-8 encodin
5 matches
Mail list logo