fix comment

This commit is contained in:
Looly 2022-04-02 00:32:08 +08:00
parent dedb7de162
commit 4d2e7bc755
3 changed files with 3 additions and 3 deletions

View File

@ -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"));

View File

@ -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

View File

@ -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
}
}
}