Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

Testing banner

Deployment Rule Set seems to require Port numbers?

1926390May 10 2017 — edited May 10 2017

To reduce the issue to it's simplest form- If my DeploymentRuleSet.jar contains the following rule

  <rule>
    <id location="*.com" />
    <action permission="run" />
</rule>


All RIA's hosted on a .COM domain should be allowed to run- According to the documentation, regardless of port number.

We are still seeing this being blocked-


"Location: https://www.example.com:443
The deployment rule set has prevented this app from running"

This happens on a few different RIA's, all of which use a port number. The port number is not always a common one- Some use custom ports.

According to the documentation, "If Provided, the port numbers must match exactly". As I'm not providing Port Numbers in this Rule Set, my expectation is that it should work for any port.

Comments
Post Details
Added on May 10 2017
0 comments
121 views