Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1070 | minor | always | 04-21-06 13:34 | 05-09-06 18:55 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.19 | ||
|
|||||
Summary: | 0001070: XML parsing issue | ||||
Description: |
(rep by Christian Amott) in testing the latest snapshot, i am getting the following exception with all of my xml config files - the attribute after the DOCTYPE is not parsing ... be it 'web-app' or 'struts-config' or whatever .... eg. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> [^] <web-app xmlns="http://caucho.com/ns/resin" [^] xmlns:resin="http://caucho.com/ns/resin/core"> [^] ........... produces: - Parse Fatal Error at line 6 column 0: expected `>' in <!DOCTYPE at `e' org.xml.sax.SAXParseException: expected `>' in <!DOCTYPE at `e' at com.caucho.xml.XmlParser.error(XmlParser.java:2935) at com.caucho.xml.XmlParser.parseDoctype(XmlParser.java:525) at com.caucho.xml.XmlParser.parseNode(XmlParser.java:387) at com.caucho.xml.XmlParser.parseInt(XmlParser.java:241) at com.caucho.xml.AbstractParser.parse(AbstractParser.java:633) at org.apache.commons.digester.Digester.parse(Digester.java:1567) at org.apache.struts.action.ActionServlet.initServlet(ActionServlet.java:1112) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:324) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|