Error 503 when validate XHTML files
-----------------------------------
Key: DOXIA-341
URL: http://jira.codehaus.org/browse/DOXIA-341
Project: Maven Doxia
Issue Type: Bug
Components: Core
Affects Versions: 1.1
Reporter: Vincent Siveton
CachedFileEntityResolver could throw the following exception:
{noformat}
Server returned HTTP response code: 503 for URL:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
{noformat}
To reproduce this error, just try the following snippet:
{noformat}
public static void main( String[] args )
throws Exception
{
new URL( "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
).openStream();
}
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira