Search:

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

Search: Search took 0.02 seconds.

  1. basically, how do i get contextSource from...

    basically, how do i get contextSource from AuthenticationProvider?
  2. How to get Provider URL from DirContextOperations

    I have a customized LdapUserDetailsMapper.

    Inside public UserDetails mapUserFromContext(DirContextOperations ctx, String username, Collection<GrantedAuthority> authorities) { ..}

    I want to find...
  3. Replies
    3
    Views
    734

    got it fixed. It turns out to be servlet cache...

    got it fixed. It turns out to be servlet cache and browser cache. I had to randomly append a number after JSP. I also have to create temp JSP with /gwt folder to get it forward to main GWT html.
    ...
  4. Replies
    3
    Views
    734

    Acegi 1.0.7 with WAS 6.1.0.11

    I posted a question about the weird behavior of my GWT app under WAS.

    Here is my original one

    http://forum.springsource.org/showthread.php?t=71407

    Now I found the problem is because of...
  5. Using Acegi 1.0.7, Websphere 6.0.x with GWT

    Hi, I have a GWT application.

    Using acegi works perfectly in Tomcat. I do have issue with Websphere. It works for the most of time, however, it does have some catches.

    I put all my GWT (main...
  6. Is there a way not using any role to protect a URL

    Hi,

    I want to protect some URL without specific roles.

    Basically, I want to use Acegi for authentication and have custom code for authorization.

    We keep all users under AD.

    My AD admin...
  7. Replies
    0
    Views
    551

    Acegi to 2 AD and no need of ROLE

    Hi,

    We have 2 MSAD repository.

    1. Is there a way for Acegi try both of them? If possible, is there a sample? I tried a couple, no luck here.

    2. Is there a way for Acegi to do...
  8. Replies
    0
    Views
    840

    HTTPInvokerServiceExporter

    Hi,

    Can I make a test HTML or JSP to call a service exposed via Http Invoker?
    What's the URL format for this? Or do I have to go through HttpClient?

    Thanks a lot.

    My plan is if I have a...
  9. use ContextLoaderListener to simulate initializer servlet

    Hi,

    I am using org.springframework.web.context.ContextLoaderListener to router my GWT RPC and HTTP invoker service.

    I have some startup code (sort of initialization code), like to cache some...
  10. never mind, got it working. thanks.

    never mind, got it working. thanks.
  11. thanks.

    does it mean if my role name is EMD00001

    I will secure it with

    <property name="objectDefinitionSource">
    <value>
    CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON...
  12. how to configu acegi if my role does not start with ROLE_

    hi, how do I configure my acegi if my roles/groups don't start with ROLE_

    here is my sample config. It works if I have ROLE_. However, my ldap admin insist no ROLE_ before role name.

    <bean...
Results 1 to 12 of 12