About Question com.enthuware.ets.scwcd.v5.2.119 :
Posted: Thu Dec 15, 2011 8:50 am
<filter-mapping>
<filter-name>FilterA</filter-name>
<servlet-name>RedServlet</servlet-name>
</filter-mapping>
Is this filter-mapping declaration from DD valid... As per my knowledge url-pattern is mandatory and either filter-name or servlet-name should be there...
Can you please clarify
<filter-name>FilterA</filter-name>
<servlet-name>RedServlet</servlet-name>
</filter-mapping>
Is this filter-mapping declaration from DD valid... As per my knowledge url-pattern is mandatory and either filter-name or servlet-name should be there...
Can you please clarify