Hello,

I stumbled over the fact that DefaultConfigurationBuilder trims the
values it puts into configuration values.

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.

Is there a way to modify DefaultConfigurationBuilder behavior without
doing deep surgery? If surgical invasion is required, would anybody be
interested in applying a patch that switches trimming behavior off for
the elements that have a special attribute set (like
parser-preserve-character-data)?

Thanks
Greg

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to