History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XW-219
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Patrick Lightbody
Reporter: Patrick Lightbody
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XWork

xwork.xml should allow no namespaces

Created: 09/Sep/04 07:36 PM   Updated: 09/Sep/04 07:38 PM
Component/s: Configuration
Affects Version/s: 1.0.3
Fix Version/s: 1.0.4


 Description  « Hide
Right now xwork-1.0.dtd indicates:

(package|include)+

We should change it to:

(package|include)*

This way you can have an empty file:

<xwork>
</xwork>

This is useful for Jive because they like to ship an "override" file.

 All   Comments   Change History      Sort Order:
Patrick Lightbody - [09/Sep/04 07:38 PM ]
simple backwards compatible fix (so I didn't make a new xwork-1.0.4.dtd)