diff options
author | Sean Dague | 2009-07-20 15:12:50 +0000 |
---|---|---|
committer | Sean Dague | 2009-07-20 15:12:50 +0000 |
commit | 57c325540c33af1c46d2af13c326548ead5878e9 (patch) | |
tree | b0e234c0e099d39c300ad03c4d8c3154a5fc3713 /OpenSim/Framework/Servers/HttpServer | |
parent | * Remove a noisy debug console message that was used for testing the camera c... (diff) | |
download | opensim-SC_OLD-57c325540c33af1c46d2af13c326548ead5878e9.zip opensim-SC_OLD-57c325540c33af1c46d2af13c326548ead5878e9.tar.gz opensim-SC_OLD-57c325540c33af1c46d2af13c326548ead5878e9.tar.bz2 opensim-SC_OLD-57c325540c33af1c46d2af13c326548ead5878e9.tar.xz |
From: Rick Alther <alther@us.ibm.com>
This patch fixes a problem in the RestXmlWriter where an exception may be
thrown when ToString() is called. ToString() is closing the last tag prior
to returning the string object, which it shouldn't do. People should be
closing the XML tags and document properly and not rely on the ToString()
side effect to do it for them. This is most noticeable if you hit
the /regions/ and /regioninfo/ REST calls. If you are running r9579 or
later, these calls will result in an error.
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer')
0 files changed, 0 insertions, 0 deletions