Maven Doxia

Error 503 when validate XHTML files

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1
  • Fix Version/s: 1.1.1
  • Component/s: Core
  • Labels:
    None
  • Number of attachments :
    0

Description

CachedFileEntityResolver could throw the following exception:

Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd

To reproduce this error, just try the following snippet:

    public static void main( String[] args )
        throws Exception
    {
        new URL( "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" ).openStream();
    }

Issue Links

Activity

Show
Vincent Siveton added a comment - Also error from Hudson https://grid.sonatype.org/ci/job/doxia/205/jdk=1.5,label=ubuntu/console
Hide
Vincent Siveton added a comment -

fixed in r784395

Show
Vincent Siveton added a comment - fixed in r784395

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: