Uh oh!
There was an error while loading. Please reload this page.
Allow hash path (/#/path ) for redirect Url - #2311
Conversation
Changed adding `'&redirect=' +options.redirect` to verifyHref, from inside `.verfiy() ` method to insde of `sendEmail()` method, to allow hash paths for redirect url. From issue at #2307
slnode
commented
May 8, 2016
Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test." |
richardpringle
commented
May 9, 2016
ok to test |
superkhau
commented
May 9, 2016
LGTM. Thanks for the contribution! ;) @bajtos For final review and merge. |
bajtos
commented
May 10, 2016
I am not very familiar with this part of LoopBack. @ritch could you please review? However, I would like to see a unit-test covering the change, to demonstrate the new behaviour and prevent regressions in the future. |
Two things to note: the test Should report 302 when redirect url is set fails when the redirect is having hash value like: with error: The second thing is that test My idea to solve it would be to I'm just not sure where the redirecting is happening. |
ritch
commented
Nov 29, 2016
test please |
slnode
commented
Nov 29, 2016
Can one of the admins verify this patch? |
3 similar comments
slnode
commented
Nov 29, 2016
Can one of the admins verify this patch? |
slnode
commented
Nov 29, 2016
Can one of the admins verify this patch? |
slnode
commented
Nov 29, 2016
Can one of the admins verify this patch? |
ritch
commented
Nov 29, 2016
ok to test |
bajtos
commented
Dec 8, 2016
Yes please, we should be applying |
bajtos
commented
Dec 8, 2016
@ambrt I see this patch is rather old, sorry for our long silence! Are you still keen to work on this change? |
Changed adding
'&redirect=' +options.redirectto verifyHref, from inside.verfiy()method to insde ofsendEmail()method, to allow hash paths for redirect url. From issue at #2307connect to #2307