/[Apache-SVN]
ViewVC logotype

Revision 1846221


Jump to revision: Previous Next
Author: jleroux
Date: Fri Nov 9 09:32:56 2018 UTC (5 years, 4 months ago)
Changed paths: 1
Log Message:
Improved: no functional change.

As annouced on dev ML removes unused code related to rememberMe.

I noticed this block of code in LoginEvents::storeLogin

        if ("Y".equals(request.getParameter("rememberMe"))) {
            setUsername(request, response);
        }

It was added by Andrew long ago: https://markmail.org/message/dmqqxse65inh6amr
But rememberMe is never created  in code so LoginEvents::setUsername is never used.
This removes this  block of code and the 2 related methods below.

Also automatically clean imports

Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/applications/securityext/src/main/java/org/apache/ofbiz/securityext/login/LoginEvents.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26