rjatkins / owaspantisamy

Automatically exported from code.google.com/p/owaspantisamy
0 stars 0 forks source link

Bug:ErrorMessageUtil #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

in ErrorMessageUtil is a little bug.
He can not find the "error.attribute.invalid.filter" Propertie.
Change in line 37 to error.attribute.invalid.filtered

java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key error.attribute.invalid.filter
    at java.util.ResourceBundle.getObject(ResourceBundle.java:342)
    at java.util.ResourceBundle.getString(ResourceBundle.java:302)
    at org.owasp.validator.html.util.ErrorMessageUtil.localize(Unknown Source)
    at org.owasp.validator.html.util.ErrorMessageUtil.getMessage(Unknown Source)
    at org.owasp.validator.html.scan.AntiSamyDOMScanner.addError(Unknown Source)
    at
org.owasp.validator.html.scan.AntiSamyDOMScanner.recursiveValidateTag(Unknown
Source)
    at org.owasp.validator.html.scan.AntiSamyDOMScanner.scan(Unknown Source)
    at org.owasp.validator.html.AntiSamy.scan(Unknown Source)

Thanke you!

Original issue reported on code.google.com by chris22b...@googlemail.com on 21 Jul 2008 at 12:22

GoogleCodeExporter commented 9 years ago
Fixed in the baseline. Look for it in the next version. Thanks!

Original comment by arshan.d...@gmail.com on 7 Aug 2008 at 1:09