zillo32 / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

URI format compliance with RFC 3339 in atom feed in default template #510

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a page for feed with name using regional symbols. For example: 
'моя новость').
2. Validate feed with 'FEED Validator' (http://feedvalidator.org)
3. Got an error: Invalid character in a URI: http://www...

The expected output is a percent encoded URI.

Can be solved by using: 

$!{page.friendlyURL.toASCIIString().replace(' ','%20')}

instead of:

${page.friendlyURL}

Original issue reported on code.google.com by net...@netrat.eu on 22 Aug 2011 at 8:04

GoogleCodeExporter commented 8 years ago
Wrong solution provided, but an issue is still presents.

Original comment by net...@netrat.eu on 22 Aug 2011 at 8:34

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1110.

Original comment by kinyelo@gmail.com on 24 Dec 2011 at 3:28