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 2016/06/10 19:25:25 UTC

svn commit: r1747783 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilHttp.java

Author: jleroux
Date: Fri Jun 10 19:25:25 2016
New Revision: 1747783

URL: http://svn.apache.org/viewvc?rev=1747783&view=rev
Log:
This has slipped in inadvertently in a previous commit, removes!

Modified:
    ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilHttp.java

Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilHttp.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilHttp.java?rev=1747783&r1=1747782&r2=1747783&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilHttp.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilHttp.java Fri Jun 10 19:25:25 2016
@@ -177,7 +177,6 @@ public class UtilHttp {
                 String name = token;
                 if (equalsIndex > 0) {
                     name = token.substring(0, equalsIndex);
-                    if ("externalLoginKey".equals(name) || "PASSWORD".equals(name) || "USERNAME".equals(name)) continue;
                     paramMap.put(name, token.substring(equalsIndex + 1));
                 }
             }