Marc Portier writes:

OK! Actually, I have no idea what is the purpose of this parameter and how does it influence excatly on the whole process even after reading [1]. And that's because don't change it =)
Here's what cocoon says:
DEBUG (2004-08-26) 15:29.36:500 [access] (Unknown-URI) Unknown-thread/CocoonServlet: container-encoding was not set - defaulting to 'ISO-8859-1'



yeah, this stuff is a bit messy, probably the best extra explanation is just in checking the cocoon code that uses this:


http://cvs.apache.org/viewcvs.cgi/cocoon/trunk/src/java/org/apache/cocoon/ environment/http/HttpRequest.java?rev=30941&root=Apache-SVN&view=auto

and understanding that we mimic here correct 2.3 servlet spec behaviour on top of a possible 2.2 implementation (which doesn't have a the setCharacterEncoding())

Thanks again. Your detailed instructions was really helpfull!


Timur

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to