New Member
Since ‎04-26-2017
‎06-22-2021

My Stats

  • 6 Posts
  • 0 Solutions
  • 2 Likes given
  • 4 Likes received

nitesh-nadiger's Bio

Badges nitesh-nadiger Earned

View all badges

Recent Activity

I am executing apigeelint plugin while maven deployment. Added below code snippet in pom.xml: org.codehaus.mojo exec-maven-plugin 1.3.2 apigeelint validate exec node ./node_modules/apigeelint/cli.js -s ./apiproxy -f table.js <BR /> Is there any...
I have a queryparam called key and its value "148BWGD+aUZWag/Y==".When i tried to fetch value of variable "key" using ExtractVariables policy,I am getting "148BWGD aUZWag/Y==" in trace.i.e., + is being replaced with a space.How can i retrieve origina...
Hi,We have two resource paths configured in default.xml i.e., /accounts/{param}/products with condition request.verb = "GET" AND (proxy.pathsuffix MatchesPath "/accounts/{param}/products")and /accounts/products with conditionrequest.verb = "GET" AND ...
I have 2 ProxyEndPoint xml files, default.xml and test.xml.While deploying it to some environment, test.xml file should not be added in the deployed (i.e., compressed) folder. How to exclude it using pom.xmlThanks in Advance
Likes from