Search:

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

Search: Search took 0.01 seconds.

  1. Setting timeout session in acegi

    Hi all,
    How can I to set a timeout with acegi security?

    Thanks
    Pasquy
  2. Thank you, it's work. My exceptionMappings is: ...

    Thank you, it's work. My exceptionMappings is:

    <property name="exceptionMappings">
    <props>
    <prop key="org.acegisecurity.BadCredentialsException">/loginFailed.jsp?e=1</prop>
    ...
  3. I add in my dispatcher-servlet.xml a...

    I add in my dispatcher-servlet.xml a exceptionMappings, for example:

    <bean id="formAuthenticationProcessingFilter"
    class="org.acegisecurity.ui.webapp.AuthenticationProcessingFilter">...
  4. Can you post me a little configuration example...

    Can you post me a little configuration example because I'm new with acegi and spring.
  5. Authentication failed pages with user disabled and user/pwd wrong

    Hi all,
    I'm using acegi for my webapp authentication. Now I have this configuration:

    <bean id="exceptionTranslationFilter"
    class="org.acegisecurity.ui.ExceptionTranslationFilter">
    <property...
  6. Replies
    1
    Views
    770

    Binding with Spring

    Hi all, I have a little problem with binding spring.

    I have a bean AddExameForm with this parameters:

    private String esame;
    private String descrizione;
    private List<Domanda> domande;

    and...
  7. It's works! Thanks michael.

    It's works! Thanks michael.
  8. Ok, I have a header.jsp file under...

    Ok, I have a header.jsp file under WEB-INF/jsp/secure/admin/

    <%@ taglib uri="....org/spring" prefix="spring" %>
    <%@ include file="/WEB-INF/jsp/secure/admin/include.jsp"%>
    <html>
    <head>...
  9. I'm using acegi-security-1.0.0-RC2 that it is...

    I'm using acegi-security-1.0.0-RC2 that it is used in example!
    (search SpringAcegiTutorial.zip on google page - now I cannot post this url).

    In my app, the image folder is not under WEB-INF...
  10. How insert image tag into file jsp with acegi security

    Hi all,
    I'm new in this forum and now I want to use spring.
    I see on net a spring example with acegi security, and I want to edit the example : SpringAcegiTutorial.

    This example works, but I...
Results 1 to 10 of 10