This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 585f628b1a68517b16b070466571aed2ecde2d7d Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Apr 7 09:00:58 2021 +0100 Fix validation warnings --- test/webapp/WEB-INF/bugs.tld | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/webapp/WEB-INF/bugs.tld b/test/webapp/WEB-INF/bugs.tld index ede1011..268e7ee 100644 --- a/test/webapp/WEB-INF/bugs.tld +++ b/test/webapp/WEB-INF/bugs.tld @@ -55,15 +55,16 @@ <name>Bug48701c</name> <tag-class>org.apache.jasper.compiler.TestGenerator$Bug48701</tag-class> <body-content>empty</body-content> - <attribute> - <name>beanName</name> - <type>java.lang.String</type> - </attribute> <variable> <name-from-attribute>beanName</name-from-attribute> <variable-class>org.apache.jasper.compiler.TestGenerator.Bean</variable-class> <scope>AT_END</scope> </variable> + <attribute> + <name>beanName</name> + <rtexprvalue>true</rtexprvalue> + <type>java.lang.String</type> + </attribute> </tag> <tag> <name>Bug56529</name> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org