diff options
author | Omar Polo <op@omarpolo.com> | 2020-11-10 14:07:36 +0100 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2020-11-10 14:07:36 +0100 |
commit | a5d310bc0d07fea3d75b593ea6b2f86dad006211 (patch) | |
tree | 54922481b1240b9ed149c8289af8b6d35800b36b /ChangeLog | |
parent | 92e66347ed2971e811170559eb8865e0db0a5d3e (diff) |
[cgi] added support for path parameters
enhance the CGI scripting support so that script can take path
parameters. That is, a script at /cgi/foo is called when the request
path is /cgi/foo/bar/...
This commit also introduce some backward incompatible changes as the
default env variables set for the CGI script changed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2020-11-10 Omar Polo <op@omarpolo.com> + + * gmid.c (open_file): added support for path parameters for CGI + scripts + 2020-11-06 Omar Polo <op@omarpolo.com> * gmid.1: great improvements to the documentation |