summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-02-17 14:37:27 +0000
committerArtur Signell <artur.signell@itmill.com>2009-02-17 14:37:27 +0000
commit8330382511f99abcbfcabb9b78fb3c4091c46269 (patch)
treebb3bbb035efa74ebdb0b93c442d310e9a2dbbd73 /WebContent/WEB-INF
parent44636af465e5bdc12fb94ab892c565d03f54354b (diff)
downloadvaadin-framework-8330382511f99abcbfcabb9b78fb3c4091c46269.tar.gz
vaadin-framework-8330382511f99abcbfcabb9b78fb3c4091c46269.zip
Added comment about liferay 5.0-5.1.1 issue
svn changeset:6879/svn branch:trunk
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r--WebContent/WEB-INF/portlet.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml
index dbefd5ca7a..4854ca1ae9 100644
--- a/WebContent/WEB-INF/portlet.xml
+++ b/WebContent/WEB-INF/portlet.xml
@@ -378,7 +378,10 @@
</security-role-ref>
</portlet>
- <!--<container-runtime-option>
+ <!--
+ This can be used to work around an issue in liferay 5.0-5.1.1
+
+ <container-runtime-option>
<name>javax.portlet.escapeXml</name>
<value>false</value>
</container-runtime-option>