[
https://issues.apache.org/jira/browse/WICKET-7036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704867#comment-17704867
]
ASF GitHub Bot commented on WICKET-7036:
----------------------------------------
solomax commented on code in PR #564:
URL: https://github.com/apache/wicket/pull/564#discussion_r1148280573
##########
wicket-core/src/main/java/org/apache/wicket/markup/MarkupFactory.java:
##########
@@ -61,6 +64,8 @@ public static MarkupFactory get()
return Application.get().getMarkupSettings().getMarkupFactory();
}
+ private final LinkedHashMap<IMarkupFilter, Class<? extends
IMarkupFilter>> additionalMarkupFilters = new LinkedHashMap<>();
Review Comment:
IMO it would be better to change `private final LinkedHashMap` -> `private
final Map`
> Extend MarkupFactory, so that additional MarkupFilters for MarkupParser can
> be added
> ------------------------------------------------------------------------------------
>
> Key: WICKET-7036
> URL: https://issues.apache.org/jira/browse/WICKET-7036
> Project: Wicket
> Issue Type: Improvement
> Reporter: Hans Schäfer
> Priority: Minor
>
> Its intended to add additional MarkupFilters to a MarkupParser. But until now
> there is no possibility to configure the MarkupFactory, so that it creates
> MarkupParsers with additional MarkupFilters. Please add this functionality.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)