> > struts.core.disableDynamicMethodInvocation > > Is there a reason to add ".core" here? >
Darn - you caught my attempt to very subtly imply that disabling this feature disables something core to Struts. It certainly is in my opinion. :) > We don't specify ".core" in any of the other property > names. > > On that subject, do we need to specify all these > settings as > properties, or could they be specified in a > struts.xml instead? It > would be nice if we could configure everything in one > place. Yes, I agree, we should do this. The only reason we had it split up before was because we didn't have a WebWork-specific DTD. But we have that now, thanks to Don, we I agree, we should change it. > -Ted. > > > On 8/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > > Author: plightbo > > Date: Mon Aug 28 15:39:12 2006 > > New Revision: 437868 > > > > URL: > http://svn.apache.org/viewvc?rev=437868&view=rev > > Log: > > Wendy has a sharp eye > > > > Modified: > > > > truts/struts2/trunk/core/src/main/java/org/apache/stru > ts2/StrutsConstants.java > > > > truts/struts2/trunk/core/src/main/java/org/apache/stru > ts2/dispatcher/mapper/DefaultActionMapper.java > > > > Modified: > struts/struts2/trunk/core/src/main/java/org/apache/str > uts2/StrutsConstants.java > > URL: > http://svn.apache.org/viewvc/struts/struts2/trunk/core > /src/main/java/org/apache/struts2/StrutsConstants.java > ?rev=437868&r1=437867&r2=437868&view=diff > > > ====================================================== > ======================== > > --- > struts/struts2/trunk/core/src/main/java/org/apache/str > uts2/StrutsConstants.java (original) > > +++ > struts/struts2/trunk/core/src/main/java/org/apache/str > uts2/StrutsConstants.java Mon Aug 28 15:39:12 2006 > > @@ -123,5 +123,5 @@ > > public static final String > STRUTS_SERVE_STATIC_BROWSER_CACHE = > "struts.serve.static.browserCache"; > > > > /** Allows one to disable dynamic method > invocation from the URL */ > > - public static final String > STRUTS_DISABLE_DYNAMIC_METHOD_INVOCATIOn = > "struts.core.disableDynamicMethodInvocation"; > > + public static final String > STRUTS_DISABLE_DYNAMIC_METHOD_INVOCATION = > "struts.core.disableDynamicMethodInvocation"; > > } > > ------------------------------------------------------ > --------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=41607&messageID=83081#83081 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]