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 FQDNDoes not Match Same Origin Policy' prevents the policy and enables to connect correctly.

Construction pattern of the same domain

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

Table of Contents

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.
  • (plus) 1. 「Alfresco connector for JIRA」- 「Connection Setup」 - 「Alfresco Alfresco Display URL」
  • (plus) 2. 「Alfresco connector for JIRA」- 「Connection Setup」 - 「Alfresco Application URL」
  • (plus) 3. 「Alfresco connector for JIRA」- 「Connection Setup」 - 「Share Display URL」

      Image Removed

      Construction pattern of the different FQDN 

      ...

      Image Added

      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 for JIRA」 will be specified the URL of the different FQDN as the JIRA as shown belowConnection Setting of "Alfresco connector for JIRA" is as follows.

      But, the following 2 conditions must be.

      ...