diff --git a/struts/xdocs/futures.xml b/struts/xdocs/futures.xml index 82da1be7..391cd995 100644 --- a/struts/xdocs/futures.xml +++ b/struts/xdocs/futures.xml @@ -32,7 +32,7 @@
struts:validate-war+ Ensure a war file containing a Struts application is valid. +
++ The validator checks the folowing: +
WEB-INF/struts-config.xml
+ <form-bean> tag
+ have a type that is loadable from the war file
+ and not the classpath. If the form bean has
+ a className, that class too must be loaded from
+ the war
+ <action> tag have
+ several validations:
+ className attribute must be a class loadable from the warname attribute, must match a <form-bean> name attribute.path attribute must start with a forward slash, i.e. '/'scope attribute must be one of request or sesssiontype attribute must be a class loadable from the warunknown and validate
+ attributes must be either true or
+ false
+