diff options
author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-06-09 14:39:59 +0200 |
---|---|---|
committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-07-27 12:46:42 +0200 |
commit | 9b4b4925b38333b8d7795331d27db9811f43d72a (patch) | |
tree | 34213ad5c4a1db77ebdcf531e29bbb338e0a0671 /docs | |
parent | 91ffd08d119b50d7491827aa6da83006c86076d9 (diff) | |
download | unit-9b4b4925b38333b8d7795331d27db9811f43d72a.tar.gz unit-9b4b4925b38333b8d7795331d27db9811f43d72a.tar.bz2 |
Ruby: fixed contents of SCRIPT_NAME.
Having the basename of the script pathname was incorrect. While
we don't have something more accurate, the best thing to do is to
have it empty (which should be the right thing most of the time).
This closes #715 issue on GitHub.
The bug was introduced in git commit
0032543fa65f454c471c968998190b027c1ff270
'Ruby: added the Rack environment parameter "SCRIPT_NAME".'.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index ae8478cd..158f98e9 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -75,6 +75,12 @@ increased the applications' startup timeout. </para> </change> +<change type="bugfix"> +<para> +force SCRIPT_NAME in Ruby to always be an empty string. +</para> +</change> + </changes> |