Patch: Strict property and method references

2008-09-29 Thread Byron Foster
The attached patch against trunk adds a new option 'runtime.references.strict'. When set to true, invalid property references will throw a InvalidMethodException. For example $foo.bar will throw an exception if the object contained in $foo has no such property as bar. Any kind of

Re: Patch: Strict property and method references

2008-09-29 Thread Claude Brisson
Thanks, but you should create an entry in JIRA: https://issues.apache.org/jira/browse/VELOCITY Otherwise we may very well forget about your patch... It is also usefull to gather all comments and potential successive versions. Claude Le lundi 29 septembre 2008 à 06:43 -0700, Byron Foster a

Re: Patch: Strict property and method references

2008-09-29 Thread Nathan Bubna
We actually won't even get your patch otherwise. The mailing list strips most attachments off. Please attach this to a JIRA issue. :) On Mon, Sep 29, 2008 at 6:58 AM, Claude Brisson [EMAIL PROTECTED] wrote: Thanks, but you should create an entry in JIRA:

Re: Patch: Strict property and method references

2008-09-29 Thread Nathan Bubna
Oops, just saw that you did. Thanks! On Mon, Sep 29, 2008 at 7:13 AM, Nathan Bubna [EMAIL PROTECTED] wrote: We actually won't even get your patch otherwise. The mailing list strips most attachments off. Please attach this to a JIRA issue. :) On Mon, Sep 29, 2008 at 6:58 AM, Claude Brisson

[jira] Updated: (VELOCITY-618) Strict property and method references

2008-09-29 Thread Byron Foster (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Byron Foster updated VELOCITY-618: -- Attachment: strictPropertyRef.patch Patch for enforcing strict method and property