You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/05/08 22:18:24 UTC

svn commit: r773076 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/ServiceEventHandler.java

Author: jleroux
Date: Fri May  8 20:18:23 2009
New Revision: 773076

URL: http://svn.apache.org/viewvc?rev=773076&view=rev
Log:
Simplify rendering within a sole string (\n were rendered as <br> in plain text)

Modified:
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/ServiceEventHandler.java

Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/ServiceEventHandler.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/ServiceEventHandler.java?rev=773076&r1=773075&r2=773076&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/ServiceEventHandler.java (original)
+++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/ServiceEventHandler.java Fri May  8 20:18:23 2009
@@ -399,11 +399,10 @@
                     + requestMap.uri + "] with an event that calls service ["
                     + serviceName + "]; this is not allowed for security reasons! The data should be encrypted by making it part of the request body "
                     + "(a form field) instead of the request URL."
-                    + "\n\nMoreover it would be kind if you could create a Jira sub-task of https://issues.apache.org/jira/browse/OFBIZ-2330 "
-                    + "\n(check before if a sub-task for this error does not exist)."
-                    + "\nIf you are not sure how to create a Jira issue "
-                    + "please have a look before at http://docs.ofbiz.org/x/r."
-                    + "\n\nThank you in advance for your help.";
+                    + " Moreover it would be kind if you could create a Jira sub-task of https://issues.apache.org/jira/browse/OFBIZ-2330 "
+                    + "(check before if a sub-task for this error does not exist)."
+                    + " If you are not sure how to create a Jira issue please have a look before at http://docs.ofbiz.org/x/r."
+                    + " Thank you in advance for your help.";
                 Debug.logError("=============== " + errMsg + "; In session [" + session.getId() + "]; Note that this can be changed using the service.http.parameters.require.encrypted property in the url.properties file", module);
 
                 // the default here is true, so anything but N/n is true