Merge_slashes relate with VU#180065

Does the VU#180065 relate with merge_slashes directive?
what is the meanings of merge_slashes directive?

http://sysoev.ru/nginx/patch.180065.txt

Posted at Nginx Forum:

On Thu, Sep 17, 2009 at 12:36:07AM -0400, zhijianpeng wrote:

Does the VU#180065 relate with merge_slashes directive?
what is the meanings of merge_slashes directive?

http://sysoev.ru/nginx/patch.180065.txt

No. However, “merge_slashes off” is really danger setting and you should
understand what you are doing: instead of simple

 location /scripts/ {

you have to use regexes like this:

 location ~ ^/+scripts/+ {

thanks,we will update to the lastest version as soon as possible

Posted at Nginx Forum: