JSP Filter for jspService method does not work
Brought to you by:
pvlasov
I have put the following entry 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>