https://bugzilla.wikimedia.org/show_bug.cgi?id=41306

--- Comment #2 from Jan Gerber <[email protected]> 2012-10-26 19:21:38 UTC 
---
[USER-AGENT] => Wiki.java 0.26

so this must be
http://code.google.com/p/wiki-java/source/browse/trunk/src/org/wikipedia/Wiki.java

i see no rsion in the code, on the other hand svn is at 0.27 and the released
version 0.26 did not have chunk support at all.
so someone must be using that file.

the page mentions

"""Bug reports can go to [[User talk:MER-C]] (fast) or the tracker
(slow). Before reporting character encoding problems, please display
the output in a JOptionPane to isolate your development
environment.""" http://en.wikipedia.org/wiki/User_talk:MER-C

possibly we can get them involved here.

after a quick look at the java code my guess is that the multipartPost function
is broken, it does not use

Content-Disposition: file; name="chunk"; filename="foo.ogv"
Content-Type: application/ogg
data

for the chunk but

Content-Disposition: form-data; name="chunk"; filename="foo.ogv"
Content-Type: application/octet-stream
data

not sure if that causes parsing errors in php.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to