Turning Apache Struts' development mode configuration on while deploying applications to production environments can lead to remote code execution.
+ +An application should disable the development mode at the time of deployment.
+ +The following example shows a `struts.xml` file with `struts.devmode` enabled.
+ +This can be easily corrected by setting the value of the `struts.devmode` parameter to false.
+ +