Warning: using resources from remote locations

The public knowledge pool and discussion forum of the OWS community. Do not post confidential information here!
gusingh
Posts: 3
Joined: 30 Mar 2022, 16:34

Warning: using resources from remote locations

Post by gusingh »

Hi! I have a cgi script that lives in a folder in my server(https://tpc.com/cgi-bin/). This cgi script will update the jnlp file and then send it in the stdout. Then the jnlp is called with openwebstart, like javaws https://tpc.com/cgi-bin/test.cgi. This shows a warning saying that the application is trying to load resources from remote location. I followed this ticket https://bugzilla.redhat.com/show_bug.cgi?id=1286466 and added Caller-Allowable-Codebase: * to my jar manifests. But this only changes the message of the warning and does not remove it.

The warning will not appear again if I click the "remember this option" button but I would like to remove it completely. Is there any way to remove this warning?

Thanks!


Post Reply