Closed GoogleCodeExporter closed 9 years ago
This is due to not accounting for spaces in the SafeString regex.
Using the regex ^[.\\p{Alnum}\\p{Space}]{0,1024}$ resolves the issue. Also
condensing
into \p{Alnum} requires a single CharClass lookup where \p{L}\p{N} requires 2.
Committing the fix to trunk for ESAPI4J 2.0
Original comment by chrisisbeef
on 17 Dec 2009 at 10:52
Original comment by chrisisbeef
on 17 Dec 2009 at 11:28
This issue was closed by revision r914.
Original comment by chrisisbeef
on 17 Dec 2009 at 11:30
Original comment by chrisisbeef
on 17 Dec 2009 at 11:30
Wow. Thanks for such a rapid response!
Would like to re-test to confirm this fix works in local environment.
Is there a jar with this change in it or what is the next planned jar release?
Original comment by caugh...@gmail.com
on 18 Dec 2009 at 7:26
Original issue reported on code.google.com by
caugh...@gmail.com
on 17 Dec 2009 at 6:21