Rakesh Kumar created FELIX-6646:
-----------------------------------
Summary: WebConsole v4.9.0 plugin registered using AbstractServlet
renders a blank page
Key: FELIX-6646
URL: https://issues.apache.org/jira/browse/FELIX-6646
Project: Felix
Issue Type: Bug
Components: Web Console
Affects Versions: webconsole-4.9.0
Reporter: Rakesh Kumar
WebConsole v4.9.0 plugin registered using AbstractServlet renders a blank page.
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)