pzrinscak

Results 3 issues of pzrinscak

Option to start Tomcat with remote debugging enabled

When I try to export site with content included I get the following error Log in (admin) Get site information Export all site content Log out (admin) Traceback (most recent...

When group names or username contains special characters export will fail with python 2.7 One solution would be to use urllib.quote(p['userName'].encode('utf-8'))) instead of urllib.quote(unicode(p['userName']))) in alfresco.py