Results 1 to 2 of 2

Thread: Spring Web Services 1.0.3 Released

  1. #1
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default Spring Web Services 1.0.3 Released

    Dear Spring Community,

    I'm pleased to announce that Spring Web Services 1.0.3 has been released.

    Spring-WS 1.0.3 is a bugfix and enhancement release, addressing issues reported since 1.0.2 and introducing further improvements. We recommend to upgrade to Spring-WS 1.0.3 from the previous 1.0.* releases.

    For a list of changes, see http://static.springframework.org/sp.../changelog.txt

    For more information, see http://static.springframework.org/spring-ws/sites/1.0/

    Merry Christmas,

    Arjen
    Last edited by Arjen Poutsma; Dec 21st, 2007 at 10:41 AM.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  2. #2
    Join Date
    Jun 2007
    Posts
    25

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •