You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Jorge Martinez <jm...@gmail.com> on 2008/01/15 13:07:07 UTC

Special characters at category

Hi, I added a category to my roller 4.0 blog called "+ Movilidad"

When I click the category, the following URL is called:
http://mydomain/roller/myweblog/category/%2B+Movilidad

and it goes right.

But afterwards, if I click on a calendar day, the browser tries to retrieve
the following URL:

http://www.aparcalia.com/Observatorio/Movilidad/?cat=%2B+Movilidad&date=20080110

and I get a 404 error code.

Are there special characters that cannot be used for categories or
permalinks or whatever?

Regards,


Jorge

Re: Special characters at category

Posted by Dave <sn...@gmail.com>.
On Jan 15, 2008 7:07 AM, Jorge Martinez <jm...@gmail.com> wrote:
> Hi, I added a category to my roller 4.0 blog called "+ Movilidad"
>
> When I click the category, the following URL is called:
> http://mydomain/roller/myweblog/category/%2B+Movilidad
>
> and it goes right.
>
> But afterwards, if I click on a calendar day, the browser tries to retrieve
> the following URL:
>
> http://www.aparcalia.com/Observatorio/Movilidad/?cat=%2B+Movilidad&date=20080110
>
> and I get a 404 error code.
>
> Are there special characters that cannot be used for categories or
> permalinks or whatever?


Special characters like that should work.
I just filed a bug for this issue:

    http://opensource.atlassian.com/projects/roller/browse/ROL-1656

Thanks,
- Dave