I have set up a working custom virtual URI mapping in the form:
/{1}/product/{2}
=>
forward:/{1}/products/productDetails.html?id={2}
(There is some code in between that changes {2} from a string to a product ID)
On requesting the initial URL with a get request, Magnolia forwards me to the
correct page.
However, on posting to the same URL, Magnolia returns a 302 redirect which then
sends me via a new HTTP request to the page I expected to be forwarded to.
Can anyone explain what is happening here?
Many thanks,
Chris.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=8879d491-eadc-4bd5-8276-0383d7e750df
----------------------------------------------------------------
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------