[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2014-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #16 from Jackie Rosen --- *** Bug 260998 has been marked as a duplicate of this bug. *** Seen from the domain http://volichat.com Page where seen: http://volichat.com/adult-chat-rooms Marked for reference. Resolved as fixed @bug

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2014-01-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #15 from Konstantin Kolinko --- This eventually have been fixed in Tomcat 6 (r1561625) and Tomcat 7 (r1562103) and will be in 6.0.39, 7.0.51. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Mark Thomas changed: What|Removed |Added CC||david_s...@hotmail.com --- Comment #

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #12 from Mark Thomas --- I've been looking at the first issues raised - namely where the Servlet and JSP schemas are located. Currently, the schemas are split between [1] and [2]. This split creates the a problem that can easi

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Jeremy Boynes changed: What|Removed |Added Component|Specification APIs |Catalina Severity|normal

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Jeremy Boynes changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving this mai

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #11 from Jeremy Boynes --- Created attachment 30567 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30567&action=edit Updated patch This version assumes that the JSP XSDs can be moved to the same location as the Serv

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #10 from Jeremy Boynes --- Created attachment 30556 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30556&action=edit Start to refactor SchemaResolver not to key only on basename I started on the patch I mentioned ab

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #9 from Jeremy Boynes --- (In reply to Konstantin Kolinko from comment #8) > a) You have to configure a resolver to be able to locate schemas. > I should not need to use a resolver for this case. The base location of the schem

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #8 from Konstantin Kolinko --- You are doing it wrong. a) You have to configure a resolver to be able to locate schemas. Tomcat uses org.apache.catalina.util.SchemaResolver as configured by org.apache.catalina.startup.DigesterF

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Jeremy Boynes changed: What|Removed |Added Attachment #30527|0 |1 is obsolete|

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Jeremy Boynes changed: What|Removed |Added Attachment #30508|0 |1 is obsolete|

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #5 from Jeremy Boynes --- Created attachment 30526 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30526&action=edit full output from test run I was seeing the problem with xjc running against the resources directory

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Mark Thomas changed: What|Removed |Added Status|REOPENED|NEEDINFO -- You are receiving this

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #4 from Mark Thomas --- Do you still see the issue if both the servlet-api.jar and jsp-api.jar are available on the class path? I'd expect the answer to be no since the TCK tests run with validation enabled for the XML parser a

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-06-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Jeremy Boynes changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALI