Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
With the latest refactoring, cross context shadowing of servlets has been removed to have per context registries (in contrast to a single global registry). The downside of this is that now the DTOs do not reflect cross context hiding, e.g. if a context at root has a servlet for /foo/bar and a context /foo has a servlet for /bar, the first one is hidden.
Exception: servlets registered with the http service are hidding everything else