Search:

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

Search: Search took 0.01 seconds.

  1. Solved: role case sensitive and with the exact word

    Solution:

    hasRole ('ROLE_SUPERVISOR') takes the role case sensitive and with the exact word.

    Replace:
    supervisor => ROLE_SUPERVISOR
    teller => ROLE_TELLER
    user => ROLE_USER
  2. Annotation PreAuthorize is not working properly. Tutorial spring security + jsf

    Hi,

    I modified spring security tutorial for use java server faces and xhtml pages.
    I have the next problem:

    class: bigbank.BankService
    problem: @PreAuthorize(...) is not working propertly....
Results 1 to 2 of 2