Hi sventon support,
If the subversion directory contains a space then the RSS subscribe URL
contains a '%2520' . Subscribing results then in
An unhandled internal application error has occured
Removing the 25 of %2520 gives the correct URL.
https://sventon.example.com/svn/xml/myrepo/rss/READ%2520MEs/?revision...
It seems that <space> is encoded to %20 and then % is encode to %25 which
results then in %2520
I tried this in sventon 2.5.1 and in the svnkit verision and in the javaHL
version.
sventon war file is deployed in tomcat6 with following connector settings:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
URIEncoding="UTF-8"
redirectPort="8443" />
Is this a bug and is there a known solutions or workaround?
thanx anyway.