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/12 22:42:52 UTC

DO NOT REPLY [Bug 26074] New: - org.apache.axis.utils.Admin strips end of line (EOL)

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=26074>.
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=26074

org.apache.axis.utils.Admin strips end of line (EOL)

           Summary: org.apache.axis.utils.Admin strips end of line (EOL)
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: ramyan@us.ibm.com


Each time org.apache.axis.utils.Admin is run on a WSDD file, the final EOL is 
stripped from that file.

This can cause problems when the WSDD is later parsed using certain other 
parsers, such as sed.

The attached modification to FileProvider.java fixes this problem.