I've got this in my web.xml file:

 <filter>
  <filter-name>protectedFilter</filter-name>
  <filter-class>au.com.multemedia.wf.misc.ProtectedFilter</filter-class>
 </filter>

 <filter-mapping>
  <filter-name>protectedFilter</filter-name>
  <url-pattern>/protected/*</url-pattern>
 </filter-mapping>

I get a classnotfoundexecption in the logs, althought the class file is
there... Is there something wrong with my syntax?

-Josh

"Rimmer, real dumplings, proper dumplings when they're properly
  cooked to perfection, proper dumplings, should not bounce."



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to