You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2013/02/14 08:56:12 UTC

[jira] [Commented] (WW-3982) "http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd" is not available

    [ https://issues.apache.org/jira/browse/WW-3982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13578208#comment-13578208 ] 

Lukasz Lenart commented on WW-3982:
-----------------------------------

Check if you have the correct DOCTYPE:

{code:xml}
   <!DOCTYPE xwork PUBLIC 
		"-//Apache Struts//XWork 1.0//EN"
		"http://struts.apache.org/dtds/xwork-1.0.dtd">
{code}
                
> "http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd" is not available
> --------------------------------------------------------------------------
>
>                 Key: WW-3982
>                 URL: https://issues.apache.org/jira/browse/WW-3982
>             Project: Struts 2
>          Issue Type: Bug
>         Environment: 
>            Reporter: hubert
>            Priority: Critical
>
> we have problems on a project due to error:
> Caused by: java.io.FileNotFoundException: http://struts.apache.org/dtds/xwork-validator-config-1.0.dtd
> 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1194)
> 	at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
> 	at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
> 	at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)
> ...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira