users@jersey.java.net

forbidden character in url

From: guilhem legal <guilhem.legal_at_geomatys.fr>
Date: Fri, 22 Feb 2008 11:30:30 +0100

hi!

I must receive an URL containing special character like '[' and jersey
launch an illegal argument exception :

java.lang.IllegalArgumentException:
The string '&service=WCS&request=GetCoverage&version=1.1.1&identifier=AO_Coriolis_(Temp)&BoundingBox=,,,,&RangeSubset=Temp%E9rature[[Bogus]]&Format=application/matrix'
for the URI component QUERY contains an invalid character, '[', at index 119
        com.sun.ws.rest.api.uri.UriComponent.validate(UriComponent.java:75)

how can i avoid this component validation? is it possible?


Guilhem Legal