Marvin, i have locale variable in one of my java class and that is of type java.util.Locale. Apart from that i don't have any &locale in my entire project. I don't have any " &" in my xml files. I have various types of entity definitions such as &hellp, " in message_properties files.
May b it could be network/throttling issue as u said. Need to research more on this. Could you Please let me know if u know of something. Thanks. Mala On Tue, Mar 29, 2011 at 12:05 PM, Marvin Addison <[email protected]>wrote: > > "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 > > -- 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
