[ 
https://issues.apache.org/jira/browse/WICKET-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov reassigned WICKET-4038:
---------------------------------------

    Assignee: Martin Grigorov

> MountedMapper.mapHandler ruins Links inside mounted pages appending 
> parameters wicket-ajax and wicket-ajax-baseurl
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4038
>                 URL: https://issues.apache.org/jira/browse/WICKET-4038
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-RC7
>            Reporter: Andrea Del Bene
>            Assignee: Martin Grigorov
>         Attachments: WICKET-4038.patch, ajaxParametersCopyFix.txt, issue.zip
>
>
> With the last commit n° 1166194 method mapHandler has been added to 
> MountedMapper class in order to solve WICKET-4014. Unfortunately this method 
> seems to ruin Link url inside mounted page (for example home page) if this 
> page uses AJAX.
> mapHandler modifies Link url appending parameters 'wicket-ajax' and 
> 'wicket-ajax-baseur'l to it. In this way when we click Link we get an error 
> from browser like this:
>        " This XML file does not appear to have any style information 
> associated with it. The document tree is shown below.
>       <ajax-response><redirect>wicket/page?41</redirect></ajax-response> "
> The error message is the same for Firefox and Chromium.
> See attached quickstart.
> Warning: as I'm writing this issue, Wicket snapshot is not affected yet by 
> this bug, so you have to run quickstart with the last source from repository.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to