-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 13 January 2003 06:07 am, Michael Engelhart wrote:
> But I'd still love to have forward() working as Luke mentioned.

See my last two patches at:
https://sourceforge.net/tracker/index.php?func=detail&aid=666560&group_id=4866&atid=304866

I dont think the patches cover cross context. I kind of left that for someone 
with more experiance in dealing with contexts.

The first patch allows non reletive urls to work as expected. (ex: 
'includeURL("/dir/file")' now works.

The second patch is to unwrap a path tries to move up to the parent directory. 
(siteRoot() returns '../../' etc. Unfortunatly this does not always work as 
expected. Using includeURL right after a forward() does not work this way for 
example.)

Using these two patches, I am now using includeURL and forward() just like I 
would in java.

I am also using req.arg() and req.setArg() to pass request specific 
information. (Data set with those methods only live accross requests. So the 
data dies once the page is finally sent to the user. Much like using the 
request context in JSP/Java servlets)

- -- 
Luke Holden
eBI Solutions
Main: (949) 387-5182
Email: [EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+Iza43q5xXfLZTQkRAkkfAJ9EPO/rAb8blOknJrWj1BjAk/WIUgCgoxcf
hqa2sNpC8AKlXDuOzYmr8UI=
=M4CZ
-----END PGP SIGNATURE-----



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to