0

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

Aniket Kulkarni
  • 12,825
  • 9
  • 67
  • 90
IMParasharG
  • 1,869
  • 1
  • 15
  • 26

0 Answers0