e.g http://localhost:6660/asset/bundle/adm/view/system/home.peb should not be available due to security reasons
introduce RestFilter which can be configured in this way:
deny:
asset/*
allow:
/asset/bundle//asset/
maybe better it should be route based or combined
e.g http://localhost:6660/asset/bundle/adm/view/system/home.peb should not be available due to security reasons
introduce
RestFilterwhich can be configured in this way:deny:
asset/*
allow:
/asset/bundle//asset/
maybe better it should be route based or combined