[ https://issues.apache.org/jira/browse/FELIX-6626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17760946#comment-17760946 ]
Rakesh Kumar commented on FELIX-6626: ------------------------------------- and one more thing w.r.t WebConsole Plugin working. Earlier i was using AbstractWebConsolePlugin as a base class and the implementation rendered a form where user submits the form value and a POST is fired to the plugin where plugin does some processing and set some variable in DefaultVariableResolver and finally calls the doGet(which is in AbstractWebConsolePlugin) to re-render the form again with populated values. This was working fine. But with version 4.9.0 the doGet of {code:java} org.apache.felix.webconsole.servlet.AbstractServlet{code} is called which does not render anything, just shows a blank page. > Support jakarta servlet registration > ------------------------------------ > > Key: FELIX-6626 > URL: https://issues.apache.org/jira/browse/FELIX-6626 > Project: Felix > Issue Type: New Feature > Components: Web Console > Reporter: Carsten Ziegeler > Assignee: Carsten Ziegeler > Priority: Major > Fix For: webconsole-4.9.0 > > > In order to support migration from Servlet API 2/3 to Servlet API 5, the web > console could support registrations of jakarta.servlet.Servlet in addition to > javax.servlet.Servlet. > This pattern could be useful for other modules as well. -- This message was sent by Atlassian Jira (v8.20.10#820010)