You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Joël Royer (JIRA)" <ji...@apache.org> on 2009/05/13 16:06:45 UTC

[jira] Issue Comment Edited: (ROL-1812) RSS feed does not work if there is special characters in category name

    [ https://issues.apache.org/jira/browse/ROL-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708838#action_12708838 ] 

Joël Royer edited comment on ROL-1812 at 5/13/09 7:06 AM:
----------------------------------------------------------

Roller seems to badly encode the special character.
The generated url is:
http://myserver.com/roller/test/feed/entries/rss?cat=%2FActualit%C3%A9s
This url does not work.

But if I change the url to this:
http://myserver.com/roller/test/feed/entries/rss?cat=%2FActualit%E9s
The feed is well displayed!

I have modified Tomcat's server.xml by adding URIEncoding="UTF-8" to the coyote connector but it seems to have no effect on the problem.


      was (Author: jroyer):
    Roller seems to badly encode the special character.
The generated url is:
http://myserver.com/roller/test/feed/entries/rss?cat=%2FActualit%C3%A9s
This url does not work.

But if I change the url to this:
http://myserver.com/roller/test/feed/entries/rss?cat=%2FActualit%E9s
The feed is well displayed!
  
> RSS feed does not work if there is special characters in category name
> ----------------------------------------------------------------------
>
>                 Key: ROL-1812
>                 URL: https://issues.apache.org/jira/browse/ROL-1812
>             Project: Roller
>          Issue Type: Bug
>    Affects Versions: 4.0.1
>            Reporter: Joël Royer
>            Assignee: Roller Unassigned
>
> I have created a category named "Actualités" (news in french).
> If i want to display the associated RSS feed, I got an http error 404.
> If I rename the category to "Actualites", the rss feed works!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.