jengebr opened a new pull request, #845: URL: https://github.com/apache/tomcat/pull/845
Adds non-standard implementations of `c:catch`, `c:if`, `c:choose`, `c:when`, and `c:otherwise`. Note that incorrectly structured choose/when/otherwise combinations are blocked by the tag lib validation, so an entire class of edge cases does not need to be supported or tested. Along the way I cleaned up the code into implementations of a new interface `NonstandardCustomTagGenerator`. Application owners cannot yet create their own overrides (exposing fields is problematic) but this organizes the now-seven tag implementations and is a step in the right direction to open it up. When activated, these changes eliminate the vast majority of tags on my application's JSPs, with impressive performance results. I have no immediate plans to support other tags. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org