]
Nick Boldt resolved ERT-579.
----------------------------
Resolution: Done
[Webkit2] implement setUrl(...POST..) support. (snippet 330)
[EBZ#527738]
-------------------------------------------------------------------------
Key: ERT-579
URL:
https://issues.jboss.org/browse/ERT-579
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Nick Boldt
Labels: SWT, bzira
Snippet 330 has 'set headers' and 'post data' button.
Sending data over 'postData' isn't working on webkit2.
- On webkit1, bugzilla can be queries with postData
- On webkit2, bugzilla opens with an error message about missing post data.
Upon code inspection, it seems that postData has not been ported to webkit2.
(but headers button seems to work.)