cancel
Showing results for 
Search instead for 
Did you mean: 

Access problem Alfresco file/folder name with ?

g_rathod
Star Contributor
Star Contributor
Friends,

We are connecting to the http path by mapping the network drive and signing up for online storage. Then simply bulk copying and pasting data.
Now they have some folders  having "?" at the end.  like ( test? , mydata? , example?)
Now when we are accessing those folder through webdav it is not accessible or not even we can delete such folders.

any idea how to access such folders?
or any idea to resolve such issue while accessing through webdav or cifs or FTP.


Any help appreciated.

Thanks
- Ghanshyam
3 REPLIES 3

mikeh
Star Contributor
Star Contributor
Make sure you've configured Tomcat to use UTF-8 URIs.

Thanks,
Mike

g_rathod
Star Contributor
Star Contributor
Hey Mike,

Thanks for quick reply,
I am aware with database collation and UTF transform.
but how we can do it for UTF-8 tomcat configuration?

Can you elaborate something more on this?

mikeh
Star Contributor
Star Contributor
In Tomcat/conf/server.xml
    <Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="20000"
               redirectPort="8443" URIEncoding="UTF-8" />

Thanks,
Mike