# character seems to cause problems with a get Request
- by Ankur
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?