Jacques Le Roux created OFBIZ-9240:
--------------------------------------
Summary: Ecommerce login/logout don't work properly for trunk and stable
Key: OFBIZ-9240
URL:
https://issues.apache.org/jira/browse/OFBIZ-9240 Project: OFBiz
Issue Type: Bug
Components: ecommerce
Affects Versions: Release Branch 16.11, Release Branch 15.12, Trunk, Release Branch 14.12
Reporter: Jacques Le Roux
Here are the tests I did and their results. I did not consider R14/15 because of OFBIZ-9235
h5. On demos before fixing OFBIZ-9206 and using ofbiz-vm2 direct access
h6. ecomseo trunk and stable (R16)
# Get to
https://ofbiz-vm2.apache.org:8443/ecomseo/ or
https://ofbiz-vm2.apache.org:18443/ecomseo/# login => main page logged in
# logout => main page, not logged in
# login => main page logged in
# Use the "Not you" link => main page, not logged in
So it works correctly
It"s the *same locally with OFBIZ-9206 fixed*, w/ or w/o portoffset
h6. ecommerce trunk and stable (R16)
# Get to
https://ofbiz-vm2.apache.org:8443/ecommerce or
https://ofbiz-vm2.apache.org:18443/ecommerce# login => blank page (no 404 in access log)
# Refresh (F5 key) get you to the main page, logged in
# logout => blank page (no 404 in access log)
# Refresh (F5 key) get you to the main page, not logged in
# login => blank page (no 404 in access log)
# Refresh (F5 key) get you to the main page, logged in
# use the "Not you" link => blank page (no 404 in access log)
# Refresh (F5 key) get you to the main page, not logged in
So it works almost correctly but you need a refresh (F5 key) between in the 3 cases, not sure why yet.
It's the same locally *with OFBIZ-9206 fixed*, w/ or w/o portoffset
h6. Old (R13) on demo (no ecomseo before R14)
# Get to
https://ofbiz-vm2.apache.org:28443/ecommerce# login => you need to enter it twice => main page logged in
# logout => main page, not logged in
# login => main page logged in
# use the "Not you" link => main page, not logged in
So it "works" but initially you need to enter the credential twice to login
It's the same locally *with OFBIZ-9206 "fixed" (I'm not yet sure about that, I need to test on demo)*, w/ or w/o portoffset
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)