Issue Details (XML | Word | Printable)

Key: CONFIGURATION-335
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Oliver Heger
Reporter: Sergey Vladimirov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Commons Configuration

XMLConfiguration: Can't disable attribute splitting

Created: 14/Aug/08 05:27 PM   Updated: 20/Oct/09 07:30 PM
Return to search
Component/s: Format
Affects Version/s: 1.5
Fix Version/s: 1.6

Time Tracking:
Not Specified

Issue Links:
Cloners
 

Resolution Date: 30/Nov/08 09:13 PM


 Description  « Hide
My XML configuration has the following attribute:
<some-element some-attribute=" " />

But XML Configuration is trying to split this string and trims it after splitting. I don't need this behaviour, but setting setDelimiterParsingDisabled() just changing delimeter to "|" and not disables attribute trimming.

Need either to disable trimming/splitting if setDelimiterParsingDisabled() is set to TRUE (incompatible change), or add something like setParseAttributesAsIs() that will prevent attributes to be trimmed and splitted



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.