NC65上传附件http403错误

日志如下

java.io.IOException: Server returned HTTP response code: 403 for URL: http://xxx:xx/fs/service/uapattachroot/files

ab sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
ab uap.pub.fs.client.RestFileTransfer.upload(RestFileTransfer.java:93)
ab uap.pub.fs.client.FileStorageClient.uploadFile(FileStorageClient.java:145)
ab nc.pub.filesystem.newui.AbstractAttachmentAction.saveFileToFileServer(AbstractAttachmentAction.java:189)
ab nc.pub.filesystem.newui.FileUploadExtBtnAction.castCloudFileInfoToFilveVO(FileUploadExtBtnAction.java:78)
ab nc.pub.filesystem.newui.FileUploadExtBtnAction.actionPerformed(FileUploadExtBtnAction.java:44)
ab javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
ab javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
ab javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
ab javax.swing.DefaultButtonModel.setPressed(Unknown Source)
ab javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
ab java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
ab java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
ab java.awt.Component.processMouseEvent(Unknown Source)

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
body{ background:#eff1f0; font-family: microsoft yahei; color:#969696; font-size:12px;}
.online-desc-con { text-align:center; }
.r-tip01 { color: #969696; font-size: 16px; display: block; text-align: center; width: 500px; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; margin: 0 auto 15px; }
.r-tip02 { color: #b1b0b0; font-size: 12px; display: block; margin-top: 20px; margin-bottom: 20px; }
.r-tip02 a:visited { text-decoration: underline; color: #0088CC; }
.r-tip02 a:link { text-decoration: underline; color: #0088CC; }
img { border: 0; }
</style>
<script>
void(function fuckie6(){if(location.hash && /MSIE 6/.test(navigator.userAgent) && !/jsl_sec/.test(location.href)){location.href = location.href.split('#')[0] + '&jsl_sec' + location.hash}})();
var error_403 = '您的IP( xxxxxx )?????有可疑的攻击行为,请稍后重试.';
if(error_403 == '') {
error_403 = '&#24403;&#21069;&#35775;&#38382;&#30097;&#20284;&#40657;&#23458;&#25915;&#20987;&#65292;&#24050;&#34987;&#21019;&#23431;&#30462;&#25318;&#25130;&#12290;';
}
</script>
</head>
<body>

防火墙认为这个post请求是攻击,被拦截了。

posted @ 2020-11-26 11:28  lysheng  阅读(531)  评论(1编辑  收藏  举报