# character seems to cause problems with a get Request
Posted
by Ankur
on Stack Overflow
See other posts from Stack Overflow
or by Ankur
Published on 2010-06-02T03:49:10Z
Indexed on
2010/06/02
3:53 UTC
Read the original article
Hit count: 163
I have a queryString that I pass to a servlet's doGet() method that looks like this:
count=9&preId0=-99&objId0=-99&preId1=-99&objId1=-99&preId2=69&objId2=16#!78&preId3=-99&objId3=-99&preId4=-99&objId4=-99&preId5=-99&objId5=-99&preId6=-99&objId6=-99&preId7=-99&objId7=-99&preId8=-99&objId8=-99
After and including the # everything is null, so I am assuming the # has some special meaning. Is this true? and are there other such characters that will do this?
© Stack Overflow or respective owner