[
https://issues.apache.org/jira/browse/FELIX-6487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17507427#comment-17507427
]
Rakesh Kumar commented on FELIX-6487:
-------------------------------------
so after adding a null check in
*org.apache.felix.http.base.internal.javaxwrappers.CookieWrapper#L56* I am able
to see the WebConsole and its installed plugins
{code:java}
if (c.getDomain() != null && !c.getDomain().isEmpty()) {
super.setDomain(c.getDomain());
} {code}
!image-2022-03-16-14-22-53-676.png|width=857,height=386!
!image-2022-03-16-14-20-33-917.png|width=859,height=110!
> Update to Jetty 11
> ------------------
>
> Key: FELIX-6487
> URL: https://issues.apache.org/jira/browse/FELIX-6487
> Project: Felix
> Issue Type: Improvement
> Components: HTTP Service
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Priority: Major
> Fix For: http.bridge-5.0.0, http.jetty-5.0.0, http.base-5.0.0
>
> Attachments: image-2022-03-16-14-20-33-917.png,
> image-2022-03-16-14-22-53-676.png
>
>
> The major product lines of Jetty are 10 (javax servlet) and 11 (jakarta
> servlet). We should update to version 10 or 11
--
This message was sent by Atlassian Jira
(v8.20.1#820001)