mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix comment
This commit is contained in:
parent
dedb7de162
commit
4d2e7bc755
@ -65,7 +65,7 @@ public class PemUtilTest {
|
||||
@Test
|
||||
@Ignore
|
||||
public void readECPrivateKeyTest2() {
|
||||
// https://gitee.com/loolly/hutool/issues/I37Z75
|
||||
// https://gitee.com/dromara/hutool/issues/I37Z75
|
||||
byte[] d = PemUtil.readPem(FileUtil.getInputStream("d:/test/keys/priv.key"));
|
||||
byte[] publicKey = PemUtil.readPem(FileUtil.getInputStream("d:/test/keys/pub.key"));
|
||||
|
||||
|
@ -296,7 +296,7 @@ public class HttpRequest extends HttpBase<HttpRequest> {
|
||||
* 它会验证 SSL 服务器在数字证书中返回的主机名是否与用于连接 SSL 服务器的 URL 主机名相匹配。如果主机名不匹配,则删除此连接。<br>
|
||||
* 因此weblogic不支持https的sni协议的主机名验证,此时需要将此值设置为sun.net.www.protocol.https.Handler对象。
|
||||
* <p>
|
||||
* 相关issue见:https://gitee.com/loolly/hutool/issues/IMD1X
|
||||
* 相关issue见:https://gitee.com/dromara/hutool/issues/IMD1X
|
||||
*
|
||||
* @param urlHandler {@link URLStreamHandler}
|
||||
* @return this
|
||||
|
@ -101,7 +101,7 @@ public class ExcelPicUtil {
|
||||
ctMarker = pic.getPreferredSize().getFrom();
|
||||
sheetIndexPicMap.put(StrUtil.format("{}_{}", ctMarker.getRow(), ctMarker.getCol()), pic.getPictureData());
|
||||
}
|
||||
// 其他类似于图表等忽略,see: https://gitee.com/loolly/hutool/issues/I38857
|
||||
// 其他类似于图表等忽略,see: https://gitee.com/dromara/hutool/issues/I38857
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user