Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,726

    Authentication is null ?

    Hi,

    I don't know whether this is related to ICEfaces or Spring Security, but
    I'm still unable to find the answer why SecurityContextHolder.getContext().getAuthentication() always return null
    on...
  2. Replies
    4
    Views
    1,327

    Anyone please ? Thanks.

    Anyone please ? Thanks.
  3. Replies
    4
    Views
    1,327

    I change a little bit my config to become like...

    I change a little bit my config to become like this :


    <security:intercept-url pattern="/**" access="IS_AUTHENTICATED_ANONYMOUSLY" />


    as per tutorial ( 'Suggested Steps' ). And the log I got...
  4. Replies
    4
    Views
    1,327

    Unable to move from login page

    I have a problem where the login page does not move. It just stays there, although the log says differently. Below is the config I'm using :


    <security:http auto-config="true"...
  5. Thread: Scheduler stops

    by nusa
    Replies
    6
    Views
    1,594

    OK, let me try that out. In the mean time, do...

    OK, let me try that out.
    In the mean time, do you think the above config using SimpleTriggerBean is correct ?

    Thanks.
  6. Thread: Scheduler stops

    by nusa
    Replies
    6
    Views
    1,594

    OK, let me try that out. In the mean time, do...

    OK, let me try that out.
    In the mean time, do you think the above config using SimpleTriggerBean is correct ?

    Thanks.
  7. Thread: Scheduler stops

    by nusa
    Replies
    6
    Views
    1,594

    Unfortunately nothing, no exceptions, no warning,...

    Unfortunately nothing, no exceptions, no warning, no errors, at all !
    The fact that this is a random problem, i.e. the scheduler could stop after 12 hours, 20 hours, make it very difficult for me to...
  8. Thread: Scheduler stops

    by nusa
    Replies
    6
    Views
    1,594

    Scheduler stops

    I have a web app which using the ScheduledTimerTask to schedule a task, as defined like the following :


    ...
    <!-- Timer start -->
    <bean id="timerFactory"...
  9. Replies
    4
    Views
    2,588

    Thanks mdeinum.

    Thanks mdeinum.
  10. Replies
    4
    Views
    2,588

    Thanks for your reply. It looks like I can use...

    Thanks for your reply. It looks like I can use ContextLoaderListener by setting it in my web.xml :


    <listener>
    ...
  11. Replies
    4
    Views
    2,588

    Clean up when shuting down tomcat

    Hi,

    I have a web app that generates some temp files.
    When I shutdown the tomcat, I would like to do some clean up ( delete those temp files ).

    Anyone knows how can I do that ? Any sample code...
  12. Replies
    6
    Views
    1,774

    Thanks Arjen for your reply. Maybe I miss...

    Thanks Arjen for your reply.

    Maybe I miss something, I did not find SimpleMethodEndpointMapping class, where is it ?
    Why there is no interceptors properties as in PayloadRootQNameEndpointMapping...
  13. Replies
    6
    Views
    1,774

    Hi Arjen, I'm very interested with this...

    Hi Arjen,

    I'm very interested with this MethodEndpointMapping, but still confused.
    I would like to have something like this :


    <bean id="methodPayload" class="org.springframework.ws.???">
    ...
  14. After struggling for days, in fact I should use...

    After struggling for days, in fact I should use PasswordComparisonAuthenticator and not BindAuthenticator,
    and it works ... well almost.
    With the following code :


    protected boolean...
  15. from above ... Apr 26 09:01:19 localhost...

    from above


    ...
    Apr 26 09:01:19 localhost slapd[3594]: <= root access granted
    Apr 26 09:01:19 localhost slapd[3594]: => access_allowed: read access to...
  16. from above ... Apr 26 09:01:19 localhost...

    from above


    ...
    Apr 26 09:01:19 localhost slapd[3594]: daemon: read active on 17
    Apr 26 09:01:19 localhost slapd[3594]: connection_get(17)
    Apr 26 09:01:19 localhost slapd[3594]:...
  17. Luke & karldmoore, Thanks for your...

    Luke & karldmoore,

    Thanks for your suggestions, but the problem still there.
    Using this config :


    ...
    <bean id="ldapAuthProvider"...
  18. I'm really stuck in here ... :( Can someone...

    I'm really stuck in here ... :(
    Can someone help me out ?

    Thanks.
  19. Anyone please ?

    Anyone please ?
  20. With the following config :

    With the following config :


    <bean id="ldapAuthProvider" class="org.acegisecurity.providers.ldap.LdapAuthenticationProvider">
    <constructor-arg>
    <bean...
  21. Still unable to authenticate a user : Invalid Credentials

    Hi,
    I hope someone could give me a help/suggestion.
    I have a login dialog ( Swing remote client ), which sends the user's userName & password.
    On the server, the web application authenticates that...
  22. Thread: CanConnect?

    by nusa
    Replies
    29
    Views
    16,304

    Where is getUserDn() ?

    Hi,

    This is something that I need as well without using Acegi.
    But, where is the getUserDn(login) method ?

    Thanks.
  23. Replies
    8
    Views
    1,834

    Thanks Scott. Just download from cvs, but I did...

    Thanks Scott. Just download from cvs, but I did not find contact cas application ( contact-cas.war ). Am I looking at the wrong directory ?

    Thanks.
  24. Replies
    9
    Views
    5,067

    According to this...

    According to this http://www.ja-sig.org/products/cas/server/ssl/index.html
    you can't.
  25. Replies
    8
    Views
    1,834

    Thanks Scott. Yet, I'm still unable to find...

    Thanks Scott.

    Yet, I'm still unable to find which bean(s) I need to use to replace this :


    if ( authentication(request,response) ) {


    I appreciate any help/suggestions.
Results 1 to 25 of 30
Page 1 of 2 1 2