What steps will reproduce the problem?
1. Run the tests
2. Watch how the TranslateTest.testLarge fails with HTTP 414 (Request URI
too long)
What is the expected output? What do you see instead?
I expect the test to pass and to see the correct translation
What version of the product are you using? On what operating system?
svn trunk
Please provide any additional information below.
HTTP GET sends the parameters in the URL which length is limited. To be
able to translate larger texts, HTTP POST must be used.
I'm attaching the patch to address this issue.
Original issue reported on code.google.com by kramar.tomas on 31 Oct 2009 at 11:00
Original issue reported on code.google.com by
kramar.tomas
on 31 Oct 2009 at 11:00Attachments: