diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-02-17 13:28:11 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-02-17 13:28:11 +0000 |
commit | 2e0c38aafaccf708a28755b9185bda83d1e08256 (patch) | |
tree | bf473d43f30560421950106ae1e9f2975d541000 /WebContent | |
parent | d53e127348f7759db5422512f0c27786134ab313 (diff) | |
download | vaadin-framework-2e0c38aafaccf708a28755b9185bda83d1e08256.tar.gz vaadin-framework-2e0c38aafaccf708a28755b9185bda83d1e08256.zip |
Fix for #2602 - portlet spec incompatibility
svn changeset:6875/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 73de82d8f9..dbefd5ca7a 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -378,8 +378,9 @@ </security-role-ref> </portlet> - <container-runtime-option> + <!--<container-runtime-option> <name>javax.portlet.escapeXml</name> <value>false</value> </container-runtime-option> +--> </portlet-app>
\ No newline at end of file |