You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Chris Mawata (JIRA)" <ji...@apache.org> on 2009/03/30 13:21:02 UTC

[jira] Created: (WW-3065) Showcase -- tiles.xml uses incorrect DTD

Showcase -- tiles.xml uses incorrect DTD
----------------------------------------

                 Key: WW-3065
                 URL: https://issues.apache.org/struts/browse/WW-3065
             Project: Struts 2
          Issue Type: Bug
          Components: Example Applications
    Affects Versions: 2.1.6
            Reporter: Chris Mawata
            Priority: Minor


DTD in WEB-INF/tiles.xml should be

<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://tiles.apache.org/dtds/tiles-config_2_0.dtd">

which has the definitions for the <put-attribute> tag, and not

<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://struts.apache.org/dtds/tiles-config_2_0.dtd">

which does not have <put-attribute> but instead has just <put>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work stopped: (WW-3065) Showcase -- tiles.xml uses incorrect DTD

Posted by "Chris Mawata (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on WW-3065 stopped by Chris Mawata.

> Showcase -- tiles.xml uses incorrect DTD
> ----------------------------------------
>
>                 Key: WW-3065
>                 URL: https://issues.apache.org/struts/browse/WW-3065
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Example Applications
>    Affects Versions: 2.1.6
>            Reporter: Chris Mawata
>            Assignee: Chris Mawata
>            Priority: Minor
>         Attachments: tiles.xml.patch
>
>
> DTD in WEB-INF/tiles.xml should be
> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://tiles.apache.org/dtds/tiles-config_2_0.dtd">
> which has the definitions for the <put-attribute> tag, and not
> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://struts.apache.org/dtds/tiles-config_2_0.dtd">
> which does not have <put-attribute> but instead has just <put>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-3065) Showcase -- tiles.xml uses incorrect DTD

Posted by "Chris Mawata (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Mawata updated WW-3065:
-----------------------------

    Attachment: test.zip

JUnit test code to demonstrate failure of current dtd and success of correct one

> Showcase -- tiles.xml uses incorrect DTD
> ----------------------------------------
>
>                 Key: WW-3065
>                 URL: https://issues.apache.org/struts/browse/WW-3065
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Example Applications
>    Affects Versions: 2.1.6
>            Reporter: Chris Mawata
>            Assignee: Chris Mawata
>            Priority: Minor
>         Attachments: test.zip, tiles.xml.patch
>
>
> DTD in WEB-INF/tiles.xml should be
> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://tiles.apache.org/dtds/tiles-config_2_0.dtd">
> which has the definitions for the <put-attribute> tag, and not
> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://struts.apache.org/dtds/tiles-config_2_0.dtd">
> which does not have <put-attribute> but instead has just <put>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (WW-3065) Showcase -- tiles.xml uses incorrect DTD

Posted by "Chris Mawata (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on WW-3065 started by Chris Mawata.

> Showcase -- tiles.xml uses incorrect DTD
> ----------------------------------------
>
>                 Key: WW-3065
>                 URL: https://issues.apache.org/struts/browse/WW-3065
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Example Applications
>    Affects Versions: 2.1.6
>            Reporter: Chris Mawata
>            Assignee: Chris Mawata
>            Priority: Minor
>         Attachments: tiles.xml.patch
>
>
> DTD in WEB-INF/tiles.xml should be
> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://tiles.apache.org/dtds/tiles-config_2_0.dtd">
> which has the definitions for the <put-attribute> tag, and not
> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://struts.apache.org/dtds/tiles-config_2_0.dtd">
> which does not have <put-attribute> but instead has just <put>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WW-3065) Showcase -- tiles.xml uses incorrect DTD

Posted by "Chris Mawata (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Mawata reassigned WW-3065:
--------------------------------

    Assignee: Chris Mawata

> Showcase -- tiles.xml uses incorrect DTD
> ----------------------------------------
>
>                 Key: WW-3065
>                 URL: https://issues.apache.org/struts/browse/WW-3065
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Example Applications
>    Affects Versions: 2.1.6
>            Reporter: Chris Mawata
>            Assignee: Chris Mawata
>            Priority: Minor
>         Attachments: tiles.xml.patch
>
>
> DTD in WEB-INF/tiles.xml should be
> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://tiles.apache.org/dtds/tiles-config_2_0.dtd">
> which has the definitions for the <put-attribute> tag, and not
> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://struts.apache.org/dtds/tiles-config_2_0.dtd">
> which does not have <put-attribute> but instead has just <put>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-3065) Showcase -- tiles.xml uses incorrect DTD

Posted by "Chris Mawata (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Mawata updated WW-3065:
-----------------------------

    Attachment: tiles.xml.patch

Patch file for the DTD change in WEB-INF/tiles.xml of the showcase application

> Showcase -- tiles.xml uses incorrect DTD
> ----------------------------------------
>
>                 Key: WW-3065
>                 URL: https://issues.apache.org/struts/browse/WW-3065
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Example Applications
>    Affects Versions: 2.1.6
>            Reporter: Chris Mawata
>            Priority: Minor
>         Attachments: tiles.xml.patch
>
>
> DTD in WEB-INF/tiles.xml should be
> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://tiles.apache.org/dtds/tiles-config_2_0.dtd">
> which has the definitions for the <put-attribute> tag, and not
> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://struts.apache.org/dtds/tiles-config_2_0.dtd">
> which does not have <put-attribute> but instead has just <put>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.