<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/jwcgi/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/jwcgi/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/jwcgi/bugs/</id><updated>2006-01-20T12:41:53Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>CGI::escape does not allow hex values &gt; 0x9F, e.g. %FD</title><link href="https://sourceforge.net/p/jwcgi/bugs/1/" rel="alternate"/><published>2006-01-20T12:41:53Z</published><updated>2006-01-20T12:41:53Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5d770f199728ca518726f6b5837e5b7b4359c4d8</id><summary type="html">&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;</summary></entry></feed>