tomcat - url-pattern in security-contraints casing issue -



tomcat - url-pattern in security-contraints casing issue -

i can lock downwards specific resource using security-constraints in tomcat. locks downwards path using exact casing specified. can still access resource ( file) changing case.

what best way deal issue?

tomcat enforces case sensitive access resources (even on case insensitive file systems windows) default changing case should never allow bypass security constraints. can think of couple of ways might happen:

you ignored secuirty warning in docs , set allowlinking true on case insensitive file system.

you using reverse proxy in front end of tomcat , have configured in such way bypass security constraints (if have configured reverse proxy we'd need know 1 , how configured help further).

tomcat

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -