You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/06/25 16:51:27 UTC

[jira] [Comment Edited] (WICKET-5631) Submit fails with PhantomJS 1.9.7

    [ https://issues.apache.org/jira/browse/WICKET-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14043563#comment-14043563 ] 

Martin Grigorov edited comment on WICKET-5631 at 6/25/14 2:51 PM:
------------------------------------------------------------------

Unfortunately reverting this change breaks our JS tests as before ... :-/
You can try it yourself:
- git clone http://git-wip-us.apache.org/repos/asf/wicket.git
- cd wicket
- npm install
- grunt

Any help to overcome this problem is very welcome!


was (Author: mgrigorov):
Unfortunately reverting this change breaks our JS tests as before ... :-/
You can try it yourself:
- git clone https://github.com/apache/wicket.git
- cd wicket
- npm install
- grunt

Any help to overcome this problem is very welcome!

> Submit fails with PhantomJS 1.9.7
> ---------------------------------
>
>                 Key: WICKET-5631
>                 URL: https://issues.apache.org/jira/browse/WICKET-5631
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 6.16.0
>            Reporter: ajbanck
>
> With the PhantomJS browser form submit is done using get instead of post due to change [1] since 6.12.0
> This is incorrect and fails with larger requests, PhantomJS only allows a limited get request size. For PhantomJS post must be used as for other browsers.
> [1] https://git-wip-us.apache.org/repos/asf?p=wicket.git;a=commitdiff;h=f0b251e3



--
This message was sent by Atlassian JIRA
(v6.2#6252)