DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44294>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44294 ------- Additional Comments From [EMAIL PROTECTED] 2008-02-20 02:48 ------- Created an attachment (id=21569) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21569&action=view) ExpressionBuilder.patch ExpressionBuilder has parameter length check that has to deal with var args as well. I think this is premature validation as the purpose of visitor is merely to populate variable mapper and function resolver. I believe it would be more consistent move this check to AstFunction. Please note that JSP translation time validation is done at org.apache.jasper.compiler.Validator.ValidateVisitor.getFunctionMapper. Vararg support could/should be implemented these as well. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
