X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FWeb%2FDispatch%2FParser.pm;h=1ccb6501f06c60e5ea26baad05bceabeb7afde40;hb=bb0dbe7cea350f9441cf04b61ce2b91d20f2602b;hp=213edb0dd1ddbcdd307efae991eda70114cb477d;hpb=e060a690760dbfb38033f34245b664a124e039b2;p=catagits%2FWeb-Simple.git diff --git a/lib/Web/Dispatch/Parser.pm b/lib/Web/Dispatch/Parser.pm index 213edb0..1ccb650 100644 --- a/lib/Web/Dispatch/Parser.pm +++ b/lib/Web/Dispatch/Parser.pm @@ -145,7 +145,7 @@ sub _url_path_match { or $self->_blam("Couldn't parse path match segment"); /\G\.\.\./gc and do { - $end = '(.*)'; + $end = '(|/.*)'; last PATH; }; /\G\.\*/gc