Updated WSF_NOT_IMPLEMENTED_RESPONSE to include the request uri

This commit is contained in:
Jocelyn Fiat
2013-03-19 17:17:44 +01:00
parent 73f675db60
commit f502e6a6f7

View File

@@ -54,7 +54,8 @@ feature {WSF_RESPONSE} -- Output
h := header
res.set_status_code ({HTTP_STATUS_CODE}.not_implemented)
s := "Error 501 Not Implemented !"
s := "Error 501 Not Implemented ! "
s.append (request.request_uri)
if attached body as b then
s.append ("%N")
s.append (b)