You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2012/01/27 16:22:10 UTC

[jira] [Issue Comment Edited] (CXF-4071) LoggingInterceptors contain parts which are not nessecary.

    [ https://issues.apache.org/jira/browse/CXF-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13194835#comment-13194835 ] 

Sergey Beryozkin edited comment on CXF-4071 at 1/27/12 3:21 PM:
----------------------------------------------------------------

Even for simple SOAP we can get GETs, it's never redundant to output the request method.
In case of REST we can get the browsers so dropping the method info will lose this info on the server side.
                
      was (Author: sergey_beryozkin):
    Even for simple SOAP we can get GETs, it's never redundant to output the request method
                  
> LoggingInterceptors contain parts which are not nessecary.
> ----------------------------------------------------------
>
>                 Key: CXF-4071
>                 URL: https://issues.apache.org/jira/browse/CXF-4071
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.5.2
>            Reporter: Michael Prieß
>            Assignee: Christian Schneider
>         Attachments: LoggingInInterceptor.java.patch, LoggingOutInterceptor.java.patch
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The LoggingInInterceptor trying to log the Message.RESPONSE_CODE, this is not necessary.
> The LoggingOutInterceptor trying to log the HTTP_REQUEST_METHOD, this is not necessary.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira