> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" in my entire project. > I have "http://www.w3.org/TR/html4/strict.dtd"> this one in my project.
Huh, looks like w3 is, in fact, the TLD for the W3C. Looks like it's the preferred one these days. Guess I'm out of touch with Web standards. In any case the 502 errors you cited previously are likely due to network/throttling issues as I mentioned on the other thread. > 2011-03-29 10:26:22,231 ERROR [org.apache.commons.digester.Digester] - > <Parse Fatal Error at line 87 column 101: The reference to entity "locale" > must end with the ';' delimiter.> I would imagine you have &locale; somewhere in a JSP, which Xerces is treating as an entity reference. You must use ' ' for the '&' character inside XML configuration files. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
