sorry but I do not understand what you mean with container. My problem is that when the user leaves the https pages he is redirect to the login page like if he wants to access to a restricted page...
Type: Posts; User: mongaru007; Keyword(s):
sorry but I do not understand what you mean with container. My problem is that when the user leaves the https pages he is redirect to the login page like if he wants to access to a restricted page...
hello, I would like someone to help to integrate a login page that have to be
access by https and then switch to http to navigate through the application.
If have configure my login page and the...
in your configuration file of spring security you shoul have something like this
<security:form-login login-page="/login.html"
login-processing-url="/j_spring_security_check"...
I suggest you to use a different page for login page so you dont have to strugle with rpc request.
After that you can check out http://gwt-widget.sourceforge.net/
to integrate spring and gwt. I...
thank you for your reply.
I downloaded the las spring framework 3 rc1 but the common-annotations is not present any more. where can I find it.
thanks
hello i`m trying to use jsr-250 annotations to provide security to my services. what i want to do is by default denny all access to my service`s methods so to do that, I saw the video of ben alex...
hy I`m trying to use jsr-250 annotations in my services. What i want
to do is set the @DennyAll annotation to the entyre class and then
add the corresponding access to the method I wish to use.
...
hello I have added spring security to my web application. I added method level security with xml pointcuts tags. Almost for every method of my services I have added a a pointcut so there are a lot of...
the problem is with the client browser. The multipart resolver throws and exception if the file is bigger than the parameter I set up. So it was not a spring problem. Sorry
hy, im using CommonsMultipartResolver to validate file size in my application
my problem is when a user try to upload a very large file (400 mb) and the limit is 10mb the application takes too...