I am trying to do this exact same thing and somehow I have lost my authentication providers. Would it be possible for you to post your application security context file so I can see how you wired in...
Type: Posts; User: chrissirwin; Keyword(s):
I am trying to do this exact same thing and somehow I have lost my authentication providers. Would it be possible for you to post your application security context file so I can see how you wired in...
I am trying to do this exact same thing and somehow I have lost my authentication providers. Would it be possible for you to post your application security context file so I can see how you wired in...
Rob, Thanks for the help .. it turned out to be (.*) to match the entire line ... thanks again!
Hi,
This may really be a regex question but thought I would try here first since I am using Spring Security and I may be missing something.
I am trying to get the entire subjectDN: contents...
I found the cause of the problem, but not the solution.
<bean id="dataSourceDetails" class="java.lang.String">
<constructor-arg><value>${jdbc.datasource.name}</value></constructor-arg>
</bean>...
Hi,
I have a web applicaiton that currently runs fines using Spring 1.1.4. I am trying to upgrade to Spring 1.2.7 and am getting an error on startup of the web application. I am running on Windows...