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...
Type: Posts; User: nusa; Keyword(s):
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...
Anyone please ? Thanks.
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...
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"...
OK, let me try that out.
In the mean time, do you think the above config using SimpleTriggerBean is correct ?
Thanks.
OK, let me try that out.
In the mean time, do you think the above config using SimpleTriggerBean is correct ?
Thanks.
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...
I have a web app which using the ScheduledTimerTask to schedule a task, as defined like the following :
...
<!-- Timer start -->
<bean id="timerFactory"...
Thanks mdeinum.
Thanks for your reply. It looks like I can use ContextLoaderListener by setting it in my web.xml :
<listener>
...
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...
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...
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.???">
...
After struggling for days, in fact I should use PasswordComparisonAuthenticator and not BindAuthenticator,
and it works ... well almost.
With the following code :
protected boolean...
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...
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]:...
Luke & karldmoore,
Thanks for your suggestions, but the problem still there.
Using this config :
...
<bean id="ldapAuthProvider"...
I'm really stuck in here ... :(
Can someone help me out ?
Thanks.
Anyone please ?
With the following config :
<bean id="ldapAuthProvider" class="org.acegisecurity.providers.ldap.LdapAuthenticationProvider">
<constructor-arg>
<bean...
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...
Hi,
This is something that I need as well without using Acegi.
But, where is the getUserDn(login) method ?
Thanks.
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.
According to this http://www.ja-sig.org/products/cas/server/ssl/index.html
you can't.
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.