You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Elliot Metsger (JIRA)" <ji...@apache.org> on 2007/03/03 20:37:50 UTC

[jira] Created: (PLUTO-326) WebAppDescriptorService doesn't output DOCTYPE for Servlet 2.3 descriptors

WebAppDescriptorService doesn't output DOCTYPE for Servlet 2.3 descriptors
--------------------------------------------------------------------------

                 Key: PLUTO-326
                 URL: https://issues.apache.org/jira/browse/PLUTO-326
             Project: Pluto
          Issue Type: Improvement
          Components: descriptor
    Affects Versions: 1.1.0
            Reporter: Elliot Metsger
         Assigned To: Elliot Metsger
            Priority: Minor
             Fix For: 1.1.1


When the WebAppDescriptorService serializes a WebAppDD, it doesn't output a doctype.

We don't want to output a doctype for servlet 2.4 descriptors, only for servlet 2.3 descriptors.  So we have to update the castor mapping and WebAppDD and add a servlet version, and update the WebAppDescriptorServiceImpl to look at the servlet version.

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


[jira] Closed: (PLUTO-326) WebAppDescriptorService doesn't output DOCTYPE for Servlet 2.3 descriptors

Posted by "Elliot Metsger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliot Metsger closed PLUTO-326.
--------------------------------


> WebAppDescriptorService doesn't output DOCTYPE for Servlet 2.3 descriptors
> --------------------------------------------------------------------------
>
>                 Key: PLUTO-326
>                 URL: https://issues.apache.org/jira/browse/PLUTO-326
>             Project: Pluto
>          Issue Type: Improvement
>          Components: descriptor
>    Affects Versions: 1.1.0
>            Reporter: Elliot Metsger
>            Assignee: Elliot Metsger
>            Priority: Minor
>             Fix For: 1.1.1
>
>
> When the WebAppDescriptorService serializes a WebAppDD, it doesn't output a doctype.
> We don't want to output a doctype for servlet 2.4 descriptors, only for servlet 2.3 descriptors.  So we have to update the castor mapping and WebAppDD and add a servlet version, and update the WebAppDescriptorServiceImpl to look at the servlet version.

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


[jira] Resolved: (PLUTO-326) WebAppDescriptorService doesn't output DOCTYPE for Servlet 2.3 descriptors

Posted by "Elliot Metsger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliot Metsger resolved PLUTO-326.
----------------------------------

    Resolution: Fixed

> WebAppDescriptorService doesn't output DOCTYPE for Servlet 2.3 descriptors
> --------------------------------------------------------------------------
>
>                 Key: PLUTO-326
>                 URL: https://issues.apache.org/jira/browse/PLUTO-326
>             Project: Pluto
>          Issue Type: Improvement
>          Components: descriptor
>    Affects Versions: 1.1.0
>            Reporter: Elliot Metsger
>         Assigned To: Elliot Metsger
>            Priority: Minor
>             Fix For: 1.1.1
>
>
> When the WebAppDescriptorService serializes a WebAppDD, it doesn't output a doctype.
> We don't want to output a doctype for servlet 2.4 descriptors, only for servlet 2.3 descriptors.  So we have to update the castor mapping and WebAppDD and add a servlet version, and update the WebAppDescriptorServiceImpl to look at the servlet version.

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