diff --git a/docs/manual/CoreTasks/war.html b/docs/manual/CoreTasks/war.html index 0315df546..1b5aeef31 100644 --- a/docs/manual/CoreTasks/war.html +++ b/docs/manual/CoreTasks/war.html @@ -287,7 +287,7 @@ using Ant's default manifest file. The content of src/metadata/myapp.xml.

We regulary receive bug reports that this task is creating the WEB-INF -directory, and thus it is our fault your webapp doesn't work. The cause +directory as web-inf (all lower case), and thus it is our fault your webapp doesn't work. The cause of these complaints lies in WinZip, which turns an all upper-case directory into an all lower case one in a fit of helpfulness. Please check that jar xvf yourwebapp.war shows the same behaviour before filing another