From: Atif S. <BM...@bm...> - 2006-07-05 15:47:12
|
Colin Tatham wrote: > >..... change that behaviour, so that normal users login via /site/ and Shibb users via /xyz/? Then, whether it's turned on or off makes no diff to normal users... > > It's very simple to do. Add the following into bodington web.xml: <filter-mapping> <filter-name>Guanxi Resource Guard</filter-name> <url-pattern>/spsite/*</url-pattern> </filter-mapping> <servlet-mapping> <servlet-name>building</servlet-name> <url-pattern>/spsite/*</url-pattern> </servlet-mapping> Ta Atif. |