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) + " ")