http - How to avoid redirect in a spring webflow? -


I ended up using several redirects in my spring web flow controller sections. I want to bring down the number of redirects.

New Models and Views (New Redirected Views (DUMMYFLOW_URL, True));

Currently, whenever I want to go to another state, I am using the above code (The problem is that there are many corner cases and the number of web forms URL can be suppressed depending on the states that I am redirecting). How can I send a send instead of sending 301?


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -