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 2020/12/03 11:05:00 UTC

[jira] [Resolved] (WW-5078) Remove support for DTD

     [ https://issues.apache.org/jira/browse/WW-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart resolved WW-5078.
-------------------------------
    Resolution: Fixed

PR got merged

> Remove support for <xwork> DTD
> ------------------------------
>
>                 Key: WW-5078
>                 URL: https://issues.apache.org/jira/browse/WW-5078
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: XML Configuration
>            Reporter: Lukasz Lenart
>            Assignee: Lukasz Lenart
>            Priority: Major
>             Fix For: 2.6
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> There is still a lot of {{<xwork>}} based XML configuration, especially in tests. Also the Core supports this, it's time to throw it away:
> {code:xml}
> <!DOCTYPE xwork PUBLIC
>         "-//Apache Struts//XWork 2.0//EN"
>         "http://struts.apache.org/dtds/xwork-2.0.dtd">
> <xwork>
> ....
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)