You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by hanasaki <ha...@hanaden.com> on 2005/12/20 02:35:45 UTC

how are relative pages/images retrieved?

How are relative resources found?

ex:
the page
	http://localhost/a/b/c
has an href to
	../images/image1.gif

how is it that the websever knows to convert this into
	http://localhost/a/b/images.gif

????


This seems to imply some sort of state in the server but this cannot be
the case because it works in apache, tomcat and all webservers even if
noone is logged in and thus has a session that could keep track of the
last page served.

thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org