You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (Jira)" <de...@myfaces.apache.org> on 2022/07/22 10:20:00 UTC

[jira] [Comment Edited] (TOBAGO-2154) findComponent() need to be patched in tree and tree-listbox

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

Udo Schnurpfeil edited comment on TOBAGO-2154 at 7/22/22 10:19 AM:
-------------------------------------------------------------------

This will fix the github security warning with this regexp: 
{code}
sourceId.matches(".*:\\d+:.*")
{code}
(Polynomial regular expression used on uncontrolled data)


was (Author: lofwyr):
This will fix the github security warning with this regexp: 
{code}
sourceId.matches(".*:\\d+:.*")
{code}

> findComponent() need to be patched in tree and tree-listbox
> -----------------------------------------------------------
>
>                 Key: TOBAGO-2154
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-2154
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 4.5.5, 5.1.0
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Major
>             Fix For: 4.6.0, 5.2.0
>
>
> There must be a special implementation for findComponent() for UITree and UITreeListbox. Currently it's only in the UISheet.
> It should be moved to the common parent class AbstractUIData.
> This makes the hack in AbstractUIPage.markSubmittedForm() obsolete.



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