JSP filter at the method level does not work
Brought to you by:
pvlasov
JSP filter at the method level.
The following entry is present in the Inspectors.xml in
order to filter out the Naming Standard Rule for
jspService method but this doesnt work
<inspector-descriptor>
<name>JSP_FILTER</name>
<enabled>yes</enabled>
<severity>5</severity>
<inspector
type="org.hammurapi.inspectors.filters.LanguageElementF
ilter"/>
<description>Filters inspectors for JSP
classes</description>
<category>Filter</category>
<filter name="ER-005"/>
<parameter
name="exclude">_jspService
(javax.servlet.http.HttpServletRequest,javax.servlet.http
.HttpServletResponse)
</parameter>
</inspector-descriptor>