From 021f0eeaec7ff3b4de971b969a9ef798687d76d6 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 19 Dec 2012 14:35:47 +0100 Subject: [PATCH] Updated documentation output --- .../documentation/wsf_router_self_documentation_message.e | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/server/wsf/router/documentation/wsf_router_self_documentation_message.e b/library/server/wsf/router/documentation/wsf_router_self_documentation_message.e index 2fc99843..d936f8e1 100644 --- a/library/server/wsf/router/documentation/wsf_router_self_documentation_message.e +++ b/library/server/wsf/router/documentation/wsf_router_self_documentation_message.e @@ -240,6 +240,8 @@ feature {WSF_RESPONSE} -- Output s.append_character (' ') end s.append_character (']') + else + s.append (" [ * ]") -- when no request methods are precised, it accepts any methods. end s.append (" " + html_encoder.encoded_string (m.description) + " ")