Re: [Webwork-devel] URL tag and context path
Brought to you by:
baldree,
rickardoberg
|
From: Markus H. <ma...@ac...> - 2001-11-20 18:54:04
|
Rickard =D6berg <ri...@xp...> writes: > Examples: > foo.jsp -> foo.jsp (no change) > /foo.jsp -> /webwork/foo.jsp (prefix with context) > http://mycomp.com/foo.jsp -> http://mycomp.com/foo.jsp (no change) >=20 > Are these rules always true? Do you have any cases where the link is > absolute and you don't want the context added, and vice versa? AFAIK, these rules are always true. I can't think of one single legitimate reason to not add the context path to absolute path links (unless you are doing some very obscure). Markus --=20 Markus Holmberg ma...@ac... |