On Thu, 2007-08-23 at 07:23 +0100, Stuart Lewis [sdl] wrote: > Looking at the headers from your server, it says the server is apache 2, so > I am guessing you are using mod_jk? > > If so, have you got the following option set? > > JkOptions +ForwardURIEscaped > > If not, it will likely fix your problem.
Or the URIEncoding="UTF-8" attribute isn't being applied to the Connector entry in Tomcat's server.xml. If you are using Apache2/mod_jk, then you'll want to apply it to the JK connector, and not just the HTTP one. G This email has been scanned by Postini. For more information please visit http://www.postini.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

