I have a request mapping like below
@RequestMapping(value = "/getPic/{moduleName}/**", method = RequestMethod.GET, produces = APPLICATION_JPEG)
But above mapping fail when i hit below url
/getPic/z012/{80BE26C1-7142-408C-903F-5721EBF5Eá28A}.jpg OR
/getPic/z012/#80BE26C1-7142-408C-903F-5721EBF5Eá28A}.jpg
Please help someone, what regex should I add in RequestMapping for my url to work