From 84b030d4f73400932c54b4ef15798171ebb018b9 Mon Sep 17 00:00:00 2001 From: tknall Date: Thu, 1 Oct 2009 07:49:50 +0000 Subject: WebApplication: Incompatibility to Tomcat 6.x removed. (Now quoting taglib expressions with nested scriptlets.) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@343 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- src/main/webapp/sitemesh/standalone.jsp | 2 +- src/site/changes.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/webapp/sitemesh/standalone.jsp b/src/main/webapp/sitemesh/standalone.jsp index d4813c2..fd88212 100644 --- a/src/main/webapp/sitemesh/standalone.jsp +++ b/src/main/webapp/sitemesh/standalone.jsp @@ -16,7 +16,7 @@ - <fmt:message key="<%= testMode ? "test.common.title" : "common.title" %>"/> + <fmt:message key="<%= testMode ? \"test.common.title\" : \"common.title\" %>"/> diff --git a/src/site/changes.xml b/src/site/changes.xml index ea670c3..eed7d2f 100644 --- a/src/site/changes.xml +++ b/src/site/changes.xml @@ -13,6 +13,10 @@ --> + + WebApplication: Incompatibility to Tomcat 6.x removed. (Now quoting taglib expressions with nested scriptlets.) + + Bug concerning text matching algorithm fixed. -- cgit v1.2.3