From 111812c4e9292a3243b3af2b9a8695ac65ea1f28 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 16 Sep 2011 18:56:02 +0200 Subject: [PATCH] Fixed issue with uri template router .. it was applying on request_uri instead of path_info now it match on PATH_INFO --- .../router/src/uri_template/request_uri_template_router_i.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/server/request/router/src/uri_template/request_uri_template_router_i.e b/library/server/request/router/src/uri_template/request_uri_template_router_i.e index 2b50ba4d..e43e1935 100644 --- a/library/server/request/router/src/uri_template/request_uri_template_router_i.e +++ b/library/server/request/router/src/uri_template/request_uri_template_router_i.e @@ -54,7 +54,7 @@ feature {NONE} -- Access: Implementation l_req_method: READABLE_STRING_GENERAL l_res: URI_TEMPLATE_MATCH_RESULT do - p := req.request_uri + p := req.path_info from l_req_method := req.request_method l_handlers := handlers