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 2008/03/02 02:02:51 UTC

[jira] Updated: (PLUTO-467) Assembly code cannot parse Servlet 2.4 web.xml containing tags

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

Elliot Metsger updated PLUTO-467:
---------------------------------

        Fix Version/s:     (was: 2.0.0)
                           (was: 1.1.5)
    Affects Version/s:     (was: 1.1.4)
                       1.2.0

> Assembly code cannot parse Servlet 2.4 web.xml containing <jsp-config> tags
> ---------------------------------------------------------------------------
>
>                 Key: PLUTO-467
>                 URL: https://issues.apache.org/jira/browse/PLUTO-467
>             Project: Pluto
>          Issue Type: Bug
>          Components: descriptor
>    Affects Versions: 1.2.0
>         Environment: Windows XP, Java 1.5.0_07
>            Reporter: Elliot Metsger
>            Assignee: Elliot Metsger
>             Fix For: 1.2.0
>
>
> I am trying to assemble a portlet using the ant tasks and an expception is being thrown when trying to parse a web.xml file containing:
> <web-app version="2.4" ...>
> <jsp-config>
>     <taglib>
>         ...
>     </taglib>
>     ....
> </jsp-config>
> </web-app>
> Looking through the source it appears that the WebAppDD needs to be updated to support the new wrapping element
> http://svn.apache.org/viewvc/portals/pluto/tags/pluto-1.1.4/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WebAppDD.java?annotate=556325

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