'Matching URL at Container Request mapping

Need to match whole url match before req land to controller ? V1/{param}/info then fetch and match with this v1/xyz/info get true.

Currently path param can be multiple between the url , how can we achieve this during pre matching in springboot Container Request Context ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source