[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SSI CGI parameters
I've still got one little complaint with the CGI parameters in SSI...
If I've got a line like:
<!--#exec virtual="/cgi/gallery.pl?dir/subdir" -->
the parameter gets truncated at the first non-alphanumeric character.
so my script is called as:
perl /cgi/gallery.pl dir
I've tried changing the character to get around the problem (I tried \ : - _ none of which worked)
Suggestions? (perhaps a bug fix John? :-)
Russell (who's otherwise very impressed with pi3)