On Mon, 11 Jul 2005, Aengus wrote:
CASE INSENSITIVE applies to the filename, and I, like you, would have assumed that it would apply to the arguments as well, but it doesn't appear to do so.
The question of whether arguments are case insensitive is completely independent of whether the stems are case insensitive. The former is a property of the scripts running on the web server, the latter is (in principle a property of the web server but in practice) a property of the file system.
Typically argument names come from web forms, so don't actually occur in multiple cases. Argument values are a third question. Some of them may be case sensitive and some case insensitive, depending on the interpretation of each argument. Anyway, I'm certainly not going to fold them all to lower case just because the file system is case insensitive.
-- Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/ "Low Priced Cambridge Clare College. Big selection at eBay UK!" (Ad after Google search for Clare College Cambridge) +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

