X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=96f44530581640addda3b6ca7d7263f377d511d6;hb=387bef406fe4b276473d4063c4d227fce6ff2e11;hp=eaa1fd7eefb04c179d1b5472348079a9b777ef85;hpb=3aabf590ddc0719004ef84ccdb95e4af45f2574b;p=photos diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index eaa1fd7..96f4453 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -16,6 +16,21 @@ or "deployment". If no configuration is found, "development" is the default. --> + + + Servlet which sends the raw images. + ImageSender + ImageSender + org.wamblee.photos.servlet.ImageSender + 1 + + + ImageSender + /image/* + + + authentication org.wamblee.photos.security.AuthenticationFilter