On Monday, March 12, 2001, at 04:02 PM, Thanasis Kinias wrote: > 2 - A URL pointing to a directory ends in a "/". Servers will correct > that for you (by redirecting "/XML" to "/XML/", for example), so it's > not obvious that it's an error to leave off the "/". The problem is > that you add load to the server because it has to perform an extra > operation to serve up the correct page (redirect, then serve the page). This is only true of implementations where the web server maps onto a file system. A url is not a file path, and a web server may not map it onto a file system but onto some arbitrary resource. -- Jim Correia correia@barebones.comReceived on Monday, 12 March 2001 16:19:16 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:20 UTC