Skip to content

Commit 368652d

Browse files
committed
[secure] Use more secure https instead of http
1 parent a9b1a36 commit 368652d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/apache/ibatis/datasource/unpooled/UnpooledDataSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ private synchronized void initializeDriver() throws SQLException {
236236
driverType = Resources.classForName(driver);
237237
}
238238
// DriverManager requires the driver to be loaded via the system ClassLoader.
239-
// http://www.kfu.com/~nsayer/Java/dyn-jdbc.html
239+
// https://www.kfu.com/~nsayer/Java/dyn-jdbc.html
240240
Driver driverInstance = (Driver) driverType.getDeclaredConstructor().newInstance();
241241
DriverManager.registerDriver(new DriverProxy(driverInstance));
242242
registeredDrivers.put(driver, driverInstance);

src/site/es/resources/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/*
1717
* when new flags are needed, take them from
1818
*
19-
* http://www.printableworldflags.com/flag-icon
19+
* https://www.printableworldflags.com/flag-icon
2020
*
2121
* that are free for any kind of usage
2222
*/

0 commit comments

Comments
 (0)