diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-12-21 15:07:45 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-12-21 15:07:45 +0000 |
| commit | f25549210d230d5e6bb3ebb81dac897b8d35f113 (patch) | |
| tree | 3cedcc1cf3f1d626b376ec3d3423bd31cc247ee2 /src/os/unix/ngx_user.c | |
| parent | f1819242fcf83ef79808a552d83ffec51713856d (diff) | |
| download | nginx-f25549210d230d5e6bb3ebb81dac897b8d35f113.tar.gz nginx-f25549210d230d5e6bb3ebb81dac897b8d35f113.tar.bz2 | |
Image filter: fixed image_filter rotate inheritance.
Configurations like
location /i/ {
image_filter resize 200 200;
image_filter rotate 180;
location /i/foo/ {
image_filter resize 200 200;
}
}
resulted in rotation incorrectly applied in the location /i/foo, without
any way to clear it. Fix is to handle conf->angle/conf->acv consistently
with other filter variables and do not try to inherit them if there are
transformations defined for current location.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
