Re: [Hypercontent-users] CASIFY Hypercontent - issue
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2006-11-01 03:20:39
|
From: al...@bi... Subject: Re: [Hypercontent-users] CASIFY Hypercontent - issue Date: October 31, 2006 10:19:41 PM EST To: j_l...@ya... On Oct 31, 2006, at 9:28 PM, tom tom wrote: > I really dont know whether are there security holes or > not? but seems allright for me. To my understanding > even though u dont give the 'mode=login' in the link > still HC does the handshake as you mentioned above. > "mode=login" can be used to force an immediate login attempt, but does not alter the underlying protocol or security, and is not required. HC automatically redirects to CAS when a page needs authentication, so everything is secure. > > Without providing a link as above I followed one of > the feedback you sent it to me some time back,i.e > providing a webproxy for dashboard-portlet. > > I followed the following steps > > 1) I gave the following as the url > http://localhost:8080/hypercontent/index.xml?mode=dashboard- > portlet&command=Login > > 2) gave > edu.yale.its.tp.portal.security.CasConnectionContext > as the LocalConnectionContext. > > apart from the above two I kept all other entries to > the default values and published the webproxy. > > > Then when I tried to subscribe to the channel it gave > me a xml parcing exception, after that I made the tidy > on and republished, after that it doesnt show any > errors but shows a blank screen. > > Can You let me know whats wrong in my setup. Are there > any additional entries that I need to setup while > publishing this webproxy. > That looks right to me, I would suggest checking the various logs for errors. > > Can you let me know how this dashboard-differnt to the > my exising way (providing a link to HC in a channel) > Does the dashboard-portlet got more security > protection as it got differnt hand shake with > uPortal-HC with the use of CasConnectionContext and > "command=Login" > > The handshake is the same either way; you don't need the dashboard portlet if you are manually putting links in other content. > > In addition am getting the following error in > catalina.out for the default simpleProject which comes > with the HC installations. Is there any way I can > delete this project completely. This error comes when > I am publishing contents via > webproxy(dashboard-portlet) > > You can just delete the directory "/projects/simple" in the bootstrap repository. I should have removed that from CVS a long time ago, sorry! Cheers, Alex |