I am trying to integrate Wicket with an old application server (ATG)
which does support servlet spec 2.3
This server cannot handle colon (":") character in the query string and
it expects it to be URL encoded, otherwise it gives 404 error.
Is there any workaround in Wicket for this?
* Encoding ":" character etc
I contacted tech support for ATG and they said URL should be encoded.
******* REPLY for ATG DYNAMO SUPPORT ****
> However if there is ":" character in the query
> string Dynamo gives 404 page not found error.
Section 3.2.1 of RFC 1945 and section 2.2 of RFC 1738
indicate that the colon character is a reserved
character. I take this to mean that the colon should
be URL encoded when it is not in use for its reserved
Thanks for the help.
******************************
This e-mail, including attachments, contains information that is confidential
and may be protected by the attorney/client or other privileges. This e-mail,
including attachments, constitutes non-public information intended to be
conveyed only to the designated recipient(s). If you are not an intended
recipient, please delete this e-mail, including attachments, and notify me. The
unauthorized use, dissemination, distribution or reproduction of this e-mail,
including attachments, is prohibited and may be unlawful.
******************************