<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/jwcgi/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/jwcgi/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 20 Jan 2006 12:41:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jwcgi/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>CGI::escape does not allow hex values &gt; 0x9F, e.g. %FD</title><link>https://sourceforge.net/p/jwcgi/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The method CGI::escape() only takes care for&lt;br /&gt;
escaped characters upto hex code 0x9F (...%9F...)&lt;br /&gt;
because the implementation only checks that the&lt;br /&gt;
first character is a digit (0...9).&lt;br /&gt;
The method should apply the same check (0..9, A..F)&lt;br /&gt;
for the second and the first character to allow&lt;br /&gt;
the full range of non-ASCII codes.&lt;/p&gt;
&lt;p&gt;A patch for jwcgi/jwcgi/cgi.cpp is appended.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Jan 2006 12:41:53 -0000</pubDate><guid>https://sourceforge.net5d770f199728ca518726f6b5837e5b7b4359c4d8</guid></item></channel></rss>