qbdsoft / owasp-esapi-php

Automatically exported from code.google.com/p/owasp-esapi-php
Other
0 stars 0 forks source link

Codec getHexForNonAlphanumeric not recognizing new test data #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The more involved mb_ approach does not work for Windows, Unix, and percent
codecs, it simply doesn't match on the characters for e.g. the percent
codec encode test case ('"; ls / > /tmp/foo; # ').

Original issue reported on code.google.com by mike.bob...@gmail.com on 3 Nov 2009 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by mike.bob...@gmail.com on 5 Nov 2009 at 1:41

GoogleCodeExporter commented 9 years ago
This is fixed in the first proper multibyte PHP implementation of
PercentCodec, UnixCodec, and WindowsCodec (r175 and r176).

Original comment by coreform on 6 Nov 2009 at 5:48