We' re trying to consume the below url :
http://localhost:9006/test/adsystem-local.bw.bw2hana.query.zso_cp01%2FZSO_CP01_Q0001
where we are passing encoded path params since this param contains slases along with the special chars as
{ObjectName}=adsystem-local.bw.bw2hana.query.zso_cp01%2FZSO_CP01_Q0001
But we are getting
Bad request(400 status code)
as response.
I tried seraching on netl ,but jersey is not recognizing the changes which were made as per the instructions which were given in the below url.I am still getting 400 status code.
Tomcat, JAX-RS, Jersey, @PathParam: how to pass dots and slashes?