[ http://issues.apache.org/struts/browse/SHALE-44?page=all ]

Craig McClanahan moved STR-2291 to SHALE-44:
--------------------------------------------

      Project: Shale  (was: Struts Action 1)
          Key: SHALE-44  (was: STR-2291)
    Component:     (was: Apps)
      Version:     (was: Nightly Build)
    Assign To:     (was: Struts Developer Mailing List)

> Shale mailreader example should define the servlet version as 2.4
> -----------------------------------------------------------------
>
>          Key: SHALE-44
>          URL: http://issues.apache.org/struts/browse/SHALE-44
>      Project: Shale
>         Type: Bug

>  Environment: Operating System: Windows 2000
> Platform: PC
>     Reporter: Duncan Mills
>      Fix For: 1.2 Family

>
> It was a stated target of the Shale proposal that servlet 2.4 would be used 
> and
> the sample uses a filter. 
> Fix (as if you need it!)
> Remove:
> <!DOCTYPE web-app
>   PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
>   "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
> Update the <web-app> element to:
> <web-app xmlns="http://java.sun.com/xml/ns/j2ee";
>          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>          xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
>          version="2.4">

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to