Re: [Hypercontent-users] HC logout issue
Brought to you by:
alexvigdor
From: tom t. <j_l...@ya...> - 2006-11-13 05:44:37
|
Hi, Thanks for the reply. As both uPortal and HC govern by one cas ticket, I thought calling cas logout via uPortal logout would invalidate that ticket so that it will not be valid for HC (currently the HC link in uPortal does not have (command=Login or mode=login), anyhow I will read more on that. I cant see any error, I did look into catalina.out and cant find any errors it is just that HC redirect to the CAS logout page(when I click logout in HC) but realy not doing a CAS logout. Is there a HC log file which I can see. In addition to above I would like to know the following, because of the WebProxy limitation (to have no head elements as uPortal renders it) How can we have a css in Hypercontent and view the contents and ignore it when publishing it. Reason for this is uPortal got the css for the WebProxy but still authors would like to see the styles within HC. Current project definition which I got is very primitive and we only want to work on htmls at the moment without any of the xml and xsl stuff. see my project definition below for further details. <cms-project> <build base-url="http://localhost:8080/hypercontent/my-project/build/"> <filesystem-def name="Project build" type="local"> <argument index="0" value="/home/xxx/installations/buildHypercontent/"/> </filesystem-def> </build> <publish base-url="http://localhost:8080/hypercontent/my-project/publish/"> <filesystem-def name="Project publish" type="local"> <argument index="0" value="/home/xxx/installations/publishHypercontent/"/> </filesystem-def> </publish> <resource-directory create="manual" label="Html File" path="/**/*.html" publish="true"> <content type="text/html"/> </resource-directory> <resource-directory create="manual" label="Image" path="/**/*.jpg" publish="true"> <content type="image/jpeg"/> </resource-directory> </cms-project --- Alex Vigdor <al...@bi...> wrote: > > On Nov 12, 2006, at 5:43 PM, tom tom wrote: > > > Hi, > > > > I observed the following behaviour (defect ?) in > HC > > while doing the following. > > > > > > HC is casified and working fine with CAS and > uPortal. > > Users login to uPortal via CAS and one of uPortal > > channel got a link to HC. Look at the following > use > > case. > > > > 1) user 'AUTHOR_HC' login to uPortal via > > CAS.(authentication is successful) > > > > 2)clicks HC link to edit content > > > > 3)HC opens in a new window with 'You are logged in > as > > AUTHOR_HC' > > > > 4) user edits contents and saves > > > > 5) closes the HC browser window (wihout pressing > > logout link in HC). > > > > 6) user presses uPortal logout which in turn call > the > > cas/logout > > > > 7) Different user login to uPortal via CAS as > user > > 'APPOVER_HC' > > > > 8) click the HC link in uPortal, HC opens in a new > > browser Window .............. > > This is the expected behavior. Logging out of > uPortal and CAS does > NOT terminate the browser's session with > HyperContent. The user must > close all browser windows for the session cookies to > be cleared. > This should be clearly conveyed to the user. Single > Sign Out, the > ability for the user to log out of CAS and all > applications that use > CAS for login, is a planned feature for a future CAS > release. > > > > > > > But still it shows the previous users welcome > message > > which is 'You are logged in as AUTHOR_HC' > > > > Why doesnt the HC cleans out everything. Is this a > > limitation? > > Different users can use the same workstation in > our > > case. > > > > > > Instead of above step 5,if the user presses the > logout > > in HC still problem remains the same. It does not > > cleans out the users state. > > Check the log for errors. What screen does the user > see after they > click logout in HC? > > Cheers, > Alex > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support > web services, security? > Get stuff done quickly with pre-integrated > technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 > based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com |