I was able to get the PetClinic application using SVN from the spring-samples/petclinic repository and ran it on Tomcat 6.0.18
After following the tutorial section [Securing the Application], I was still able to successfully build and deploy the new .war; but when I run the app I no longer see the graphics and if I click on any of the links (including Tutorial) I get:
Code:Internal error java.lang.IllegalArgumentException: Failed to evaluate expression 'isAuthenticated' at org.springframework.security.access.expression.ExpressionUtils.evaluateAsBoolean(ExpressionUtils.java:13) at org.springframework.security.web.access.expression.WebExpressionVoter.vote(WebExpressionVoter.java:35) at org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:50) at ...


