-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/109711/
-----------------------------------------------------------

(Updated ago. 11, 2014, 7:06 p.m.)


Status
------

This change has been discarded.


Review request for Plasma.


Bugs: 289647
    http://bugs.kde.org/show_bug.cgi?id=289647


Repository: kde-workspace


Description
-------

Fixes a bug where the default text engine 'kde' fails when pasting text longer 
than 513/741 characters in the PasteBin widget.
The problem is that the generic dataengine 'kde' uses a GET request to send 
data to the http://paste.kde.org server which does not allow large text to be 
sent to the server.
This patch changes the GET request to a POST request which fixes the bug.
 
Bug Report: https://bugs.kde.org/show_bug.cgi?id=289647


Diffs
-----

  plasma/generic/dataengines/share/backends/kde/contents/code/main.js 600950d 

Diff: https://git.reviewboard.kde.org/r/109711/diff/


Testing
-------


Thanks,

Bhaskar Kandiyal

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to