-
Feature Request
-
Resolution: Done
-
Major
-
2.3.22.Final
-
None
The class io.undertow.server.handlers.PathHandler is used with the HTTP invoker to register context path prefixes and their associated handlers.
The class current permits adding and removing both prefix paths and exact paths, but does not permit checking which paths are currently defined.
I would like to add the ability to check if a prefix path or an exact path is defined in a PathHandler instance.
- is depended on by
-
WEJBHTTP-156 EJB client using EJB/HTTP returns HTTP 404 when EJB services are started ON_DEMAND
-
- Coding In Progress
-
- is incorporated by
-
WFCORE-7475 Upgrade Undertow to 2.4.x
-
- Coding In Progress
-
- is related to
-
WFLY-21094 Transition EJB services to ON_DEMAND
-
- Pull Request Sent
-