Author: mrdon Date: Fri Sep 29 16:29:52 2006 New Revision: 451491 URL: http://svn.apache.org/viewvc?view=rev&rev=451491 Log: Removed unused setting WW-1453
Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties?view=diff&rev=451491&r1=451490&r2=451491 ============================================================================== --- struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties (original) +++ struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties Fri Sep 29 16:29:52 2006 @@ -92,12 +92,6 @@ ### them right away. struts.devMode = false -### when set to true, Struts will support some deprecated WebWork 2.2 idioms. -### Specifically, it allows for the "action!method" URL syntax -### that allows methods to be specified in the URL. This behavior has been -### deprecated in favor of explicit wildcards where needed. -struts.compatibilityMode.WebWork = false - ### when set to true, resource bundles will be reloaded on _every_ request. ### this is good during development, but should never be used in production struts.i18n.reload=false