修复漏洞(对报错信息进行自定义,避免泄露系统敏感信息)

This commit is contained in:
sh
2026-04-29 17:12:04 +08:00
parent 6b7d16c400
commit 106c1a0b6f
7 changed files with 58 additions and 8 deletions

View File

@@ -229,7 +229,7 @@ public class StringUtil {
* @param request
* @return
*/
private static String getProxyServer(HttpServletRequest request) {
public static String getProxyServer(HttpServletRequest request) {
if (request == null) {
return null;
}