Search:

Type: Posts; User: mongaru007; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,222

    sorry but I do not understand what you mean with...

    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...
  2. Replies
    3
    Views
    1,222

    https to http in spring security

    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...
  3. Replies
    4
    Views
    2,102

    in your configuration file of spring security you...

    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"...
  4. Replies
    4
    Views
    2,102

    I suggest you to use a different page for login...

    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...
  5. Replies
    2
    Views
    743

    thank you for your reply. I downloaded the las...

    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
  6. Replies
    2
    Views
    743

    problem with jsr-250 annotations

    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...
  7. Replies
    0
    Views
    452

    problem with jsr-250 annotations

    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.
    ...
  8. Replies
    0
    Views
    1,064

    spring security performance problem

    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...
  9. Replies
    2
    Views
    965

    the problem is with the client browser. The...

    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
  10. Replies
    2
    Views
    965

    fileupload with multiparser validation

    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...
Results 1 to 10 of 10