[
https://issues.apache.org/jira/browse/WICKET-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830722#action_12830722
]
Vladimir Kovalyuk commented on WICKET-2717:
-------------------------------------------
I believe it shouldn't be re-opened because the reason is different.
I propose the following patch:
UploadWebRequest.java:
@Override
public WebRequest newMultipartWebRequest(Bytes maxsize) {
try {
MultipartRequest multipartRequest = new MultipartRequest(req,
maxsize);
multipartRequest.setRequestParameters(getRequestParameters()); //
the difference is here
return multipartRequest;
} catch (FileUploadException e) {
throw new WicketRuntimeException(e);
}
}
> bookmarkablepagelink broken on ajaxupdate
> -----------------------------------------
>
> Key: WICKET-2717
> URL: https://issues.apache.org/jira/browse/WICKET-2717
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.4.6
> Environment: wicket 1.4.6,jetty 6.1.4
> Reporter: vineet semwal
> Assignee: Igor Vaynberg
> Fix For: 1.4.7
>
> Attachments: quickie2.jar
>
>
> bookmarkablepagelink broken on ajax update ,i see the problem in 1.4.6,1.4.5
> doesn't have it.
> I am attaching the quickstart for the problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.