Can not be saved in the session, and before I save in request, here session can also get Chain.dofilter (request, response); Only the login name is not empty when the release, prevent direct login Successful page

Source: Internet
Author: User

public void DoFilter (ServletRequest request, servletresponse response,
Filterchain chain) throws IOException, Servletexception {
HttpServletRequest HttpRequest = (httpservletrequest) request;
HttpServletResponse HttpResponse = (httpservletresponse) response;

HttpSession session = Httprequest.getsession ();
Can not be saved in the session, and before I save in request, here session can also get
if (Httprequest.getattribute ("username")!=null) {
Chain.dofilter (request, response); Only the login name is not empty when the release, prevent direct login Successful page
}else{
Httpresponse.sendredirect ("login.jsp");
}
}

<Filter>        <Filter-name>Loginfilter</Filter-name>        <Filter-class>Filter. Loginfilter</Filter-class>    </Filter>    <filter-mapping>        <Filter-name>Loginfilter</Filter-name>        <Url-pattern>/success.jsp</Url-pattern>    </filter-mapping>

Note that this/success.jsp is the page we would like to log in to, just before you log in to the page you want to log in, just configure one of the above filter.

Can not be saved in the session, and before I save in request, here session can also get Chain.dofilter (request, response); Only the login name is not empty when the release, prevent direct login Successful page

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.