Skip to content
Discussion options

You must be logged in to vote

Hey, sorry for the delay!

It looks like the problem is the missing encoding on the action form field in the form:

action = "/login?origin=${call.request.queryParameters["origin"]}"

Should be:

action = "/login?origin=${call.request.queryParameters["origin"]?.encodeURLParameter(true)}"

This should fix the issue with c=d getting dropped 👍

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@bjhham
Comment options

@SirTimme
Comment options

@SirTimme
Comment options

@bjhham
Comment options

Answer selected by bjhham
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants