Community
Participate
Working Groups
Apps commit 1bd94e8421ec7de788a3ae162bec0924c7a8b693 set various template.mf files to contain: javax.servlet.jsp.jstl.core;version="${javax.servlet.jsp.jstl:[2.0.0,+1)}", which results in the empty range [2.0.0,2.0.0) given that the variable javax.servlet.jsp.jstl gets the value 1.2.0.v20110728 in build.versions. This should be replaced by: javax.servlet.jsp.jstl.core;version="${javax.servlet.jsp.jstl:[=.=.=,+1)}",
Fixed in apps commit 28123e9aac954595aff8a267da03a96638e11ed6.