You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2004/01/29 16:02:12 UTC

DO NOT REPLY [Bug 26522] New: - HttpSender logging does not show contents of sent message.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26522>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26522

HttpSender logging does not show contents of sent message.

           Summary: HttpSender logging does not show contents of sent
                    message.
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: richard.mclaren@anfis.co.uk


HttpSender contains the line
   log.debug(header + reqEnv);
reqEnv is always null and should probably be replaced by reqMessage.