Why is Java 7 requesting network permissions for a signed application?

前端 未结 1 328
遇见更好的自我
遇见更好的自我 2020-12-17 21:11

Since Java 7 Update 5 my Java Web Start application is requesting the permission to establish connections. The application is signed with a valid certificate.

A popu

相关标签:
1条回答
  • 2020-12-17 21:48

    We're running into this as well combined with the security popup sometimes causing a deadlock. (due to other webstart bugs). This is most likely due to the 'fix' for 7177094 in 7u5 from the release notes. I tried to but this comment on your bug # 7177349, but comments on it were not available.

    0 讨论(0)
提交回复
热议问题