RE: disabling non url match returns

2010-06-15 Thread nejm
lios.restlet.ext.servlet.ServerServlet DefaultNoListing /* n828cl wrote: > >> From: nejm [mailto:emedei...@mms.org] >> Subject: disabling non url match returns >> >> new to tomcat > > What exact version?

disabling non url match returns

2010-06-14 Thread nejm
Hi guys, new to tomcat and I'm trying to find the appropriate web.xml tweek to avoid trailing '/*' mapping to take place. For example lets say abc.com/current/ is a valid request. however abc.com/current/xyz should not be. my Tomcat server is always returning the abc.com/current/ just as though