History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2426
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Bryant Eastham
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Logout causes incorrect behavior.

Created: 30/Apr/15 08:32 PM   Updated: 02/May/15 12:28 AM
Component/s: None
Affects Version/s: 6.0.13
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Linux


 Description  « Hide
On this version log out causes failures. It appears to try to load the following page, even though we have https enabled and port 8810 is blocked.

http://build.opendof.org:8810/wicket/page?12-1.IBehaviorListener.0-&action=ajaxRefresh&random=0.3390961471013725

Further, new attempts to visit the site root are redirected to

http://build.opendof.org:8810

Again, we have SSL enabled and 8810 is blocked.

This appears to be set in the cookies or cache, because using a different browser works.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [01/May/15 12:15 AM]
Please check <QB server>/conf/node.properties to see if port property is defined. If yes, remove it and restart QB server.

Bryant Eastham [01/May/15 12:50 AM]
Thanks, that resolved the issue. The behavior appears to be a change to previous releases (we were running 6.0.9 with no problem) and may need to be documented somewhere (unless we missed it).

Thanks for the quick response, as always.

Robin Shen [02/May/15 12:28 AM]
When both http and https is enabled, QB will fall back to http after logout. QB 6.0.9 also behaves like this.