-
Notifications
You must be signed in to change notification settings - Fork 352
Tests: REQUEST_URI variable test with rewrite #1197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @andrey-zelenkov, |
0f38067
to
0852b61
Compare
0852b61
to
51cdaa9
Compare
Dropped the first patch to submit it as a separate pull request.
|
Is this not an issue?
|
This should be fixed once #1162 is merged. |
51cdaa9
to
e04be85
Compare
Rebased:
|
Bit of a chicken and egg problem... I think I'd wait for the code change to be merged first, then we won't |
The other option would be to have Zhidao merge it via his prll-request, |
The two latest commits, 2d7a846 and 6269777, had the exact same problem. So I was planning to wait for #1162 to be merged before pushing this one (as we did yesterday). Another option is to commit this test under |
Yes, waiting's good... |
Hi @andrey-zelenkov @ac000,
LGTM. |
Hi @andrey-zelenkov, |
Not the same commit. But they could go via the same pull-request... Once Andrei and you are happy with the test. You could pull the patch,
(Don't just use that URL as the commit id will change if the commit is You can then apply it to your tree with
|
Last time when we discussed that it was necessary to fix relevant log message https://github.com/nginx/unit/blob/master/src/nxt_http_rewrite.c#L110. Was noted here: #1162 (comment) |
Fixed, thanks. |
Hi Andrei,
I think it's because of the rule change of request uri which is switched from changeable to constant. |
Hi @andrey-zelenkov, |
Sure! For history: this PR was merged as part of #1162 |
Tests for the #1162