web.xml violates schema contraints
----------------------------------

                 Key: WOOKIE-192
                 URL: https://issues.apache.org/jira/browse/WOOKIE-192
             Project: Wookie
          Issue Type: Bug
          Components: Server
    Affects Versions: 0.9.1
         Environment: ALL - but tested on Windows 7 x64 sp1. Eclipse Helios 
Build id: 20110218-0911
            Reporter: Paul Sharples
            Priority: Trivial
             Fix For: 0.9.1


The xml parser in Eclipse flags a problem with a definition in web.xml

Description: cvc-complex-type.2.4.d: Invalid content was found starting with 
element 'param-name'. No child element is expected at this point.
Resource: web.xml               
Path: /Apache Wookie/WebContent/WEB-INF 
Location: line 141      
Type: XML Problem

In the definition...

<servlet-mapping>
                <servlet-name>default</servlet-name>
                <url-pattern>/export/*</url-pattern>
                <param-name>dirAllowed</param-name>
                <param-value>false</param-value>
</servlet-mapping>

...possibly the two params below are in the wrong place and belong as a child 
of the <servlet><init-param> tag?  Might be hard to alter as the proper place 
they might go are in the the parent containers web.xml (i.e. default servlet is 
declared in the parent web.xml)

                <param-name>dirAllowed</param-name>
                <param-value>false</param-value>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to