[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #14 from Gerrit Notification Bot --- Change 135543 had a related patch set uploaded by Krinkle: images/.htaccess breaks TransformVia404 functionality https://gerrit.wikimedia.org/r/135543 -- You are receiving this mail because: Y

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 Andre Klapper changed: What|Removed |Added Priority|Unprioritized |Normal --- Comment #13 from Andre Klap

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #12 from forwar...@yandex.ru --- Also RewriteEngine on And disabled will be all contents of all high-level .htaccess files. Other correct. -- You are receiving this mail because: You are the assignee for the bug. You are on t

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #11 from Tisza Gergő --- So, if I understand correctly, the steps to reproduce are: 1. start with a standard MediaWiki setup 2. set $wgGenerateThumbnailOnParse = false; 3. create a .htaccess file in the MediaWiki root directory 4.

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #10 from forwar...@yandex.ru --- (In reply to Tisza Gergő from comment #9) > I am not sure I understand what's the actual bug here. Does the lack of > rewrite rule inheritance break 404 handlers on a vagrant box with multimedia > rol

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #9 from Tisza Gergő --- I am not sure I understand what's the actual bug here. Does the lack of rewrite rule inheritance break 404 handlers on a vagrant box with multimedia role enabled? On a clean MediaWiki install? On a specific s

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #8 from Gerrit Notification Bot --- Change 132974 had a related patch set uploaded by Scnd: Bug 65220 https://gerrit.wikimedia.org/r/132974 -- You are receiving this mail because: You are the assignee for the bug. You are on the

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #7 from Gerrit Notification Bot --- Change 132971 abandoned by Scnd: Bug 65220 Reason: Bad formatting. https://gerrit.wikimedia.org/r/132971 -- You are receiving this mail because: You are the assignee for the bug. You are on th

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 Gerrit Notification Bot changed: What|Removed |Added Status|UNCONFIRMED |PATCH_TO_REVIEW Ever con

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #6 from Gerrit Notification Bot --- Change 132971 had a related patch set uploaded by Scnd: Bug 65220 https://gerrit.wikimedia.org/r/132971 -- You are receiving this mail because: You are the assignee for the bug. You are on the

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #5 from forwar...@yandex.ru --- I found solution: # Protect against bug 28235 RewriteEngine On RewriteOptions inherit RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase] RewriteRule . - [forbidden] R

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #4 from forwar...@yandex.ru --- With this work: RewriteEngine On RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase] RewriteRule . - [forbidden] RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f RewriteCond %{DOCUM

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #3 from Tisza Gergő --- mediawiki-vagrant with the multimedia role enabled uses 404 transforms, you compare it to your own setup and find out what's being done differently. -- You are receiving this mail because: You are the assig

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #2 from forwar...@yandex.ru --- (In reply to forwardin from comment #1) > Changed to: > > # Protect against bug 28235 > > RewriteEngine On > RewriteCond %{DOCUMENT_ROOT}%{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) > [no

[Bug 65220] images/.htaccess breaks TransformVia404 functionality

2014-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65220 --- Comment #1 from forwar...@yandex.ru --- Changed to: # Protect against bug 28235 RewriteEngine On RewriteCond %{DOCUMENT_ROOT}%{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase] RewriteRule . - [forbidden] Now new images ret