[
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:10 AM:
----------------------------------------------------------
Roller badly encoded the special character. The next url is the one generated
by roller:
http://myserver.com/roller/test/feed/entries/rss?cat=%2FActualit%C3%A9s
And 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!
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.
> 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.