Medusa called urllib.unquote() *before* calling crack_request().
If a request contained really quoted text crack_request() failed with an exception because the correspondig regex is unable to handle an unquoted request. unquot() is now called *after* crack_request
Showing
Please register or sign in to comment