RE: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardServer.java

2003-01-04 Thread Roberto Casanova
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

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardServer.java

2003-01-03 Thread Roberto Casanova
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 >