Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Right now, the prefix and ranking of a ServletContextHelper is not correctly considered for request processing.
If a request is received, the ServletContextHelper with the longest matchin prefix should process the request first. If there is more than one SCH with the same prefix, they are processed based on their ServiceReference ordering (highest ranking first).