jakubgarfield / Bonobo-Git-Server

Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
http://bonobogitserver.com
MIT License
1.81k stars 603 forks source link

Use PRG (Post-Redirect-Get) Pattern throughout the site #882

Open eugeniomiro opened 3 years ago

eugeniomiro commented 3 years ago

Today the system behavior in actions acting with POST verb (usually forms), it is returning directly a view, instead of using PRG pattern which redirects to a form rendered after executing a get method. This results in popups like the following when pressing F5 in the resulting screen

image

Using PRG pattern solves this problem