request contains authorization in coming when accessing to get servlet
http://localhost:8080/content/anything/us/en/jcr:content.txt
this servlet I am hiiting from post man without passing any credentials and it is giving me response . but this is not getting cached ...
if I want to cache it what needs to be done ?
I am also not doing any authorization check in dispatcher level .
note : when i am accessing any page normally then in logs i do not see "request contains authorization"
and it properly get cache or served from cache .
why only for servlet it shows "request contains authorization" and no cache happens?
I do not want to do this -->
/allowAuthorized "1"