[
https://issues.apache.org/jira/browse/MYFACES-4531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17647594#comment-17647594
]
Volodymyr Siedlecki commented on MYFACES-4531:
----------------------------------------------
[~werpu] For the head fixes, those are the ones that failed in spec1423 or am I
mistaken?
TCK:
https://github.com/jakartaee/faces/blob/4.0.1/tck/faces23/ajax/src/main/webapp/spec1423.xhtml
?
If so, I tested it on the latest main, but I see that it has the duplicates
issue (multiple addedViaInclude.js scripts appended).
{noformat}
<title>JAVASERVERFACES_SPEC_PUBLIC-1423 - Integration Test</title>
<script
src="/test-faces23-ajax/jakarta.faces.resource/faces.js.xhtml?ln=jakarta.faces"></script><script
src="/test-faces23-ajax/jakarta.faces.resource/addedViaHead.js.xhtml?ln=spec1423"></script><script
src="/test-faces23-ajax/jakarta.faces.resource/addedViaInclude.js.xhtml?ln=spec1423"></script>
<link rel="stylesheet"
href="/test-faces23-ajax/jakarta.faces.resource/addedViaInclude.css.xhtml?ln=spec1423">
<script
src="/test-faces23-ajax/jakarta.faces.resource/addedViaBody.js.xhtml?ln=spec1423"></script><script
src="/test-faces23-ajax/jakarta.faces.resource/addedViaInclude.js.xhtml?ln=spec1423"></script>
<link rel="stylesheet"
href="/test-faces23-ajax/jakarta.faces.resource/addedViaInclude.css.xhtml?ln=spec1423">
</head>
{noformat}
Would you be able to fix it?
> Backport the nonce and head fixes into the 2.3 codebase
> -------------------------------------------------------
>
> Key: MYFACES-4531
> URL: https://issues.apache.org/jira/browse/MYFACES-4531
> Project: MyFaces Core
> Issue Type: Task
> Affects Versions: 2.3.10
> Reporter: Werner Punz
> Assignee: Werner Punz
> Priority: Major
>
> We have had fixes in the nonce area and the head replacement area due to some
> failing tck tests. The original plan was to get those fixes in via auto sync.
> We probably have to step back a little bit.
> A major change is not wanted anymore in the 2.3 codebase so I will try to
> backport the fixes.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)