Post/Redirect/Get should keep query parameters#5861
Conversation
|
@campersau yes, looks good -- and your test proves it! :) |
|
I'd have to agree, it probably should have done this from the beginning, however, I'm slightly concerned this could be a BC break, as this would change the default behavior of the plugin slightly. I'm not saying they should, but if anyone who is using the So we should either, A) acknowledge that this likely affects so few users (none?) that it's not worth worrying about, or B) perhaps add a third parameter to the |
|
@EvanDotPro a breakage here seems ok as long as it is documented. Manually redirecting is always possible anyway. |
|
@Ocramius fine by me. :) |
|
Corrected the title of this PR from |
The Post Redirect Get Plugin should keep query parameters for redirects but I don't know if this is the right approach to do this.