> java.io.IOException: Server returned HTTP response code: 502 for URL: > http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
It's very common for providers of such boilerplate resources like XML schemata to throttle connections to such resources. Moreover, since that's a remote resource you're subject to the whims of the internet and the availability of the provider. The best way to avoid this kind of uncertainty is to host those resources within your deployable. Unfortunately that's easier said than done. All that said, it just occurred to me there appears to be a typo in the URL. I believe you mean w3c, not w3, in the domain name. 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
