From: Atif S. <BM...@bm...> - 2006-07-05 18:10:22
|
Alistair Young wrote: >>why is it so much work to change that behaviour, so that normal users >>login via /site/ and Shibb users via /xyz/? >> >> >spot on - that's the goal, shibb users go in via /xyz - I can't say >how much work that is but until it's there bod can't be advertised as >an sp. Taking over the /site for shibb users and shunting normal >users to /opensite is not going to go down well with the bod community. > > > It can be done without much problem, all that is needed is the following in 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> The /xyz is /spsite/* Normal users can go through /site/* Ta Atif. |