Author: jleroux
Date: Fri Nov 2 10:38:35 2018 New Revision: 1845569 URL: http://svn.apache.org/viewvc?rev=1845569&view=rev Log: "Applied fix from plugins for revision: 1845558 " ------------------------------------------------------------------------ r1845558 | jleroux | 2018-11-02 10:46:42 +0100 (ven. 02 nov. 2018) | 15 lignes Fixed: Correct behaviour of Autologin cookies (OFBIZ-10635) Renames "keep-autologin-cookie" to "use-autologin-cookie", and only create Autologin cookies when needed. No need to create Autologin cookies in applications that don't need it. Don't pass webAppName to LoginWorker::getSecuredUserLoginId, that can be handled with improved LoginWorker::getSecuredLoginIdCookieName Removes LoginWorker::autoLogoutCleanCookies, no longer needed since only those needed are created and kept (1 year at least after creation). For both autoLogin and securedLoginId cookies sets the path to the application. ------------------------------------------------------------------------ Modified: ofbiz/ofbiz-plugins/branches/release17.12/ (props changed) ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/ofbiz-component.xml ofbiz/ofbiz-plugins/branches/release17.12/webpos/ofbiz-component.xml Propchange: ofbiz/ofbiz-plugins/branches/release17.12/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Fri Nov 2 10:38:35 2018 @@ -11,4 +11,4 @@ /ofbiz/branches/multitenant20100310/plugins:921280-927264 /ofbiz/branches/release13.07/plugins:1547657 /ofbiz/ofbiz-framework/trunk:1836107 -/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654,1828569,1830856,1831084,1832727,1832800,1837796,1837845,1837857,1838249,1838381,1838816,1841650 +/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654,1828569,1830856,1831084,1832727,1832800,1837796,1837845,1837857,1838249,1838381,1838816,1841650,1845558 Modified: ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/ofbiz-component.xml?rev=1845569&r1=1845568&r2=1845569&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/ofbiz-component.xml (original) +++ ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/ofbiz-component.xml Fri Nov 2 10:38:35 2018 @@ -56,12 +56,14 @@ under the License. server="default-server" location="webapp/ecommerce" mount-point="/ecommerce" - app-bar-display="false"/> + app-bar-display="false" + use-autologin-cookie="true"/> <webapp name="ecomseo" title="SEO enhanced eCommerce" server="default-server" location="webapp/ecomseo" mount-point="/ecomseo" - app-bar-display="false"/> + app-bar-display="false" + use-autologin-cookie="true"/> </ofbiz-component> Modified: ofbiz/ofbiz-plugins/branches/release17.12/webpos/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/webpos/ofbiz-component.xml?rev=1845569&r1=1845568&r2=1845569&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/branches/release17.12/webpos/ofbiz-component.xml (original) +++ ofbiz/ofbiz-plugins/branches/release17.12/webpos/ofbiz-component.xml Fri Nov 2 10:38:35 2018 @@ -51,5 +51,6 @@ under the License. location="webapp/webpos" base-permission="WEBPOS" mount-point="/webpos" - app-bar-display="true"/> + app-bar-display="true" + use-autologin-cookie="true"/> </ofbiz-component> |
Free forum by Nabble | Edit this page |