Message Boards

Restrict json service url from properties

Himanshu Nautiyal, modified 3 Years ago.

Restrict json service url from properties

New Member Post: 1 Join Date: 3/6/17 Recent Posts
I have tried this property
jsonws.web.service.paths.excludes=

But it is only blocking urls under "portal" context name in jsonws. It is not working for other context name url.E.g. 
jsonws.web.service.paths.excludes= /user* 
is restricting all the services having url starting by "/user" But 
jsonws.web.service.paths.excludes= /ddl* 
is not working for ddl context name in jsonws.Please help