You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Michael Haeusler (Jira)" <ji...@apache.org> on 2023/09/07 13:10:00 UTC

[jira] [Commented] (WICKET-7065) TextFilteredPropertyColumn violates CSP

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

Michael Haeusler commented on WICKET-7065:
------------------------------------------

Hello,

I checked the changes and found that it fixes the CSP violation for me

> TextFilteredPropertyColumn violates CSP
> ---------------------------------------
>
>                 Key: WICKET-7065
>                 URL: https://issues.apache.org/jira/browse/WICKET-7065
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 10.0.0-M1, 9.14.0
>            Reporter: Michael Haeusler
>            Assignee: Sven Meier
>            Priority: Major
>             Fix For: 9.15.0, 10.0.0-M2
>
>
> Using a {{TextFilteredPropertyColumn}} creates an input element with an inline focus event which violates a strict CSP.
> <input
>   ...
>   onfocus="Wicket.FilterForm.focused(this, 'id6focus');"
> />
> {{}}{{ }}
> Similar to WICKET-6741



--
This message was sent by Atlassian Jira
(v8.20.10#820010)