Eric: You're right, someone could spend a while constructing a URL to use up a lot of memory.. I will go and hard code the index.jsp page to not allow "index.jsp" to be an argument of mainFrame.. That should solve the nested frameset issue. Anything else I should have accounted for before using this strategy?
Thanks, Azam Khan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 5:18 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Multiple arguments in a GET URL On Fri, Oct 01, 2004 at 04:51:47PM -0400, [EMAIL PROTECTED] wrote: > For example, my index.jsp is the frameset that takes an argument "mainFrame" > specifying the JSP/HTML to use as the center frame of the frameset. > > So for example I would have > http://ndsc.eng.vzwcorp.com/index.jsp?mainFrame=blahblah.jsp A word of caution: What you're doing seems like a great way to allow anyone to crash your app, or at least use up a lot of memory. Think what happens if someone sends you a url that looks like this: http://ndsc.eng.vzwcorp.com/index.jsp?mainFrame=index.jsp eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
