Search:

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

Search: Search took 0.03 seconds.

  1. Hi, Did you configure your Ajax request url...

    Hi,

    Did you configure your Ajax request url pattern in Acegi to redirect to your login screen?
    After submitting your login user/password the XTAjaxAuthenticationProcessingFilter should be...
  2. Replies
    3
    Views
    1,018

    The acegi context contains:

    The acegi context contains:


    <bean id="authenticationEntryPoint" class="util.XTAjaxAuthenticationProcessingFilterEntryPoint">
    <property name="loginFormUrl" value="/login.form"/>
    <property...
  3. Replies
    3
    Views
    1,018

    sequence of Acegi + MVC context loading

    I am using acegi in combination with spring mvc.
    Now I would like to introduce a reference from the acegi spring context to the mvc context. This isn't working (BeanCreationException: ... Cannot...
  4. Hi, I was curious about my proposed solution...

    Hi,

    I was curious about my proposed solution so I tried it out.

    Although the implementation is a bit more complicated than I anticipated (one has to decide if the Acegi SavedRequest is an ajax...
  5. Hi, You will not have this problem if you are...

    Hi,

    You will not have this problem if you are setting "alwaysUseDefaultTargetUrl" as I do:


    The drawback is that you are losing the original URL for all requests not only for ajax requests. If...
  6. Hello Guillaume, Find the source in the...

    Hello Guillaume,

    Find the source in the attached zip file.

    In fact a refactoring of the AuthenticationProcessingFilterEntryPoint class would reduce this class to a few lines. To build the...
  7. Hi, I had the same problem and found a simple...

    Hi,

    I had the same problem and found a simple solution by extending the Acegi AuthenticationProcessingFilterEntryPoint.commence() method:

    If it is an ajex request then do the XT Ajax...
  8. Replies
    4
    Views
    1,181

    Exactly! ...

    Exactly!

    http://opensource.atlassian.com/projects/spring/browse/MOD-343

    thanks for your support,
    regards,
    Walter
  9. Replies
    4
    Views
    1,181

    Yes, this gives me full control over all...

    Yes, this gives me full control over all parameters.

    On the other hand I am not really satisfied with this solution.
    I played a little bit around and tried to use...
  10. Replies
    4
    Views
    1,181

    XT Ajax double get parameter

    Hi,

    In a special case I am using get parameters to initialize some form values.
    If I do an ajax action call afterwards these parameters are contained twice in the ajax query string. The first...
Results 1 to 10 of 10