Spring browser feedback

Using Spring 4.2.9

Web stream . My web stream consists of three pages of page-1, page-2 and error pages

Scenario : the user clicks on the link in the letter, my internal code consumes the link, and the user lands on page 1 (the link in the address bar is now different from what the user clicked), the user does the necessary things on page 1 and clicks the continue button and lands on page 2.

What I need when the user is on page 2 :

  • The user presses the back button of the browser to go to the error page.
  • The user copied the link when they were on page 1, and open a new tab and paste the page-1 link, they should land on the error page.
+4
source share
3 answers
0

, conversScope, "". , 2, , 1, 1 2 .

, , , , , 1 , . (, ), URL- ( , ) , 1- , , , .

, , , 2, , , 1 . cookie, .

0

-2 . " Spring -". .

0

Source: https://habr.com/ru/post/1691061/


All Articles