Description
When the war file is exploded, the META-INF subdirectories have 777 permissions, which means anyone can write to there. It should 755.
We can fix this by simply updating the maven-war-plugin from version 2.1 to version 2.4.
When the war file is exploded, the META-INF subdirectories have 777 permissions, which means anyone can write to there. It should 755.
We can fix this by simply updating the maven-war-plugin from version 2.1 to version 2.4.