Author: jleroux
Date: Mon May 7 07:48:57 2018
New Revision: 1831078
URL: http://svn.apache.org/viewvc?rev=1831078&view=rev
Log:
Fixed: The "request" attribute type of the userLogin service is wrong
(OFBIZ-10304)
Now that we use Tomcat 9 this problem is over
Thanks: Jacopo for upgrading to Tomcat 9
Modified:
ofbiz/ofbiz-framework/trunk/framework/common/servicedef/services.xml
Modified: ofbiz/ofbiz-framework/trunk/framework/common/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/servicedef/services.xml?rev=1831078&r1=1831077&r2=1831078&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/common/servicedef/services.xml
(original)
+++ ofbiz/ofbiz-framework/trunk/framework/common/servicedef/services.xml Mon
May 7 07:48:57 2018
@@ -379,7 +379,7 @@ under the License.
<service name="userLogin" engine="java"
location="org.apache.ofbiz.common.login.LoginServices" invoke="userLogin">
<description>Used to Automatically Authenticate a username/password;
create a UserLogin object</description>
<implements service="authenticationInterface"/>
- <attribute name="request" mode="IN"
type="org.apache.catalina.connector.RequestFacade" optional="true"/>
+ <attribute name="request" mode="IN"
type="javax.servlet.http.HttpServletRequest" optional="true"/>
</service>
<service name="createUserLogin" engine="java" auth="false"
location="org.apache.ofbiz.common.login.LoginServices"
invoke="createUserLogin">