The web app is running at context /(ROOT) In struts2, package declaration supports a single-level namespace.
My requirement is to support Pattern in the namespace as below.
For example, consider the complete URL as below. https://www.example.com/path1/path2{\d}/path3/resource.do
Here, path2{\d} will be constructed dynamically.
How to configure it?