AWS elasticbeanstalk documentation change
Summary
Added documentation about accessing environment variables via System.getenv in Tomcat platform
Security assessment
The change describes environment variable access methods but doesn't address vulnerabilities or security controls. It's a feature documentation update.
Diff
diff --git a/elasticbeanstalk/latest/relnotes/release-2025-03-28-al2.md b/elasticbeanstalk/latest/relnotes/release-2025-03-28-al2.md index 348928fcc..8308f496f 100644 --- a//elasticbeanstalk/latest/relnotes/release-2025-03-28-al2.md +++ b//elasticbeanstalk/latest/relnotes/release-2025-03-28-al2.md @@ -44,0 +45 @@ The following table lists the changes included in this release. +**Tomcat** | Starting with this release, you can also use `System.getenv` to access plaintext environment variables. You can continue to use `System.getProperty` to access plaintext environment variables. See [Using the Elastic Beanstalk Tomcat platform](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/java-tomcat-platform.html) for more information.