On Tue, 2003-09-09 at 14:30, Leszek Gawron wrote:
> getLogger().error( "!!" + request.getCharacterEncoding() );
> outputs: 
> 
> ERROR   (2003-09-09) 14:27.57:265   [sitemap.action.serverpages]
> (/gemini-manager/projects/server-works/2) Thread-11/request_xsp: !!null

Why is this strange? Hasn't this always been the case?
getCharacterEncoding only returns something if the browser supplied it,
which most don't.

> 
> all my database scripts gone crazy and mix up all polish letters on inserts
> 

Are the strings correct before sending them to the database? If so,
seems more like a database or database driver problem.

>       LG
> 
> PS. cocoon current cvs version

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                          [EMAIL PROTECTED]

Reply via email to