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

Jered Myers commented on WICKET-5071:
-------------------------------------

Here some of the logs from one browser that passes and one that fails.  Observe 
the first ServletHandler line.  The passing test has "/wicket" before 
"/bookmarkable".

Mozilla Firefox for Ubuntu 20.0: Passes testing
DEBUG - session                    - 
session=org.eclipse.jetty.server.session.HashedSession:seng756mxz3m6zc61wrzlxq@1486404598
DEBUG - ServletHandler             - servlet 
|/wicket/bookmarkable/com.qs.NestedModals.InnerModalContent|null -> default
DEBUG - ServletHandler             - chain=wicket.NestedModals->default
DEBUG - ServletHandler             - call filter wicket.NestedModals
DEBUG - WebAppClassLoader          - loaded class 
com.qs.NestedModals.InnerModalContent from 
sun.misc.Launcher$AppClassLoader@12360be0


IE 7: Failes testing
DEBUG - session                    - 
session=org.eclipse.jetty.server.session.HashedSession:uidhztsp9xah1dqkp6b7qm7h8@1320687469
DEBUG - ServletHandler             - servlet 
|/bookmarkable/com.qs.NestedModals.InnerModalContent|null -> default
DEBUG - ServletHandler             - chain=wicket.NestedModals->default
DEBUG - ServletHandler             - call filter wicket.NestedModals
DEBUG - ServletHandler             - call servlet default
DEBUG - DefaultServlet             - Resource 
/bookmarkable/com.qs.NestedModals.InnerModalContent.gz=null
DEBUG - DefaultServlet             - Resource 
/bookmarkable/com.qs.NestedModals.InnerModalContent=null
DEBUG - DefaultServlet             - 
uri=/bookmarkable/com.qs.NestedModals.InnerModalContent resource=null
DEBUG - Server                     - RESPONSE 
/bookmarkable/com.qs.NestedModals.InnerModalContent  404
                
> 404 Error on Nested ModalWindows in IE7 and IE8
> -----------------------------------------------
>
>                 Key: WICKET-5071
>                 URL: https://issues.apache.org/jira/browse/WICKET-5071
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.5.8, 6.6.0
>         Environment: Internet Explorer 8.0.7601.17514
> Internet Explorer 7.0.5730.13
> Jetty 7 (multiple versions replicate the problem)
> Tomcat 6
>            Reporter: Jered Myers
>            Assignee: Martin Grigorov
>             Fix For: 6.8.0, 7.0.0
>
>         Attachments: fix-WICKET-5071.patch, NestedModals.zip
>
>
> When opening a ModalWindow inside a ModalWindow, the inner ModalWindow 
> generates a 404 error.  Both windows use a PageCreator for content.
> To replicate, you must use an actual IE 7 or IE 8 browser, as this does not 
> replicate using developer tools and setting the document and brower to IE 7.
> The problem can be seen at 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.  I will 
> attach a Quickstart as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to