博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
swfupload 上传SecurityError Error #2156
阅读量:6194 次
发布时间:2019-06-21

本文共 1211 字,大约阅读时间需要 4 分钟。

出现这个问题是因为应用程序使用了特殊端口,修改端口就可以解决。

特殊端口列表

A security change has been made in Adobe Flash Player 9.0.115.0 to block commonly reserved ports (to prevent malicious activity).

If a port number is specified at the end of a URL (such as http://www.adobe.com:80), the port will be checked against a list of commonly reserved ports.
If the port matches the following list, the network request will be rejected and a securityError event will be fired.
The following ports are considered reserved:

 

  • 1 tcpmux  
  • 7 echo  
  • 9 discard  
  • 11 systat  
  • 13 daytime  
  • 15 netstat  
  • 17 qotd  
  • 19 chargen  
  • 20 ftp data  
  • 21 ftp control  
  • 22 ssh  
  • 23 telnet  
  • 25 smtp  
  • 37 time  
  • 42 name  
  • 43 nicname  
  • 53 domain  
  • 77 priv-rjs  
  • 79 finger  
  • 87 ttylink  
  • 95 supdup  
  • 101 hostriame  
  • 102 iso-tsap  
  • 103 gppitnp  
  • 104 acr-nema  
  • 109 POP2  
  • 110 POP3  
  • 111 sunrpc  
  • 113 auth  
  • 115 sftp  
  • 117 uucp-path  
  • 119 NNTP  
  • 123 NTP  
  • 135 loc-srv / epmap  
  • 139 netbios  
  • 143 IMAP2  
  • 179 BGP  
  • 389 LDAP  
  • 465 SMTP+SSL  
  • 512 print / exec  
  • 513 login  
  • 514 shell  
  • 515 printer  
  • 526 tempo  
  • 530 courier  
  • 531 chat  
  • 532 netnews  
  • 540 uucp  
  • 556 remotefs  
  • 563 NNTP+SSL  
  • 587 submission  
  • 601 syslog  
  • 636 LDAP+SSL  
  • 993 IMAP+SSL  
  • 995 POP3+SSL  
  • 2049 nfs  
  • 4045 lockd  
  • 6000 X11  
  • 本文转自齐师傅博客园博客,原文链接:http://www.cnblogs.com/youring2/archive/2012/07/13/2590008.html,如需转载请自行联系原作者
你可能感兴趣的文章
Firefox常用插件
查看>>
我的友情链接
查看>>
awk基本用法
查看>>
codeigniter 3.X使用redis
查看>>
Tomcat搭建
查看>>
Kali安装leviathan-大规模审计工具包
查看>>
MySQL 主从复制 + MySQL Router 部署测试
查看>>
如何在win7里搭建***服务
查看>>
Oracle 启动关闭
查看>>
医疗信息化、医学、医院管理资料下载
查看>>
centos更换yum源
查看>>
或许这就是我们的生活【我与51CTO一“七”成长】
查看>>
hadoop动态添加datanode启动失败的经验
查看>>
活动目录(AD DS)域改名
查看>>
MySQL安装
查看>>
奋斗誓言
查看>>
oracle11g修改字符集的问题
查看>>
如何降低头文件的依赖
查看>>
Spring Cloud Config Client 超时与重试
查看>>
Java学习笔记(2)
查看>>