Minor implementation changes (feature renaming, ... )

This commit is contained in:
Jocelyn Fiat
2012-09-19 10:50:38 +02:00
parent ace897ea2b
commit 0503e63209
5 changed files with 59 additions and 11 deletions
@@ -43,7 +43,7 @@ feature -- Status
p: READABLE_STRING_8
l_uri: like uri
do
p := source_uri (req)
p := path_from_request (req)
l_uri := based_uri (uri, a_router)
if l_uri.ends_with ("/") then
if not p.ends_with ("/") then