Hi,
I am beginner in Spring Security.
I require to authenticate with AD and then check whether authenticated use is enable or disable in Database.
Please guide me.
Thanks,
Ankur
Type: Posts; User: anks_ce; Keyword(s):
Hi,
I am beginner in Spring Security.
I require to authenticate with AD and then check whether authenticated use is enable or disable in Database.
Please guide me.
Thanks,
Ankur
Hello,
I am beginner in Spring-WS. I am using WebServiceTemplate to call SOAP web service.
Login service require authentication details in SOAP header. I have done that using...
I am using Spring-WS and WebServiceTemplate to call SOAP WebService.
Currently, i am facing issue while updating SOAP header.
Below is complete structure of SOAP request:
<SOAP:envlope>...
Thanks for this useful information.
It worked for me.
It was a very small mistake. Not in configuration and not in custom UserDetailService.
In login jsp i had form action as below
<form name="f" action="<c:url...
Hi,
Below is my security-applicationContext.xml
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
Sure i will... Thanks a lot Marten.
It means that if we specify the @ModelAttribute in controller's method then it would set the properties otherwise not.
Please confirm.
Thank you very much.
Hi,
i have JSP page as below.
<form:form commandName="user" methd="POST">
<form:input path="name" />
<input type="submit" name="btnSave" value="Save"/>
<input type="submit"...
Hi,
I just replaced my all the Spring and Spring Security JARs with older version 3.0.X. and it worked.
Hi,
Thanks for the reply. I have replaced jars as per your suggestion.
Now i have following JARs in my classpath.
antlr-2.7.6
antlr-runtime-3.0
commons-collections-3.1
...
Hi,
I am a beginner to spring security. I am working with a demo application and i got below problem.
This is my web.xml
<listener>...
i had tried to set 0 in bean as value. But it didn't work.
It still shows
"Typemismatch error" , "NumberformatException: For input String """
Please help.
How i can use CustomNumberEditor for this?
Hi,
Below is simple POJO.
public class file
{
private int fileNo;
}
Thanks a lot !!!
It works !! Thank you so much !!
Here i have to create a factory class to create object.
Is there any way so that i can create object just by referring the class?
like
...
it properly gets invalidated because other objects that i used to store in session, like login object its get removed.
But this web flow variable doesn't.
Hi,
Below is my flow xml.
<flow xmlns="http://www.springframework.org/schema/webflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Solved the problem.
Just Replaced
<bean
class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver" />
with
Hi,
I use MVC + webflow in single project.
Please find below dispatcher-servlet.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"...
Thanks for the reply. I didn't understand exactly your solution.
My problem exactly is that when i tried to access HTML page
http://localhost:8084/myProject/docs/generatedHTML.html
according to...
Hi,
I have configured dispatcher servlet as below
<servlet>
<servlet-name>dispatcher</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>...