Pixel Isaac - 2011-09-12

I have tried the step you mentioned and discovered it is due to the configuration. You will need to add extra entry key in "hdiv-validations.xml" to monitor that specific path. For example,

<entry key=".*/person/.*.action">
<list>
<ref bean="safeText" />
<!-- Typical SQL Injection attack -->
<ref bean="SQLInjection" />
<!-- Simple XSS attack -->
<ref bean="simpleXSS" />
<!-- image XSS attack -->
<ref bean="imageXSS" />
<!-- script XSS attack -->
<ref bean="scriptXSS" />
</list>
</entry>

This is not a bug