Antonio Salazar Cardozo
Antonio Salazar Cardozo
Please try posting to the mailing list, as comments on really old issues usually require additional context best provided there. We can bring the discussion back here once an active...
Hmm… The first solution probably doesn't work for the same reason—the URI is probably constructed for the redirect before the session is destroyed, so when the page is redirected the...
That's the thing to do, but you need to redirect with state in the _next_ session; right now the code that's in there does a redirect with some state, but...
At this point we suggest folks avoid using `RewriteRequests`; should we close this ticket accordingly?
As a first step, we're going to try to disable event extraction in `fixHtmlFunc` for now, targeted for 3.1. Then we can look at a better solution.
Kicked the bigger implementation to 3.2.
I _think_ the roundtrip streaming promise code also enables functionality like this, am I wrong?
Is this regarding the form generation functionality that mapper has, or do we want to extend the editability of a field to whether or not it can be set at...
Got it. Cool, will keep that in mind, just wanted to get a bit of additional info here in case someone wanted to pick it up.
I've already removed all explicitly deprecated `LiftRules`; however, that doesn't mean all _unused_ rules are gone. I'll try and make a pass at some point and verify that rules are...