Updated spring and acegi version numbers in petclinic tutorial file.

This commit is contained in:
Luke Taylor
2007-12-03 23:15:29 +00:00
parent 724b9e23ba
commit ac0e308354

View File

@@ -19,9 +19,9 @@ Tutorial: Adding Security to Spring Petclinic
You will also need to download:
* Spring 2.0 M4 with dependencies ZIP file
* Acegi Security 1.0.2
* Spring 2.0.6 with dependencies ZIP file
* Acegi Security 1.0.6
Unzip both files. After unzipping Acegi Security, you'll need to unzip the
@@ -118,7 +118,7 @@ copy %acegi%\WEB-INF\lib\commons-codec-1.3.jar %spring%\samples\petclinic\war\WE
* Start Petclinic's database
Start the Hypersonic server (this is just normal Petclinic configuration):
+------------------------------------------------------
cd %spring%\samples\petclinic\db\hsqldb
server
@@ -203,7 +203,7 @@ copy dist\petclinic.war %TOMCAT_HOME%\webapps
+------------------------------------------------------
Next, scroll down and find the link to "add visit". Modify it as follows:
+------------------------------------------------------
<authz:authorize ifAllGranted="ROLE_SUPERVISOR">