acegi-security.jar.txt 449 B

123456789101112131415
  1. You'll need to copy acegi-security.jar into your WEB-INF/lib directory.
  2. You can find the JAR in the /dist directory of any ZIP distribution.
  3. Acegi-security.jar requires the following JARs in WEB-INF/lib:
  4. commons-logging.jar
  5. commons-codec.jar
  6. commons-collections.jar
  7. jakarta-oro.jar
  8. spring.jar
  9. Most of the above JARs are included with Spring. Those that are not are
  10. definitely included in the Acegi Security "with dependencies" release ZIP.
  11. $Id$