Re: [S2] URL management

2008-09-16 Thread Laurie Harper
If the URLs you are substituting in are external to the web app, they don't need to be 's2-friendly'; an external site doesn't care about your Struts app's session ID, etc. If the URLs are (or may be) internal to the application, however, you do need to take care of that. In that case, use

Re: [S2] URL management

2008-09-16 Thread esemba
Thank you for your valuable reply. Well, in that case my problem is probably unsolvable. Main problem is, that i don't know how many embedded urls there is going to be in larger text blocks stored in DB. I could count them, but only on runtime. So, only solution would be automatically generate

Re: [S2] URL management

2008-09-16 Thread Dave Newton
--- On Tue, 9/16/08, esemba wrote: Well, in that case my problem is probably unsolvable. Main problem is, that i don't know how many embedded urls there is going to be in larger text blocks stored in DB. I could count them, but only on runtime. So, only solution would be automatically

Re: [S2] URL management

2008-09-16 Thread esemba
Thank you for your reply. Well, yes, but I just thought, that checking for disabled cookies and appending jsessionid, is container's job, not mine, so i tried to figure out, how to accomplish it. But i'm afraid, i'll end up doing it manually. esemba wrote: Hi, i'm migrating my old php

Re: [S2] URL management

2008-09-16 Thread Dave Newton
--- On Tue, 9/16/08, esemba wrote: Well, yes, but I just thought, that checking for disabled cookies and appending jsessionid, is container's job, not mine, so i tried to figure out, how to accomplish it. But i'm afraid, i'll end up doing it manually. Your particular case is different:

RE: [S2] URL management

2008-09-16 Thread Martin Gainty
is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Tue, 16 Sep 2008 16:50:01 -0700 From: [EMAIL PROTECTED] Subject: Re: [S2] URL management To: user