https://bugzilla.wikimedia.org/show_bug.cgi?id=42912
Yaron Koren <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #2 from Yaron Koren <[email protected]> --- Hi, There's something strange going on in that wiki - it ignores the first value in the query string. A URL like this, for example, doesn't work, as you discovered: https://ohm2013.org/wiki/Special:FormStart?page_name=Hello&form=Project However, this works correctly: https://ohm2013.org/wiki/Special:FormStart?a=b&page_name=Hello&form=Project That doesn't happen just for Special:FormStart - this URL ignores the "abc" value: https://ohm2013.org/wiki/Special:Search?search=abc ...but this one gets it: https://ohm2013.org/wiki/Special:Search?test=test&search=abc My guess is that the problem comes either from an extension on that wiki, from some custom modification to the PHP code, or from some error in the URL rewriting. I'm changing this to "worksforme", in any case. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
