Re: [Pi3web-devel] Probleme with upper and lowercase in url
Brought to you by:
zimpel
From: <zi...@t-...> - 2002-10-31 17:14:12
|
Hi Patrick, This is not a problem, since case-sensitivity of the URI-path is configurable. for details please refer to the answer to the related bug report: https://sourceforge.net/tracker/index.php?func=detail&aid=631592&group_id=17753&atid=117753 Furthermore the file system is case sensitive (i.e. theFile.htm and Thefile.htm are both valid, different filenames) for many platforms and Pi3Web is multi-platform. -- kind regards Holger TMTOWTDI - There's More Than One Way To Do It - Perl motto ---------------------------------------------------------- Holger 'zimpel' Zimmermann ---------------------------------------------------------- Wendishain Germany ---------------------------------------------------------- http://home.t-online.de/home/zimpel/ http://pi3web.sourceforge.net/ mailto:zi...@t-... ---------------------------------------------------------- Patrick Paquet wrote: > My physical path is Image\ and my virtual path is /Image/ > > When a user uses an url like http://mydomain/image/ the serveur doesn't reconise the /image/ because the name "image" begin whit a lowercase.... > > The probleme is the same if a lowercase or an uppercase not match the vitual path or physical path any where in the url.... > > suggest: > You have to convert all the url, physical and virtual path in a lowercase to match de string request. > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > Pi3web-devel mailing list > Pi3...@li... > https://lists.sourceforge.net/lists/listinfo/pi3web-devel > > |