On Sat, 02 Aug 2003 10:55:42 +0100, Joel Rosi-Schwartz wrote: > Please just note that I (and more importantly some unknown count of other > users) spent a lot of time (in my case several hours) figuring out why > this obviously simple and basic piece of functionality did not work as > advertised. Yes, by all means fix it at the source level, BUT please also > advertise that change so that when it breaks currently deployed systems it > is obvious what needs to be adjusted. Or possibly, make the instance in > the source that connects to the Servlet engine case insensitive on the > first character so that the servlet context can be deployed as either > [Xx]indice. Not so sure I really like that one as it has unadvertised side > effects on case sensitive operating systems. Also it is really just a > kludge that side steps the real issue that the -u/--uri flags do no work > in the command line and possibly this [lack] of behaviour is also > manifested at lower levels, I have not looked into the code to find out.
The /Xindice "should" :) be fully overideable. The change only effect the defaults. If I get a chance I'll have a play with the command line version. -k.