Thanks mrrogers, but I need more help… The URLEncoding is set by default, how can I change it?
The URL is generated from another webscript following this way:
${url.serviceContext}/ui/smsspaces?f=${args.f}&p=${args.p?url}%2F${d.name?url}
So, the "${d.name?url}" is who's generating the code for the "i" with accent.
Let me explain you an easier scenario!
My script is just an extension of the Alfresco's out of the box My Spaces List web script (alfresco/service/ui/myspaces?f={filter?}&p={path?}). Let's think on it.
If I use it from the My Alfresco's dashboard, I can browse all the folders (including "María") and everything's fine.
Nevertheless, if I invoke it outside Alfresco, through the URL: http :// MyIP:8080/alfresco/service/ui/myspaces?f=0&p=
The web script is loaded showing the Company Home folder.
If I browse to the folder "María" it will fail again. The same problem.
Why does Alfresco work and all the characters are shown correctly also for web scripts, but the webscripts invoked outside directly from the browser (IE, Firefox) are failing?
The configuration is Suse linux + Oracle9 + JBoss
Thanks in advance!
Sergi