The solution of java.lang.IllegalStateException anomaly of Response.sendredirect newspaper

Source: Internet
Author: User

today, in the code development, there is a Java.lang.IllegalStateException exception, response.sendredirect ("./default.html"); This statement has an error.

After the online search, found that the problem is likely to be because the Response.sendredirect method executed two times, one of which is certainly the project framework within the jump, and I want to jump, it seems extremely inconvenient, finally I put my eyes on the front page, the front page to jump.

At first, my front-end statement was: window.location.href= "./default.html";

But this method has a not obvious bug, my business logic is from the start page to the a page, and then on a page to determine whether to jump to the default page, if it is the default, there is a problem, When I click on the page to return (JS code can be: Window.history.go (-1);), the first return is a page, not the start page, to two times a quick click to return to the start page.

The Final Solution: Window.location.replace ("./default.html");
The effect of this writing is consistent with the method above, but when I return to the point, I return directly to the start page without first returning to the a page.

The solution of java.lang.IllegalStateException anomaly of Response.sendredirect newspaper

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.