OutOfFocus4

Results 28 comments of OutOfFocus4

@VBart, I think this solves the use cases you brought up in the original pull request: > Thanks for the pull request. But it seems that this approach with setting...

@VBart You are correct that `script_name` is a poor label for this directive, given its use cases. How about `path_prefix` or `application_prefix`? It never occurred to me to use `targets`....

@VBart I updated the pull request. The changes to Unit are as follows: 1. Added the `prefix` directive to Python applications and targets. If set, it must be a string...

@VBart Thanks for catching that! I updated the code to fix this. When setting up `nxt_py_targets`, any target with a `prefix` not ending in `/` will have `/` appended to...

> Note that according to CGI spec, `PATH_INFO` should either start with a `/` or be empty: https://datatracker.ietf.org/doc/html/rfc3875#section-4.1.5 I just noticed this part of your response, and I updated the...

@VBart What do you think? Is there anything I should change?

@VBart Thanks for the feedback! I updated the code. What do you think?

@andrey-zelenkov @VBart I applied the patch. Anything else?

@andrey-zelenkov Sorry about that. All of your changes should now be applied to the code.

Merged recent commits into my fork to ensure no conflicts. @VBart & @andrey-zelenkov Are there any other steps I need to take?