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
Post a Comment