X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=96f44530581640addda3b6ca7d7263f377d511d6;hb=387bef406fe4b276473d4063c4d227fce6ff2e11;hp=67624786057d68abeabca6b6ea4ca4906a596630;hpb=8845e7fe6141ccc98fd070ee4e653941f6e60508;p=photos diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 6762478..96f4453 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,98 +1,119 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" + version="3.0"> - cdi + cdi - - - - authentication - org.wamblee.photos.security.AuthenticationFilter - - loginpage - /login.jsp - - - - role - ALL - - - - resources - /resources - - + - - photos - org.apache.wicket.protocol.http.WicketFilter - - applicationClassName - org.wamblee.photos.wicket.WicketApplication - - - configuration - development - - + + + Servlet which sends the raw images. + ImageSender + ImageSender + org.wamblee.photos.servlet.ImageSender + 1 + + + ImageSender + /image/* + + + + + authentication + org.wamblee.photos.security.AuthenticationFilter + + loginpage + /login.jsp + + + + role + ALL + + + + resources + /resources + + + + + photos + org.apache.wicket.protocol.http.WicketFilter + + applicationClassName + org.wamblee.photos.wicket.WicketApplication + + + configuration + development + + - authentication - /* + authentication + /* - - photos - /* - - - - - resources - /resources/* - - - - - securedaccess - /* - - - ALL - users - - - - - FORM - PhotoXChangeRealm - - /login.jsp - /loginError.jsp - - - - - 10 - - - - login.jsp - - - - ALL - - + + photos + /* + + + + + resources + /resources/* + + + + + securedaccess + /* + + + ALL + users + + + + + FORM + PhotoXChangeRealm + + /login.jsp + /loginError.jsp + + + + + 404 + + /404.jsp + + + + 10 + + + + login.jsp + + + + ALL + +