Enhancement #245
create HTTPResponseMessageRenderer
Status: | New | Start date: | 2010-11-04 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | framework | |||
Target version: | - | |||
Duration: |
Description
currently static access to HTTPProtocolReplyRenderer::DefaultReasonPhrase(code) is needed to get the corresponding reply message for a given code
sometimes only the code is present in context but not its message and therefor an appropriate Renderer would be nice
some locations could then be eliminated where the message is stored now:
anyMessage["ResponseMsg"] = HTTPProtocolReplyRenderer::DefaultReasonPhrase(errorcode);
History
#1
Updated by Marcel Huber over 7 years ago
- Project changed from Webdisplay2Coast to COAST
- Description updated (diff)
- Category changed from framework code to framework