Search:

Type: Posts; User: alo7261; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thread: PreAuthorize

    by alo7261
    Replies
    6
    Views
    3,885

    Thanks, this one finally works! :D

    Thanks, this one finally works! :D
  2. Dear Luke, thanks so much. That did solve my...

    Dear Luke, thanks so much. That did solve my issue.

    Best regards
    Alo
  3. Remember-Me fails after browser restart despite correct appContext

    All I want, is a simple remember-me. I read http://static.springsource.org/spring-security/site/docs/3.0.x/reference/remember-me.html

    What I have done so far:


    Created my own...
  4. Thread: PreAuthorize

    by alo7261
    Replies
    6
    Views
    3,885

    Hi Thanks for the answer: ...

    Hi

    Thanks for the answer:




    @RequestMapping(value = "{username}/more", method = RequestMethod.GET)
    @PreAuthorize("#username == principal.username")
    public String...
  5. Thread: PreAuthorize

    by alo7261
    Replies
    6
    Views
    3,885

    PreAuthorize

    In the Spring Security manual, following approach is suggested:


    @PreAuthorize("#contact.name == principal.name)")
    public void doSomething(Contact contact);

    (see...
  6. Replies
    0
    Views
    634

    Spring 3, Multitenancy (and Ajax)

    Hi all

    I have been looking for a way to secure URLs like


    @RequestMapping("/owners/{ownerId}/pets/new")

    on user (not role) level, i.e. only owner with ID {ownerId} has access.

    My...
  7. Hi all I am having the same concerns. Any...

    Hi all

    I am having the same concerns. Any suggestions from the spring team?
  8. Replies
    8
    Views
    5,692

    Hi all I am having the same difficulty. Any...

    Hi all

    I am having the same difficulty. Any comments from the springsource team?
  9. How to cope with Autowire and var. Implementations of an Interface?

    Hi all

    Consider this file structure:


    -businessobjects
    \-User.java
    -dao
    \-IUserDAO.java
    -daojpa
  10. spring-sample mvc-ajax throws: HTTP Status 404

    Hi

    A noobs standard question:

    I have successfully compiled some of the sping-sampes (e.g. petclinic and mvc-basic) and deployed them to tomcat 6.0.x

    However, I am having some difficulties...
  11. Replies
    6
    Views
    2,436

    Actually, I think you could be right. I really...

    Actually, I think you could be right. I really hope, someone of the Spring Team will answer soon, since this is a vital issue to me, too.
  12. Replies
    6
    Views
    2,436

    Based on my personal experience, this is...

    Based on my personal experience, this is precisely what I am suggesting: Hibernate's latest JPA2 implementation seems bugous to me, while EclipseLinks's implementation works just as it is supposed to...
  13. Replies
    6
    Views
    2,436

    Have you ever given EclipseLink a chance? We have...

    Have you ever given EclipseLink a chance? We have major problems with the Hibernate JPA2 implementation, too, but EclipseLink works. But we have not used EclipseLink with Spring 3, yet. Any...
  14. Replies
    3
    Views
    9,485

    I would like to emphasize the need of an answer...

    I would like to emphasize the need of an answer to this question. I, too, am very keen to make use of the latest Spring and ORM, since I appreciate the simplified configs minimizing the need of...
  15. Replies
    3
    Views
    1,119

    uhmm ... dumb me ... thanks, that was it ...

    uhmm ... dumb me ... thanks, that was it ...
  16. Replies
    3
    Views
    1,119

    First steps with Roo issue

    Hi all

    I'm trying to walk through the "Beginning With Roo: The Tutorial". Here's what unexpectedly happens:

    roo>
    entity --class -.Timer --testAutomatically
    You must specify option 'class'...
Results 1 to 16 of 16