AWS AmazonRDS documentation change
Summary
Changed JDBC port format from %d to %s in connection string.
Security assessment
Syntax correction in JDBC example. No security implications as it doesn't affect encryption or authentication.
Diff
diff --git a/AmazonRDS/latest/UserGuide/ssl-certificate-rotation-oracle.md b/AmazonRDS/latest/UserGuide/ssl-certificate-rotation-oracle.md index 81ef2ed87..47be45d1a 100644 --- a//AmazonRDS/latest/UserGuide/ssl-certificate-rotation-oracle.md +++ b//AmazonRDS/latest/UserGuide/ssl-certificate-rotation-oracle.md @@ -123 +123 @@ The following code example shows how to set up the SSL connection using JDBC. - "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=%s)(PORT=%d))(CONNECT_DATA=(SID=%s)))", + "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=%s)(PORT=%s))(CONNECT_DATA=(SID=%s)))",