1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/lib
Jeremy Evans f763e62819 Correctly handle encoded colons in routes (Fixes #776)
This uses a negative lookahead assertion to ensure the colon is
not followed by a character that will make it a key.  In that
case, it should be treated as a literal colon, and handled similar
to other literal special characters.
2015-03-23 22:21:20 -07:00
..
sinatra Correctly handle encoded colons in routes (Fixes #776) 2015-03-23 22:21:20 -07:00
sinatra.rb remove a redundant require 2014-05-30 11:31:09 +02:00