From 4c946f58292f8c05f7458d53cb2d11d99431e03a Mon Sep 17 00:00:00 2001 From: Colin Adams Date: Sun, 17 Mar 2013 09:57:00 +0000 Subject: [PATCH] minor polishing --- library/server/wsf/router/wsf_routed_service.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/server/wsf/router/wsf_routed_service.e b/library/server/wsf/router/wsf_routed_service.e index 32c6a085..b83c9dc7 100644 --- a/library/server/wsf/router/wsf_routed_service.e +++ b/library/server/wsf/router/wsf_routed_service.e @@ -213,7 +213,7 @@ feature {NONE} -- Implementation method_is_options: req.request_method.as_upper.same_string ({HTTP_REQUEST_METHODS}.method_options) server_options_requested: req.request_uri.same_string ("*") do - --| TODO - should first check if forbidden. + --| First check if forbidden. --| (N.B. authentication requires an absoluteURI (RFC3617 page 3), and so cannot be used for OPTIONS *. --| Otherwise construct an Allow response automatically from the router. if is_system_options_forbidden (req) then