What steps will reproduce the problem?
1. Send a request to a random url
2. Response is returned as unformatted xml
What is the expected output? What do you see instead?
Data should be formattted on retrieval.
Expected:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<innerElement>bla</innerElement>
<innerElement>
<anotherElement>bla</anotherElement>
</innerElement>
</root>
Instead:
<?xml version="1.0"
encoding="UTF-8"?><root><innerElement>bla</innerElement><innerElement><anotherEl
ement>bla</anotherElement></innerElement></root>
What version of the product are you using? On what operating system?
3.1.0 , FF 4.0 , XP Pro
Please provide any additional information below.
1. This is a feature that now always runs, probably this should be a option or
checked for the response content type
2. Extra option could be to enlarge the response screen so that the response is
better readable
Original issue reported on code.google.com by wg.van.d...@gmail.com on 22 Aug 2011 at 9:37
Original issue reported on code.google.com by
wg.van.d...@gmail.com
on 22 Aug 2011 at 9:37Attachments: