Hi All,
We have a requirement where-in we have to read the json file and update the image path according to the project name linked with the query. We need to update the content during lscs runtime dynamic query call.
I have setup the filter in web.xml for url /v1/document/path/*. As soon as the URL is hit it will call the filter and i have to read the response and modify it according to the requirement and send the updated code back through the do filter.
The main problem is the code works fine on my local jboss setup but as soon as i deploy the same to LSCS runtime it does not gives response because on local server request and response URL is same but on LSCS runtime request url is with /v1/document/path/* and the response change to /lscs-static/*.
Can anybody help me with the same to have a filter setup when request and response URL is different.
Thank you