Java 7u45安全警告:允许从这个web站点访问以下应用程序吗?

时间:2021-01-14 05:03:15

How can I cancel following warning?

如何取消以下警告?

Allow access to the following application from this web site?:

允许从本网站访问以下应用程序?

Screenshot: http://i.imgur.com/sXN5mLZ.jpg

截图:http://i.imgur.com/sXN5mLZ.jpg

3 个解决方案

#1


1  

I also spent few days finding a solution for this problem as well. And finally today hoping that this resolves our problem as we are still waiting for our applets to be signed by our client.

我也花了几天时间寻找这个问题的解决方案。最后,希望这能解决我们的问题,因为我们还在等待我们的客户签署我们的applet。

For our case the solution that works based on our internal testing is to remove the Trusted-Library attribute from MANIFEST.

对于我们的情况,基于内部测试的解决方案是从MANIFEST中删除Trusted-Library属性。

You may follow this link

你可以点击这个链接

JAR File Manifest Attributes for Security

用于安全性的JAR文件清单属性

#2


1  

The issue that you are facing is described here. The solution, assuming that you are serving the applet from a known location, is to specify the Caller-Allowable-Codebase attribute in your manifest.

这里描述了您所面临的问题。假设您是从一个已知位置为applet服务,解决方案是在清单中指定调用者允许的代码基属性。

According to the documentation, if you are not doing live connect from a known location, then you should be able to specify Caller-Allowable-Codebase: *.

根据文档,如果不从已知位置进行live connect,那么应该能够指定调用者允许的代码基:*。

#3


0  

As a developer you can not let this warning to not appear because of security reasons.
j7u51 prediction
Java 7u45安全警告:允许从这个web站点访问以下应用程序吗?

作为开发人员,您不能因为安全原因而不让这个警告出现。j7u51预测

#1


1  

I also spent few days finding a solution for this problem as well. And finally today hoping that this resolves our problem as we are still waiting for our applets to be signed by our client.

我也花了几天时间寻找这个问题的解决方案。最后,希望这能解决我们的问题,因为我们还在等待我们的客户签署我们的applet。

For our case the solution that works based on our internal testing is to remove the Trusted-Library attribute from MANIFEST.

对于我们的情况,基于内部测试的解决方案是从MANIFEST中删除Trusted-Library属性。

You may follow this link

你可以点击这个链接

JAR File Manifest Attributes for Security

用于安全性的JAR文件清单属性

#2


1  

The issue that you are facing is described here. The solution, assuming that you are serving the applet from a known location, is to specify the Caller-Allowable-Codebase attribute in your manifest.

这里描述了您所面临的问题。假设您是从一个已知位置为applet服务,解决方案是在清单中指定调用者允许的代码基属性。

According to the documentation, if you are not doing live connect from a known location, then you should be able to specify Caller-Allowable-Codebase: *.

根据文档,如果不从已知位置进行live connect,那么应该能够指定调用者允许的代码基:*。

#3


0  

As a developer you can not let this warning to not appear because of security reasons.
j7u51 prediction
Java 7u45安全警告:允许从这个web站点访问以下应用程序吗?

作为开发人员,您不能因为安全原因而不让这个警告出现。j7u51预测