Comment 2 for bug 257187

Revision history for this message
Andrew Trusty (andrewtrusty) wrote :

Things are working with the added re.DOTALL. I am using url encoded
newlines but the regex must be matching on the decoded url because it
wouldn't match my urls.

For example, the following url isn't matched by the regex
'/verify/(.+)' without the re.DOTALL ('%0A' is an encoded newline).

http://localhost:8080/verify/WFVkSj%0AU7x0=