Update JSP version requirement on the main site. It claims JSP 2.0 is
required, but in reality JSP 2.1 is required.
---------------------------------------------------------------------------------------------------------------------
Key: TILES-514
URL: https://issues.apache.org/jira/browse/TILES-514
Project: Tiles
Issue Type: Task
Components: site, tiles-jsp (jsp support)
Affects Versions: 2.2.2, 2.2.1, 2.2.0, 2.1.4, 2.1.3, 2.1.2, 2.1.1, 2.1.0
Environment: OC4J 10.1.3.5
Reporter: Gus
Priority: Minor
I developed an application using tiles2.2.2 (including the core,api,servlet,
and jsp components) and it ran fine on my Jetty development container. But,
when I deployed to an OC4J 10.1.3.5 container (my production container), It
failed with the following error:
Invalid or unsupported tld version: 2.1
The web site (http://tiles.apache.org/framework/getting_started.html) states
that JSP 2.0 is required, but digging in the source code, I see that the tld
does indeed require JSP 2.1 in versions greater than 2.0.7.
Unless backwards compatibility is a project goal, just updating the site with
correct dependency is probably enough. Meanwhile, I'll go back and use the
older version until our production site upgrades containers.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.