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

Lukasz Lenart commented on WW-3979:
-----------------------------------

[[email protected]] How your struts.xml looks like? The all needed DTDs 
are included in jars, the parser will try read them over the internet only in 
case if it cannot find them (base on DOCTYPE) locally.

The proper DOCTYPE is like this:
{code:xml}
<!DOCTYPE xwork PUBLIC
        "-//Apache Struts//XWork 2.0//EN"
        "http://struts.apache.org/dtds/xwork-2.0.dtd";>
{code}
{code:xml}
<!DOCTYPE struts PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
    "http://struts.apache.org/dtds/struts-2.3.dtd";>
{code}


                
> http://struts.apache.org/dtds not available on server
> -----------------------------------------------------
>
>                 Key: WW-3979
>                 URL: https://issues.apache.org/jira/browse/WW-3979
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Other
>            Reporter: Chris Ridout
>
> http://struts.apache.org/dtds not available on server

--
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

Reply via email to