Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

In case of different FQDNOrigin(protocol, host, port) between JIRA and Alfresco, our plugin does not connect to Alfresco appropriately due to 'Same Origin Policy', therefore JIRA and Alfresco should be connected by same FQDNOrigin from web browser.

However, 'Construction pattern of the different FQDN' prevents the policy and enables to connect correctly.

Construction pattern of the same FQDN

If 「JIRA」 user can access to 「Alfreso one」 with the URL of the same FQDN by Web Browser as shown below..

Match Same Origin Policy

If the Origin (protocol, host, port) of the URL of "JIRA" and "Alfresco one" accessed by the user matches, You can access it as it is.

  • JIRA
    • https://aaa.com:80/jira
  • Alfresco one
    • https://aaa.com:80/share
    • https://aaa.com:80/alfresco
ConnectionIn settingsthis 「Alfrescocase, connectorthe forConnection JIRA」 will be specified the URL Setting of the"Alfresco sameconnector FQDN asfor theJIRA" JIRAis as shown belowfollows.

Construction pattern of the different FQDN 

If 「JIRA」 user can not access to 「Alfreso one」 with the URL of the same FQDN by Web Browser as shown below...

Does not Match Same Origin Policy 

If Origin (protocol, host, port) of the URL of "JIRA" or "Alfresco one" accessed by the user does not match, it can not be accessed as it is.

  • JIRA
    • https://ccc.com:80/jira
  • Alfresco one
    • https://bbb.com:80/share
    • https://bbb.com:80/alfresco
ConnectionIn settingsthis 「Alfrescocase, connectorthe forConnection JIRA」 will be specified the URL Setting of the"Alfresco differentconnector FQDN asfor theJIRA" JIRAis as shown belowfollows.

But, the following 2 conditions must be.

...