There are some examples of these pathological inputs at https://github.com/tornadoweb/tornado/blob/master/tornado/te...
https://github.com/PiPeep/NotVeryCleverBot/blob/coffee-rewri...
Note the commented out lines in the here-regex.
http://swtch.com/~rsc/regexp/regexp1.html
Because the issue with the URL regex mentioned is with backtracking.
There are some examples of these pathological inputs at https://github.com/tornadoweb/tornado/blob/master/tornado/te...