AjaxHandler does not seem to set charset to the ContentType and so the charsets are broken, I would commit this to the CVS, but sourceforge seems to be down..

protected void configure(final Response response, final IResourceStream resourceStream)
       {
               // Configure response with content type of resource
response.setContentType(getResponseType()+";charset="+response.getCharacterEncoding());
               response.setContentLength((int)resourceStream.length());
       }


Any comments?


--
Janne Hietamäki
Cemron Ltd
http://www.cemron.com/


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to