Greetings all I am using Apache Camel and Apache CXF in this example:
http://camel.apache.org/better-jms-transport-for-cxf-webservice-using-apache-camel.data/cxfcamelexample.zip
and I want to...
Type: Posts; User: ylazez; Keyword(s):
Greetings all I am using Apache Camel and Apache CXF in this example:
http://camel.apache.org/better-jms-transport-for-cxf-webservice-using-apache-camel.data/cxfcamelexample.zip
and I want to...
Thanks for the info man, but i guess it's quite hard to implement such behaviour.
all i want to do is to generate the cookies (series,token) for the user and save them in the database, my problem is in how to generate them, any help ?
greetings all i am using spring security 3.0.2 and my login form doesn't use the spring login configuration, it's a custom login form (i have to make it this way) i was wondering how to make a user...
This is my topic yes, and i found out that the old solution i got to is very bad and i am searching now for the best solution if you or anybody can tell
ok assuming i made a class that extend the rememberMeAuthenticationFilter, when to call this class (what will be the necessary configuration), and if i added a spearate filter when to call it to ?
Another question, is there's an ability to provide a custom implementation for the onAuthenticationSuccess method in the rememberMeAuthenticationFilter ?
something like database query, then make some if conditions, then either land the user to the requested page or redirect him to another page.
ok i will give more details:
in the login form i use the property
<form-login
authentication-success-handler-ref="LoginHandler"/>
<beans:bean id="LoginHandler"...
i read the documentation, but still can't figure out what is the best solution to be done here, i need some guide here guys please.
the problem was solved by something in the apache configuration which i really didn't made (the system admin did), consult a system admin, or make some research in the apache configuration.
and what about the xml configuration ?
can you tell me please where can find an example of a custom RememberMeAuthenticationFilter since i am a newbie?
greetings all i am using spring security 3.0.2 and i am using the following configuration for remember me
<http use-expressions="true" >
<remember-me ...
do you mean by encoding the url before redirecting or what?
greetings all i am using the following method to make an auto login for user after registration to access an authenticated page:
public static void autoLogin(User user, HttpServletRequest...
greetings all i have a strange problem with SavedRequest
SavedRequest savedRequest = requestCache.getRequest(request, response);
String targetUrl = savedRequest.getRedirectUrl();
i have a...
ping here ?
any hep please?
hey guys
if anyone used SWFUpload with spring frameworks
can give me some hints or a link to an example would be very helpful
i am reading the documentation now, and i need an example please,...
is there's a spring integration with YUI?
since i want to use YUI with spring and i need some guide, please
thank you
hey guys
iam using spring upload to upload files
when uploading an arabic file
and in the controller i get the original file name
i get something like:
ا ; ل ; م ; غ ;...
greetings all
i have a web application that uses spring framework
and i want to use ajax in some pages (adding/deleting stuff from page,db without refreshing the whole page)
tutorials and samples...
greetings all
um using spring security 3.0.2,spring 3.0.0
i wanted to remove the jsessionid from the urls
so i tried setting disable-url-rewriting to true
but after that,iam unable to login,and...
found out that with each page a new jsession id is generated for the user,why?
and how to prevent this?