Access problem Alfresco file/folder name with ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2010 01:36 AM
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
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
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2010 04:18 AM
Make sure you've configured Tomcat to use UTF-8 URIs.
Thanks,
Mike
Thanks,
Mike

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2010 04:27 AM
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?
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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2010 05:40 AM
In Tomcat/conf/server.xml
Thanks,
Mike
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8" />
Thanks,
Mike
