views:

57

answers:

2

When I use Spring form tags on my Google App Engine App it throws a security exception (java.security.AccessControlException). If I comment out the form tags for the page that is causing the problem, everything works fine.

Anyone know how to fix this?

+1  A: 

Here is a good article detailing how to fix this: http://www.answercow.com/2010/02/spring-forms-on-google-app-engine.html

Doug
I get a similar exception but without using the Spring forms tags. Have you ever run across this? http://stackoverflow.com/questions/2335244/google-app-engine-spring-security-issue-java-security-accesscontrolexception
Taylor Leese
A: 

I think this has been resolved now.

Doug