https://bugzilla.wikimedia.org/show_bug.cgi?id=58316
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from [email protected] --- (In reply to comment #0) > Instead of HTML percent encodings, pages are sometimes requested through > Javascript-encoded URLs. There are indeed some requests to \x-encoded URLs. But they are mostly confused bots/clients. They are far from being page views, and they are really few. For example in October 2013 we had 20 such request in total in the sampled-1000 logs. However, you are correct that we see a lot of \x encoded URLs in webstatscollector output. Webstatscollector processes udp2log data unaltered (see comment #9). It seems \x-encoded URLs all stem from SSL endpoints, and it looks as if those SSL endpoints would throw misencoded URL requests into udp2log stream. Since that is a sufficiently different issue, I filed bug 58876 about it. A solution of bug 58876 will not address the current call for MediaWiki to decode \x-encoded URLs. But it will make \x-encoded URLs disappear from the webstatscollector output (thereby also dissappear from stats.grok.se, and other consumers). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
