Sawyer X
Sawyer X
@hvoers I see the latest Passphrase release doesn't actually use the new syntax, it's just in compatibility mode. You don't need to bump the Dancer2 requirement there. At some point...
@hvoers What do you mean?
I started looking into this and thought the first, simplest act would be to simply stop catching all `retrieve` calls again (since we're already catching inside `retrieve` all calls to...
> [...] > Other characters are unsafe because > gateways and other transport agents are known to sometimes modify > such characters. These characters are "{", "}", "|", "\", "^",...
What if we just made it hookable? Each person could write their own "cleanup" method.
I'm still not sure how to make it pluggable.
@bigpresh Pull request on this? I wouldn't mind merging it.
This is a whole lot. Can we have a discussion about it first? I like some ideas here, but others scare me, to be honest.
So a rough assessment from me: - Generally it makes sense. - Using Plack middlewares is a good direction. - `Plack::Middleware::ReverseProxyPath` has a bad name and terrible documentation. - Commit...
I forgot to mention (since I wrote it quickly) that the work you've done here is really good. I was really happy you sunk your teeth in it, and it...