You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2021/10/08 17:57:00 UTC

[jira] [Updated] (SLING-10862) Expose candidate types in Serlet Resolver Web Console Plugin

     [ https://issues.apache.org/jira/browse/SLING-10862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konrad Windszus updated SLING-10862:
------------------------------------
    Description: 
Currently the list of servlet candidates exposed via {{system/console/servletresolver}} look like this

{code}
/apps/.../base/components/page/page.html
org.apache.sling.servlets.get.impl.DefaultGetServlet
org.apache.sling.jcr.webdav.impl.servlets.SlingWebDavServlet
{code}

It would be nice to explicitly expose whether it is a script, bundled script of servlet. For the latter two it would be nice to expose the underlying bundles as well (via {{Bundle b = FrameworkUtil.getBundle( servlet );}}.

  was:
Currently the list of servlet candidates exposed via {{system/console/servletresolver}} look like this

{code}
/apps/.../base/components/page/page.html
org.apache.sling.servlets.get.impl.DefaultGetServlet
org.apache.sling.jcr.webdav.impl.servlets.SlingWebDavServlet
{code}

It would be nice to explicitly expose whether it is a script, bundled script of servlet. For the latter two it would be nice to expose the underlying bundles as well.


> Expose candidate types in Serlet Resolver Web Console Plugin
> ------------------------------------------------------------
>
>                 Key: SLING-10862
>                 URL: https://issues.apache.org/jira/browse/SLING-10862
>             Project: Sling
>          Issue Type: Improvement
>          Components: Servlets
>            Reporter: Konrad Windszus
>            Assignee: Konrad Windszus
>            Priority: Major
>             Fix For: Servlets Resolver 2.8.4
>
>
> Currently the list of servlet candidates exposed via {{system/console/servletresolver}} look like this
> {code}
> /apps/.../base/components/page/page.html
> org.apache.sling.servlets.get.impl.DefaultGetServlet
> org.apache.sling.jcr.webdav.impl.servlets.SlingWebDavServlet
> {code}
> It would be nice to explicitly expose whether it is a script, bundled script of servlet. For the latter two it would be nice to expose the underlying bundles as well (via {{Bundle b = FrameworkUtil.getBundle( servlet );}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)