Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    478

    jump link action in spring

    in my jsp I have

    <a href="staffLink?myjump=Record.jsp"class="link">display Records</a><b>&nbsp;&nbsp;</b>
    in my servlet I can use


    String Myjump...
  2. Replies
    2
    Views
    801

    my user name and password store in db, I try the...

    my user name and password store in db, I try the folowing way
    <bean id="daoAuthenticationProvider" class="org.acegisecurity.providers.dao.DaoAuthenticationProvider">
    <property...
  3. Replies
    2
    Views
    801

    add passwordEncoder into spring + acegi

    How to add passwordEncoder into spring + acegi?
    do my table can use plain password?
  4. Replies
    0
    Views
    480

    password encoding in acegi

    if I add the Bold part
    <property name="userCache" ref="userCache"/>
    <property name="passwordEncoder" ref="passwordEncoder"/>
    My application get 503 error , get away this part...
  5. change the configuration,then admin index page can have group accessable links

    HI all,

    on meantime, my admin can access one page call admin.jsp , and do some search actions in here ,
    right now I want to change to after the admin login in , go to adminindex.jsp, which...
  6. Replies
    2
    Views
    568

    Thank you, I get it.

    Thank you,
    I get it.
  7. Replies
    2
    Views
    568

    admin and student account

    I have a small project, which use spring + acegi , on mean time the admin can only access the admin page and staff only can access the staff page, is that possible to let the admin access both admin...
  8. Replies
    10
    Views
    2,399

    acegi logout and back button

    Hi all,
    in acegi, event I log out , i still use back button the view the security page, how can i handle this

    <%@ page import="org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices" %>...
  9. Replies
    3
    Views
    792

    thank you for the reply, but the problem is my...

    thank you for the reply, but the problem is my previent did not be logout out, but if set to true it did have exception, it direct to loginerror page. if the false setting can work , force the...
  10. Replies
    3
    Views
    792

    concurrentSessionFilter is not working

    in my web.xml


    <listener>
    <listener-class>
    org.springframework.web.context.ContextLoaderListener
    </listener-class>
    </listener>
    <listener>
    <listener-class>
  11. thank you, I got this part .

    thank you, I got this part .
  12. click on wrong login role direct to login error page

    hi, in spring + acegi login page , I have admin , and staff two link , if the admin acident click on the staff link and input their password and username , be direct to login erro page, how to handle...
  13. what is your suggestion?

    what is your suggestion?
  14. NullPointerException on SecurityContextHolder.getContext().getAuthenticati on

    hi all,
    I have a search page after login and my login page use asprign + acegi
    my search page can link to delete and update page , I catch who, when on my log by getting the acegie user name...
  15. Replies
    2
    Views
    562

    I got it thank you

    I got it thank you
  16. Replies
    2
    Views
    562

    Help to understand on spring

    hi all,
    I google and read a few artical on acegi, but still confuse on the following questions
    web.xml
    what is different for the following mapping
    <servlet-mapping>...
  17. <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">

    <beans>
    <bean id="indexController"...
  18. yse, I did try

    yse, I did try

    <%@ page import="org.acegisecurity.context.SecurityContextHolder" %>
    <%@ page import="org.acegisecurity.Authentication" %>
    <%@ page...
  19. get login name and password and insert into db

    hi all,
    I try acegi + mysql run on tomcat , I want to get the user name and password and insert them into my log
    what should I do?
  20. Replies
    2
    Views
    954

    thank you, I got it already

    thank you,
    I got it already
  21. Replies
    2
    Views
    954

    display form view back to jsp

    want to studey spring for long time, but.... right now I try

    import java.util.*;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;

    import...
  22. I did,sorry for the type mistake, itloks if the...

    I did,sorry for the type mistake, itloks if the web .xml is version 2.4 you can add <taglib> in web.xml, but netbean and tomcat 6.016 use version 2.5 for JSTL they just add JSTLlib into...
  23. error on

    my jsp have
    <@ taglib uri="http://www.springframework.org/spring" prefix="spring" %>
    I try then on NetBean
    I got the absolute uri http://www.springframework.org/spring" prefix="spring"
    cannot...
  24. Replies
    2
    Views
    847

    thank you for the replye, I have a small...

    thank you for the replye,

    I have a small Webapplication once can run on Win+ Eclipe + mysql + tomcat , now I need to move to Solaris, I can found Eclipe for solaris , so have to use Netbean,...
  25. Replies
    2
    Views
    847

    can acegi use on solaris and Netbean

    can acegi use on netbean that run on solaris , since it only have zip fille
Results 1 to 25 of 46
Page 1 of 2 1 2