aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2009-10-01 07:49:50 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2009-10-01 07:49:50 +0000
commit84b030d4f73400932c54b4ef15798171ebb018b9 (patch)
treec2853ff4a9f618de8283f35b36bfad0395ef488f
parent015204861c729a042b744be56cbf4cfee8abc374 (diff)
downloadpdf-as-3-84b030d4f73400932c54b4ef15798171ebb018b9.tar.gz
pdf-as-3-84b030d4f73400932c54b4ef15798171ebb018b9.tar.bz2
pdf-as-3-84b030d4f73400932c54b4ef15798171ebb018b9.zip
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
-rw-r--r--src/main/webapp/sitemesh/standalone.jsp2
-rw-r--r--src/site/changes.xml4
2 files changed, 5 insertions, 1 deletions
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 @@
<head>
<decorator:head/>
<link rel="stylesheet" type="text/css" href="<%=LocalRequestHelper.getLocalContextAddress(request,response)%>/css/pdfas-styles.css" />
- <title><fmt:message key="<%= testMode ? "test.common.title" : "common.title" %>"/></title>
+ <title><fmt:message key="<%= testMode ? \"test.common.title\" : \"common.title\" %>"/></title>
<link rel="stylesheet" type="text/css" href="<%=LocalRequestHelper.getLocalContextAddress(request,response)%>/css/pdfas-standalone-styles.css" />
</head>
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 @@
</release>
-->
+ <release version="3.0.9-20090929" date="2009-10-01" description="bugfix">
+ <action dev="tknall" type="fix">WebApplication: Incompatibility to Tomcat 6.x removed. (Now quoting taglib expressions with nested scriptlets.)</action>
+ </release>
+
<release version="3.0.9-20090929" date="2009-09-29" description="bugfix">
<action dev="tknall" type="fix">Bug concerning text matching algorithm fixed.</action>
</release>