From: dayash Date: Sat, 18 Jan 2003 07:30:59 +0000 (+0000) Subject: static target now copies org.apache.catalina.util.Base64 class to WEB-INF/classes... X-Git-Tag: rel-2_0-alpha1~131 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e14e4bce5de9e54b0728c9073390b9e3cff122e8;p=securityfilter.git static target now copies org.apache.catalina.util.Base64 class to WEB-INF/classes for securityfilter-example.war only, Base64 class is required for decoding the user supplied credentials when using BASIC authentication scheme. --- diff --git a/build-webapps.xml b/build-webapps.xml index 107e06e..9d83b1a 100644 --- a/build-webapps.xml +++ b/build-webapps.xml @@ -1,181 +1,187 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + servlet.jar The pathname of the servlet API classes + that you wish to compile against. + + securityfilter.libs The directory containing + securityfilter.jar file. + + webapp.libs If specified, must be the pathname of a + directory from which all available + "*.jar" files are copied to the web + application's WEB-INF/lib directory. + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +