Author: jacopoc
Date: Tue Jul 8 09:17:38 2014
New Revision: 1608700
URL:
http://svn.apache.org/r1608700Log:
Applied fix from trunk for revision: 1608698
===
Escaped for html all the messages (including error messages).
Modified:
ofbiz/branches/release11.04/ (props changed)
ofbiz/branches/release11.04/framework/common/webcommon/includes/messages.ftl
Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1608698
Modified: ofbiz/branches/release11.04/framework/common/webcommon/includes/messages.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/common/webcommon/includes/messages.ftl?rev=1608700&r1=1608699&r2=1608700&view=diff==============================================================================
--- ofbiz/branches/release11.04/framework/common/webcommon/includes/messages.ftl (original)
+++ ofbiz/branches/release11.04/framework/common/webcommon/includes/messages.ftl Tue Jul 8 09:17:38 2014
@@ -16,7 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-
+<#escape x as x?html>
<#if requestAttributes.errorMessageList?has_content><#assign errorMessageList=requestAttributes.errorMessageList></#if>
<#if requestAttributes.eventMessageList?has_content><#assign eventMessageList=requestAttributes.eventMessageList></#if>
<#if requestAttributes.serviceValidationException?exists><#assign serviceValidationException = requestAttributes.serviceValidationException></#if>
@@ -63,3 +63,4 @@ under the License.
</#if>
</div>
</#if>
+</#escape>
\ No newline at end of file