daffodil
daffodil copied to clipboard
[BUG] External Router does not keep query strings or fragments on failed resolution redirect
:bug: Bug report
Current Behavior
When external router fails resolution and navigates to the failure path, it does not keep query strings and fragments.
Expected Behavior
I expect the daffodil external router to behave the same and the Angular router.
@griest024 can you clarify this a bit?
If I navigate to /test-url?test=123123#test should I be redirected to /failure-route?test=123123#test or /failure-route
/failure-route?test=123123#test should be the redirected url. I forget the motivation for this though