You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by bu...@apache.org on 2002/04/25 22:46:38 UTC

DO NOT REPLY [Bug 8532] New: - DefaultConfigurationBuilder trims the values it puts into configuration values

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

DefaultConfigurationBuilder trims the values it puts into configuration values

           Summary: DefaultConfigurationBuilder trims the values it puts
                    into configuration values
           Product: Avalon
           Version: 4.0b3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Framework
        AssignedTo: avalon-dev@jakarta.apache.org
        ReportedBy: greg-apache-bugs@nest.cx


Here's what I'm trying to do:    <components>     <transmitter logger="test">       <receiver-host>localhost</receiver-host>       <receiver-port>3457</receiver-port>       <start-with>POST / HTTP/1.0&#13;&#10;&#13;&#10;&lt;bp-batch&gt;</start-with>       <end-with>&lt;/bp-batch&gt;</end-with>     </transmitter>   </components>  The configuration value I am getting has all \r\n's removed.  Attaching a patch that implements a special processing instruction which allows to change the parser behavior at run time.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>