commit | 6c57f2da4326768c08603480f0ee2fa0a7f73231 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 14 16:55:52 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 14 18:31:29 2020 +0100 |
tree | f073e60c47cbb91fbe6f9df09b8e4ad44e66e51c | |
parent | 88a2f0304c2e7bda7a62cd93597cf02bb6ada4c7 [diff] |
MINOR: mux-fcgi: Make the capture of the path-info optional in pathinfo regex Now, only one capture is mandatory in the path-info regex, the one matching the script-name. The path-info capture is optional. Of couse, it must be defined to fill the PATH_INFO parameter. But it is not mandatory. This way, it is possible to get the script-name part from the path, excluding the path-info. This patch is small enough to be backported to 2.1.