Issue Details (XML | Word | Printable)

Key: DOXIA-341
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Siveton
Reporter: Vincent Siveton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven Doxia

Error 503 when validate XHTML files

Created: 13/Jun/09 08:20 AM   Updated: 27/Jun/09 01:41 PM   Resolved: 13/Jun/09 10:56 AM
Return to search
Component/s: Core
Affects Version/s: 1.1
Fix Version/s: 1.1.1

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide

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();
    }



Vincent Siveton added a comment - 13/Jun/09 08:49 AM

Vincent Siveton added a comment - 13/Jun/09 10:56 AM

fixed in r784395


Vincent Siveton made changes - 13/Jun/09 10:56 AM
Field Original Value New Value
Assignee Vincent Siveton [ siveton ]
Resolution Fixed [ 1 ]
Fix Version/s 1.1.1 [ 15073 ]
Status Open [ 1 ] Closed [ 6 ]
Lukas Theussl made changes - 27/Jun/09 01:41 PM
Link This issue is duplicated by DOXIA-344 [ DOXIA-344 ]