DO NOT REPLY [Bug 45197] Need to support the JSTL 1.2 specification
| Newsgroups | gmane.comp.jakarta.taglibs.devel |
|---|---|
| Message-ID | <[email protected]> |
https://issues.apache.org/bugzilla/show_bug.cgi?id=45197 --- Comment #11 from Henri Yandell <[email protected]> 2008-12-21 16:25:53 PST --- Patch is applied with detailed SVN commit comment: http://svn.apache.org/viewvc?view=rev&revision=728565 A few followup items still to do: * Look at the question in SetSupport.java and resolve. * Look at questions in the length method in ForEachSupport.java * Look at commented out code in prepre in ForEachSupport.java * javadoc for new Expression classes * Ensure equals()/hashCode() is fine in new Expression classes # Not covered and suggest unit tests are implemented for each if possible: * Example involving <fmt:parseDate> in section 9.9 was incorrect. A pattern has been added so the date can be parsed properly. * Clarified the fact that the output of <c:url> wont work for the url attribute value of <c:import> for context relative URLs (URLs that start with a '/'). (section 7.4) # Create unit test for JSTL change #1 # Create unit test for JSTL change #2 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.