Re: svn commit: r529818 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/compiler/Validator.java webapps/docs/changelog.xml

2007-04-17 Thread Mark Thomas
Remy Maucherat wrote: > Remy Maucherat wrote: >> If REQUEST_TIME_VALUE should be set for EL too > > The javadoc for getAttribute in TagData indicates it should be set for > EL too. Yep. I was looking at JSP.13.9.9.3 > I recommend this patch instead for TC 6.0: Thanks. I'll take another look at th

Re: svn commit: r529818 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/compiler/Validator.java webapps/docs/changelog.xml

2007-04-17 Thread Remy Maucherat
Remy Maucherat wrote: If REQUEST_TIME_VALUE should be set for EL too The javadoc for getAttribute in TagData indicates it should be set for EL too. I recommend this patch instead for TC 6.0: Index: Validator.java === --- Valida

Re: svn commit: r529818 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/compiler/Validator.java webapps/docs/changelog.xml

2007-04-17 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: markt Date: Tue Apr 17 17:32:36 2007 New Revision: 529818 URL: http://svn.apache.org/viewvc?view=rev&rev=529818 Log: Fix bug 41869. TagData.getAttribute() should return TagData.REQUEST_TIME_VALUE when the attribute value is an EL expression. -1. This flag is m

svn commit: r529818 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/compiler/Validator.java webapps/docs/changelog.xml

2007-04-17 Thread markt
Author: markt Date: Tue Apr 17 17:32:36 2007 New Revision: 529818 URL: http://svn.apache.org/viewvc?view=rev&rev=529818 Log: Fix bug 41869. TagData.getAttribute() should return TagData.REQUEST_TIME_VALUE when the attribute value is an EL expression. Modified: tomcat/tc6.0.x/trunk/java/org/ap