Bug 145745

Summary: Signout link doesn't do anything
Product: [Retired] Red Hat Network Reporter: Mike McCune <mmccune>
Component: RHN/R&DAssignee: Jesus M. Rodriguez <jesusr>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: RHN Devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-27 21:21:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 125080    

Description Mike McCune 2005-01-21 00:50:24 UTC
On my machine (and webdev) if you click the signout link, it doesn't
sign you out.  You remain logged in.

Comment 1 Jesus M. Rodriguez 2005-01-21 14:44:54 UTC
The signout link on the perl code works again, but the signout on the
java side causes a 404.  It attempts to send you to:
https://rhn.webdev.redhat.com/rhn/index.pxt  which doesn't exist.


Comment 2 Jesus M. Rodriguez 2005-01-27 21:21:13 UTC
The 404 was fixed with a straight redirection from the LogoutAction
since Struts kept trying to put in the webapp on the url.