Hello Arjen,
I'm quite desperate with securing Spring WS with Acegi.
Code:
org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor
I'm using @endpoint annotation and @secured annotation on the same class.
Simply I can not do this.
I thougth the problem was in
* [SWS-238] - AbstractMethodEndpointMapping does not support JDK Proxies
but it was not. Everything looks okay, but no security is aplied on secured method and that method was executed even if I had no permission.
So I would like to ask you if you could post an example of securing WS using that annotations. AirlineService is not enough, there is no @secured annotation on endpoint.
Running on Java 6, Glassfish, Spring ES 1.0.3 (same problem was with 1.0.2).
Thank you.
Best regards,
Peter