> I've changed the server.xml to add the URI Enconding. I've > changed the schema version to 1.4. And I've reindexed my DB. > But nothing has changed.
Okey just to make sure, correct connector should be this: <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8" /> Can you confirm this? Did you restart tomcat? Also can you paste the output of &debugQuery=on ? > In the analisys.jsp I've searched for "más", in order to > find what happens with that word, and it's also recognized > as two characters, just like "ágora". But it works for > "más". Sometimes browser caches things, and misled you. Can you delete your browser caches? > The order of filter application may be relevant?? I don't > read anything about it, but... No order is not the issue here.