URL is not updated in browser

0

I would like to know the possible cause of the following problem: when accessing a URL and then entering one of the options, the browser does not reflect the current position within the site (it does not update the URL) ... I would like to know if anyone knows something about it ... the project is built in JAVA (MVC)

Thank you.

    
asked by Julio 16.02.2017 в 14:19
source

1 answer

0

In Java, when the "update of the URL" does not happen, it is due to the fact that a FORWARD is made and not a redirect. As you are saying that you are using MVC, the controller is responsible for processing this FORWARD as a response to the view for it to be displayed.

    
answered by 16.02.2017 в 15:14