|
From: John P. <dev...@ho...> - 2005-03-22 12:55:47
|
Hi, It seems that this mapping: <filter-mapping> <filter-name>home</filter-name> <url-pattern>/</url-pattern> </filter-mapping> matches all requests (as a Sevlet mapping should). This issue was brought up before and fixed but seems to have reverted to the old behaviour. I can see in CVS that there has been a lot of change in this area recently. I can see that the static PathMap.appliesTo() method is being used which does not have the "noDefault" property set. John. |