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