You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Emond Papegaaij (Jira)" <ji...@apache.org> on 2020/02/10 20:53:00 UTC

[jira] [Updated] (WICKET-6749) CSP: Inline styling in ExceptionErrorPage.html

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

Emond Papegaaij updated WICKET-6749:
------------------------------------
    Description: 
{{ExceptionErrorPage.html}} contains inline styling. Move the styling to a CSS file. The same is true for the other error pages:
{code}
wicket-core/src/main/java/org/apache/wicket/markup/html/pages/AccessDeniedPage.html
wicket-core/src/main/java/org/apache/wicket/markup/html/pages/ExceptionErrorPage.html
wicket-core/src/main/java/org/apache/wicket/markup/html/pages/InternalErrorPage.html
wicket-core/src/main/java/org/apache/wicket/markup/html/pages/PageExpiredErrorPage.html
{code}


  was:{{ExceptionErrorPage.html}} contains inline styling. Move the styling to a CSS file.


> CSP: Inline styling in ExceptionErrorPage.html
> ----------------------------------------------
>
>                 Key: WICKET-6749
>                 URL: https://issues.apache.org/jira/browse/WICKET-6749
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core
>    Affects Versions: 9.0.0-M4
>            Reporter: Emond Papegaaij
>            Priority: Major
>
> {{ExceptionErrorPage.html}} contains inline styling. Move the styling to a CSS file. The same is true for the other error pages:
> {code}
> wicket-core/src/main/java/org/apache/wicket/markup/html/pages/AccessDeniedPage.html
> wicket-core/src/main/java/org/apache/wicket/markup/html/pages/ExceptionErrorPage.html
> wicket-core/src/main/java/org/apache/wicket/markup/html/pages/InternalErrorPage.html
> wicket-core/src/main/java/org/apache/wicket/markup/html/pages/PageExpiredErrorPage.html
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)