Re: Beyond bassic form authentication?

2004-07-27 Thread Anastasios Angelidis
Forget about thatthen.. I will just put a sign in link which will try to access the protected resource and then shoot the login page ;) Dennis Dai wrote: Then I guess you have to use your own authentication or modify the FormAuthentication class ... I believe TSS is using some kind of content m

Re: Beyond bassic form authentication?

2004-07-27 Thread Dennis Dai
Then I guess you have to use your own authentication or modify the FormAuthentication class ... I believe TSS is using some kind of content management system (CMS), more like a home grown one. Anyways, JBoss ported PostNuke (a CMS written in PHP) to their platform, you might want to check it ou

Re: Beyond bassic form authentication?

2004-07-27 Thread Anastasios Angelidis
I want to do exactly like the serverside.com You have alogin form on each unprotected page thata llows you to login So you can hit the news page, the discussion page, patterns etc... without having to login, but each section offer the login form... Dennis Dai wrote: On 7/27/2004 10:34 AM,

Re: Beyond bassic form authentication?

2004-07-27 Thread Anastasios Angelidis
That what Iwas saying previously. So how can I put a login page on my home page to allow access to the protected. Resources. theserverside.com has it and all kinds of web sites. Dennis Dai wrote: On 7/27/2004 10:34 AM, Anastasios Angelidis wrote: So if I understand you... On my index page which i

Re: Beyond bassic form authentication?

2004-07-27 Thread Dennis Dai
On 7/27/2004 10:34 AM, Anastasios Angelidis wrote: So if I understand you... On my index page which is not protected put a form with And somewhere at the top of page have something like if(getUserPrincipal()) redirect I guess we can both try it lol... No, that won't work. The login page can

Re: Beyond bassic form authentication?

2004-07-27 Thread Anastasios Angelidis
, IF I am correct..otherwise I'll put the second D hat on. -Original Message- From: Anastasios Angelidis [mailto:[EMAIL PROTECTED] Sent: 27 July 2004 15:10 To: Tomcat Users List Subject: Re: Beyond bassic form authentication? That wont work. Try navigating to the login page of the sec

RE: Beyond bassic form authentication?

2004-07-27 Thread Yiannis Mavroukakis
getUserPrincipal() to forward the user to the protected part. But as I say, IF I am correct..otherwise I'll put the second D hat on. -Original Message- From: Anastasios Angelidis [mailto:[EMAIL PROTECTED] Sent: 27 July 2004 15:10 To: Tomcat Users List Subject: Re: Beyond bassic form authentic

Re: Beyond bassic form authentication?

2004-07-27 Thread Anastasios Angelidis
authenticate and then use getUserPrincipal() to determine whether you need to redirect them to the secured pages. -Original Message- From: Anastasios Angelidis [mailto:[EMAIL PROTECTED] Sent: 27 July 2004 14:34 To: Yiannis Mavroukakis Subject: Re: Beyond bassic form authentication? Yeah it will but

Re: Beyond bassic form authentication?

2004-07-26 Thread Anastasios Angelidis
" is using another set of code as a kind of example... copy it and modify it as necessary. -Original Message- From: Anastasios Angelidis [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 09:13 To: Tomcat Users List Subject: Re: Beyond bassic form authentication? Does any one have an

RE: Beyond bassic form authentication?

2004-07-26 Thread Sternbergh, Cornell
>801.265.8800 ex. 255 > > > >>-Original Message- >>From: Anastasios Angelidis [mailto:[EMAIL PROTECTED] >>Sent: Friday, July 23, 2004 7:37 AM >>To: [EMAIL PROTECTED] >>Subject: Beyond bassic form authentication? >> >>So I setup my web app

Re: Beyond bassic form authentication?

2004-07-26 Thread Anastasios Angelidis
sage- From: Anastasios Angelidis [mailto:[EMAIL PROTECTED] Sent: 26 July 2004 14:13 To: Tomcat Users List Subject: Re: Beyond bassic form authentication? Does any one have any ideas on this? What is code scabbing? Thanks Robert Harper wrote: Did you try scabbing code from the login.jsp? You ma

RE: Beyond bassic form authentication?

2004-07-26 Thread Yiannis Mavroukakis
mySQL sou. Happy coding, Yiannis -Original Message- From: Anastasios Angelidis [mailto:[EMAIL PROTECTED] Sent: 26 July 2004 14:13 To: Tomcat Users List Subject: Re: Beyond bassic form authentication? Does any one have any ideas on this? What is code scabbing? Thanks Robert Harper wrote: &g

Re: Beyond bassic form authentication?

2004-07-26 Thread Anastasios Angelidis
- From: Anastasios Angelidis [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 7:37 AM To: [EMAIL PROTECTED] Subject: Beyond bassic form authentication? So I setup my web app to use Form Authentication with a User Realm in my MySQL DB. It all works fine. I type the protected resources URL

Re: Beyond bassic form authentication?

2004-07-23 Thread Anastasios Angelidis
asios Angelidis [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 7:37 AM To: [EMAIL PROTECTED] Subject: Beyond bassic form authentication? So I setup my web app to use Form Authentication with a User Realm in my MySQL DB. It all works fine. I type the protected resources URL into the browser,

RE: Beyond bassic form authentication?

2004-07-23 Thread Robert Harper
, July 23, 2004 7:37 AM > To: [EMAIL PROTECTED] > Subject: Beyond bassic form authentication? > > So I setup my web app to use Form Authentication with a User Realm in my > MySQL DB. It all works fine. I type the protected resources URL into the > browser, I get redirected to the log

Beyond bassic form authentication?

2004-07-23 Thread Anastasios Angelidis
So I setup my web app to use Form Authentication with a User Realm in my MySQL DB. It all works fine. I type the protected resources URL into the browser, I get redirected to the login page, I login and behold it works! ;) Now how would I give access to a secure resource from an unsecure resour