Open
Description
pattern("/{path:.*}")
, no WebActionEntry prefix
Checks would-be NotFound paths against list of WebProxyEntry or StaticResourceEntry respective of environment (dev vs prod). If there is any prefix match on an entry, forward it to that entry endpoint. Provides nice redirect interaction from non-trailing-slash requests to correct trailing-slash ones (all WebActions with prefixes must end with slash)