I'm using Spring 3.1.
Can Spring Security do CAC ( Common Access Card ) authentication?
I haven't been able to find anything about it using Java( server side, for webapps ), let along...
Type: Posts; User: ANewSpring; Keyword(s):
I'm using Spring 3.1.
Can Spring Security do CAC ( Common Access Card ) authentication?
I haven't been able to find anything about it using Java( server side, for webapps ), let along...
As usual I'm answering my own question on this forum ( for the sake of others who might have a similar issue ).
Someone told me that WebLogic 11g comes with its own set of Spring jars, which were...
Microsoft Windows 7 Professional
WebLogic 11g
Java 1.6 ( the version with weblogic )
Spring 3.1
I was using WebLogic 11g and Spring 3.1 to do Java Webapp development on a Windows XP...
Thank You for the help and the fast reply.
Hi.
I'm new to STS and Eclipse.
I installed what I thought was the latest, greatest STS:
Spring Tool Suite 3.1.0.RELEASE - based on Eclipse Juno 4.2.1
However, I went back to the download...
Spring Tool Suite
Version: 3.1.0.RELEASE
Build Id: 201210061306
Spring Tool Suite 3.1.0.RELEASE - based on Eclipse Juno 4.2.1
spring-tool-suite-3.1.0.RELEASE-e4.2-win32-installer.exe
Microsoft...
Hi mminella;
I don't disagree with you.
This was something I was ordered to do and it is only for 9 people who are in the same building, same network zone
Hi. I'm trying to get the skeleton of Spring 3.1 Pre Authentication Filter working.
I based my code off of this SpringSourceBlog article.
I'm getting this error message telling me that I...
That looks useful, thanks.
I've implemented LDAP authentication using Spring Security 3.1. My security.xml file for that is posted below.
I need to alter my authentication process such that if a user comes to the site from...
I got it working. The final version of my *-security.xml is quoted below.
I took the "o=acme.com" out of the DN pattern and the LDAP worked.
I had originally put the "o=acme.com" in both the...
Spring 3.1
Tomcat 6.*
I'm working on making a Spring 3.1 webapp, authenticating with LDAP. When I hit submit on my login page, it just hangs and after a very, very long time returns with this...
Admins, please delete this thread, thanks.
In this thread I am trying to figure out why my ldap connection hangs when I try to login. Everything seems in place. I ran a JNDI style test program to get all of my attributes and I noticed my...
Admins, please delete this thread. Thanks Much.
Hi radhaspencer;
I started developing my project using ANT. I found a message in my logs at one point saying that a needed LDAP jar for Spring was missing. I put that jar in and then all hell...
I would second that recommendation.
Nobody will come out and say it and it is not 100.01% true, but if you are going to develop with Spring using Maven and Eclipse ( The Spring Tool Suite (STS) is...
Hi przemo_li;
I feel your pain. I have been programming in Java a long time and have a lot of experience with JSPs. Yet, my last job was very long term and they were very technologically...
I'm new to Spring and Spring Security. I've been working my way through the docs on authentication. I've successfully made a small xml file based authentication with Spring 3.1 and Spring 3.1...
Thanks, that was what I needed!
Hopefully someday SpringSource can include that example with the document bundle they include with distribution and the tutorial so other beginners don't have the...
I'm looking for a basic example of using LDAP in Spring 3.1. I downloaded the Spring Security war. The docs mentioned something about such an example, but I haven't been able to find it.
Can...
I'm posting this here as SOF tells me I don't have enough reputation points to answer my own question. Here it is for anyone who ends up in same situation as I was in:
I tried my stuff in...
I'm new to Spring.
I'm learning Spring 3.1. I'm using the book "Spring In Action, 3rd ed..
I'm having trouble getting static resources found. The book doesn't say much about it so I was...
I thought I would post these links for other people in my situation. They are tutorials for modern versions of Spring:
http://www.mkyong.com/spring3/spring-3-mvc-hello-world-example/
...
Hi;
I'm new to Spring. I worked through the sections of this tutorial that cover web flow. My ultimate goal is to use Spring to implement new features in a legacy servlet webapp and then...