a month or
so, and it works well. You can enter special characters (like &) in the
data source url using the admin webapp (no need to escape them), they
get stored in server.xml and read back properly. (I had attached that
patch with the original bug report)
Thanks
Roberto
> From: Amy Roh
I see another problem with this code.
Suppose for some reason we have an attribute or resource parameter value
like the following (without the quotes):
"> corresponds to >"
The correct XML for this string is:
"> corresponds to >"
However this code would write to server.xml:
"> corresponds to >