Re: [fossil-users] How about to add "unsetenv:" tag for the CGI script ?

2016-06-11 Thread Richard Hipp
On 6/11/16, Svyatoslav Mishyn wrote: > > as `setenv: SCRIPT_NAME ""` does not work. > I think I might have fixed this with the latest trunk check-in (https://www.fossil-scm.org/fossil/info/72df287cf3556a04) - please try it out and let us know. -- D. Richard Hipp d...@sqlite.org

Re: [fossil-users] How about to add "unsetenv:" tag for the CGI script ?

2016-06-11 Thread Svyatoslav Mishyn
(Sat, 11 Jun 21:23) Svyatoslav Mishyn: > I would like to get rid of this script, and use unsetenv tag: > unsetenv: SCRIPT_NAME > > as `setenv: SCRIPT_NAME ""` does not work. If SCRIPT_NAME does not exist, will fossil work ? Then something like "setemptyenv:" is better. -- https://www.juef.tk/

Re: [fossil-users] How about to add "unsetenv:" tag for the CGI script ?

2016-06-11 Thread Svyatoslav Mishyn
(Sat, 11 Jun 21:23) Svyatoslav Mishyn: > and repo is not exist, it would have worked; s/is/does/ -- https://www.juef.tk/ signature.asc Description: PGP signature ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm

[fossil-users] How about to add "unsetenv:" tag for the CGI script ?

2016-06-11 Thread Svyatoslav Mishyn
Hi all, currently I am using virt.pl script based on: http://fossil.include-once.org/fossil-skins/artifact/85a4ff4a366faf93 because I do not like URLs with repo.cgi ;) I would like to get rid of this script, and use unsetenv tag: unsetenv: SCRIPT_NAME as `setenv: SCRIPT_NAME ""` does not work.