Alessandro Vernet wrote
Hi Dan,
Does it matter that XQuery is being used on the target page (if XQuery is indeed being used to issue that redirect)? Should I be able to reproduce by doing a submission replace="all" to any page that responds with a redirect?
Alex
Yep, you should be able to reproduce this with any page. I've attached a test case below to demonstrate. Drop the .xq file into the root /db directory of eXist, and place the /test-case folder under Orbeon's /apps.
test-case.zipNotice how one button redirects properly to google, while the other just gives a blank page. The only difference is that one submits using POST, while the other uses GET. I'm not sure if this is a bug or intended new behavior, but it wasn't this way in 3.8, and it's preventing us from upgrading because we rely on the old behavior. A work-around would be greatly appreciated.
Thanks,
Dan