Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
An unhandled internal application error occurs when clicking RSS feed button on a directory which contains a space.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
tjakko.tjak...@gmail.com  
View profile  
 More options Oct 4 2011, 5:00 am
From: tjakko.tjak...@gmail.com
Date: Tue, 4 Oct 2011 02:00:21 -0700 (PDT)
Local: Tues, Oct 4 2011 5:00 am
Subject: An unhandled internal application error occurs when clicking RSS feed button on a directory which contains a space.

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sventon project  
View profile  
 More options Oct 6 2011, 1:27 pm
From: sventon project <sventonproj...@gmail.com>
Date: Thu, 6 Oct 2011 19:27:07 +0200
Local: Thurs, Oct 6 2011 1:27 pm
Subject: Re: An unhandled internal application error occurs when clicking RSS feed button on a directory which contains a space.
Hi & thanks for reporting!

You are correct - the URL is encoded twice by mistake.

Line 22 in the file "WEB-INF/jspf/pageFoot.jspf" should say:

  <s:url value="/xml/${command.name}/rss${command.path}" var="rssUrl">

instead of

  <s:url value="/xml/${command.name}/rss${command.encodedPath}" var="rssUrl">

I will fix this asap so it will be included in the next minor release.

Regards
Jesper

2011/10/4  <tjakko.tjak...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »