Hello, i have some problems with URL encoding. I call a matcher in this form: http://127.0.0.1/cocoon/OCIprod?searchString=Gie%C3%9Fharz&searchMLFB=&searc h=result... (%C3%9F is the german "ss")
In the matcher i call a request generator and a xml-serializer. The result is: ... <h:requestParameters> <h:parameter name="searchString"> <h:value>Gießharz</h:value> </h:parameter> <h:parameter name="search"> <h:value>result</h:value> ... Why is the parameter searchString transformed? How can i aviod the transforming? I need this param UTF-8 encoded (like in the calling URL) Any idea? Thanks... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]