Search:

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

Search: Search took 0.04 seconds.

  1. Here's another simpler scenario to clear things...

    Here's another simpler scenario to clear things up:

    Given the following role configuration:
    <property name="objectDefinitionSource">
    <value>
    /**=ROLE_ADMIN
    /index.jsp=ROLE_TEST
    </value>...
  2. It simply means that if u map /** to a role and a...

    It simply means that if u map /** to a role and a user of that role tries to access a page say /index.jsp, there's bound to be some problems when PathBasedFilterInvocationDefinitionMap decides the...
  3. lookupAttributes(String url) of PathBasedFilterInvocationDefinitionMap

    Hi there,
    It seems to me that the method lookupAttributes is logically flawed.

    Given the following source code of lookUpAttributes() from PathBasedFilterInvocationDefinitionMap:



    public...
  4. Alright..thanks for your comments..

    Alright..thanks for your comments..
  5. Thats the problem! When I extended from...

    Thats the problem! When I extended from PathBasedFilterInvocationDefinitionMap , I cant overwrite requestMap coz its private. Anyway, If am to define my own requestMap, it would defeat the purpose of...
  6. Yes, i want to change them during runtime. But...

    Yes, i want to change them during runtime.
    But looking at the source of PathBasedFilterInvocationDefinitionMap, a List controls the secure urls:
    private List requestMap = new Vector();
    ...
  7. Removing a secure url from PathBasedFilterInvocationDefinitionMap

    Is there any way I can reset or remove the existing secure urls in PathBasedFilterInvocationDefinitionMap? There's only the addSecureURL() method.
    Does this mean I have to reset the server everytime...
  8. I removed the duplicate securityInterceptor....

    I removed the duplicate securityInterceptor. Still can't work. Anyway, I'll look at the tutorial as suggested. Thanks for the response karldmoore.
  9. An Authentication object was not found in the SecurityContext

    Hi there,

    I have the following set up in my applicationContext.xml



    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"...
Results 1 to 9 of 9