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

Pedro Santos commented on WICKET-3566:
--------------------------------------

This problem was introduced by WICKET-2639, fixed by WICKET-2721, than 
reintroduced by WICKET-3008
IE is a bit weird, just pointing out declaration sequences that I tested here:

prolog | apache header | doctype | html = error
prolog | doctype | html  > apache header = page renders OK but apache header 
inside the html tag is weird
prolog | doctype | html  = page renders OK, we have the prologe, but the apache 
header is gone
apache header | doctype | html = page renders OK, but we removed the prologe  
<-- I chose this declaration sequence to fix this problem on IE

> IE 8 report error when opening the 'Access Denied' or 'Internal Error' page
> ---------------------------------------------------------------------------
>
>                 Key: WICKET-3566
>                 URL: https://issues.apache.org/jira/browse/WICKET-3566
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.5-RC3
>         Environment: IE 8, can't reproduce on Chrome
>            Reporter: Pedro Santos
>            Assignee: Pedro Santos
>
> The error message:
> "Cannot view XML input using style sheet. Please correct the error and then 
> click the Refresh button, or try again later."
> the '>' charactere was expected. Error while procesing the resource: 
> 'http://www.w3.org/TR/html4/loose.dtd'
> To reproduce the error opening the Internal Error page go to:
> http://localhost:8080/velocity/wicket/bookmarkable/org.apache.wicket.examples.velocity.DynamicPage
> And to reproduce when opening the Access Denied page go to authorization 
> example
> http://localhost:8080/authorization
> select user 'pam'
> click 'go to internal admin page, protected with Wicket meta data '

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

Reply via email to