Question about URL rewriting.

2000-09-20 Thread Bolt, Dave
If I want my JSP pages to work in a situation where cookies are disabled and the server is doing URL rewriting do I have to use EncodeURL for all of my HREF (and perhaps IMG) tags in my JSP page. Example. Here is a JSP page that retrieves an image (stored in a database) via a servlet and has hype

Re: Question about URL rewriting.

2000-09-20 Thread Shrisha Radhakrishna
You don't have to do encodeURL the 'IMG SRC' unless it's a hyperlink. --Shrisha - Original Message - From: "Bolt, Dave" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 20, 2000 11:18 AM Subject: Question about URL rewritin

Re: Question about URL rewriting.

2000-09-20 Thread Bolt, Dave
t URL rewriting. You don't have to do encodeURL the 'IMG SRC' unless it's a hyperlink. --Shrisha - Original Message - From: "Bolt, Dave" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 20, 2000 11:18 AM Subject: Question about UR

Re: Question about URL rewriting.

2000-09-20 Thread Hans Bergsten
"Bolt, Dave" wrote: > > If I want my JSP pages to work in a situation where cookies are disabled and > the server is doing URL rewriting > do I have to use EncodeURL for all of my HREF (and perhaps IMG) tags in my > JSP page. > > Example. Here is a JSP page that retrieves an image (stored in a dat

Re: Question about URL rewriting.

2000-09-21 Thread Jacek Laskowski
Hans Bergsten wrote: > > > If option 2 is what I should do, why doesn't JSP shield the HTML developer > > from this? The goal would be for > > the JSP author to be a higher-end HTML developer who shouldn't have to worry > > about maintaining the > > session, etc. > > The goal for JSP is also to b

Re: Question about URL rewriting.

2000-09-21 Thread Bolt, Dave
ave Bolt ATSC/SPAWAR ASAT Team Bolt's Law of Bandwidth - There is always plenty of network bandwidth, just none for you. -Original Message- From: Jacek Laskowski [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 21, 2000 4:53 AM To: [EMAIL PROTECTED] Subject: Re: Question about URL r

Re: Question about URL rewriting.

2000-09-23 Thread shamiromar
- Click here for Free Video!! http://www.gohip.com/free_video/ - Original Message - From: "Bolt, Dave" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 20, 2000 3:18 PM Subject: Question about