From 730ac15c3c4d32650ce4076431e451879ca8836d Mon Sep 17 00:00:00 2001
From: Ted Nathan Husted
@@ -216,8 +215,20 @@
- Among other things, - the web.xml specifies the "Welcome File List" for an application. + You might note taht the web.xml configuration does not specify which file extension + to use with actions. + The default extension for Struts 2 is ".action", + but the extension can be changed in the struts.properties file. + For compatability with prior releases, the MailReader uses a .do extension for actions. +
+ +struts.action.extension = do
++ The web.xml does specify a "Welcome File List" for the application. When a web address refers to a directory rather than an individual file, the container consults the Welcome File List for the name of a page to open by default. @@ -251,6 +262,7 @@ page to a certain action mapping.
+