我有一個使用Spring安全性和BlazeDS的應用程序。 Flex 3.2用於客戶端應用程序。通常,客戶端應用程序使用RemoteObjects進行服務調用。Spring Security問題:控制器,匿名請求
但是,在某些情況下,客戶端應用程序正在向URL發送請求。我們使用帶註釋的控制器進行URL映射。這裏就是 「訪問被拒絕」 的例外出現:
2010-04-12 11:43:23486 [qtp5138683-16]錯誤fr.plasticomnium.gpoc.utils.ServiceExceptionInterceptor - 意外的RuntimeException:訪問被拒絕 org.springframework.security.access.AccessDeniedException:訪問被拒絕 位於org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:71) at org.springframework.security.access.intercept.AbstractSecurityInterceptor。 beforeInvocation(AbstractSecurityInterceptor.java:203) at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:64) at org.springfr amework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at fr.plasticomnium.gpoc.utils.ServiceExceptionInterceptor.invoke(ServiceExceptionInterceptor.java:15) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed( ReflectiveMethodInvocation.java:172) 在org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) 在org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 的組織。 springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springfram ework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) ... ...