Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-13499

The CMMN getting started guide URLs redirect to themselves

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.16.0, 7.16.0-alpha2
    • None
    • documentation
    • None

      Environment (Required on creation):

      • Docs

      Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):

      • For the old CMMN links we have infinite redirects to themselves; the brother puts a stop to it after ~20 redirects
      • Google reports this as a problem for search and it might hurt our Google score

      Steps to reproduce (Required on creation):

      Observed Behavior (Required on creation):

      Expected behavior (Required on creation):

      Root Cause (Required on prioritization):

      Solution Ideas (Optional):

      • Check the Apache redirects in docs-static

      Hints (Optional):

        This is the controller panel for Smart Panels app

            [CAM-13499] The CMMN getting started guide URLs redirect to themselves

            Thorben Lindhauer created issue -
            Thorben Lindhauer made changes -
            Status Original: Open [ 1 ] New: In Progress [ 3 ]
            Thorben Lindhauer made changes -
            Description Original: h4. Environment (Required on creation):

            * Docs

            h4. Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):

            * For the old CMMN links we have infinite redirects to themselves; the brother puts a stop to it after ~20 redirects
            * Google reports this as a problem for search and it might hurt our Google score

            h4. Steps to reproduce (Required on creation):

            * Navigate to https://docs.camunda.org/get-started/cmmn11/

            h4. Observed Behavior (Required on creation):

            * Status code 307:
            * Header Location: https://docs.camunda.org/get-started/cmmn11/

            h4. Expected behavior (Required on creation):

            * The page does not redirect redirect to itself, instead it either returns a 404, redirects to https://docs.camunda.org/get-started/ or https://docs.camunda.org/manual/latest/reference/cmmn11/

            h4. Root Cause (Required on prioritization):

            * Probably introduced with CAM-13253

            h4. Solution Ideas (Optional):

            * Check the Apache redirects in docs-static

            h4. Hints (Optional):


            New: h4. Environment (Required on creation):

            * Docs

            h4. Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):

            * For the old CMMN links we have infinite redirects to themselves; the brother puts a stop to it after ~20 redirects
            * Google reports this as a problem for search and it might hurt our Google score

            h4. Steps to reproduce (Required on creation):

            * Navigate to https://docs.camunda.org/get-started/cmmn11/

            h4. Observed Behavior (Required on creation):

            * Status code 307:
            * Header Location: https://docs.camunda.org/get-started/cmmn11/

            h4. Expected behavior (Required on creation):

            * The page does not redirect redirect to itself, instead it either returns a 404, redirects to https://docs.camunda.org/get-started/ or https://docs.camunda.org/manual/latest/reference/cmmn11/

            h4. Root Cause (Required on prioritization):

            * Probably introduced with CAM-13253
            * The infinite redirect is caused by the redirects for old cmmn versions, implemented in https://github.com/camunda/camunda-docs-static/blob/d497e7f86954f2d1d32e0624a1dd5b4115c0b6fc/config/live/.htaccess#L109-L111. They redirect to /get-started/cmmn11, however, with the absence of the cmmn11 directory the rule applies to its own redirect again

            h4. Solution Ideas (Optional):

            * Check the Apache redirects in docs-static

            h4. Hints (Optional):


            Thorben Lindhauer made changes -
            Mentioned Roles
            Thorben Lindhauer made changes -
            Mentioned Groups
            Thorben Lindhauer made changes -
            Mentioned Roles
            Thorben Lindhauer made changes -
            Mentioned Groups
            Thorben Lindhauer made changes -
            Mentioned Roles
            Thorben Lindhauer made changes -
            Mentioned Groups
            Thorben Lindhauer made changes -
            Assignee Original: Thorben Lindhauer [ thorben.lindhauer ] New: Martin Stamm [ martin.stamm ]
            Resolution New: Fixed [ 1 ]
            Reviewer New: Martin Stamm [ martin.stamm ]
            Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
            Remaining Estimate New: 0 minutes [ 0 ]
            Original Estimate New: 0 minutes [ 0 ]
            Thorben Lindhauer made changes -
            Description Original: h4. Environment (Required on creation):

            * Docs

            h4. Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):

            * For the old CMMN links we have infinite redirects to themselves; the brother puts a stop to it after ~20 redirects
            * Google reports this as a problem for search and it might hurt our Google score

            h4. Steps to reproduce (Required on creation):

            * Navigate to https://docs.camunda.org/get-started/cmmn11/

            h4. Observed Behavior (Required on creation):

            * Status code 307:
            * Header Location: https://docs.camunda.org/get-started/cmmn11/

            h4. Expected behavior (Required on creation):

            * The page does not redirect redirect to itself, instead it either returns a 404, redirects to https://docs.camunda.org/get-started/ or https://docs.camunda.org/manual/latest/reference/cmmn11/

            h4. Root Cause (Required on prioritization):

            * Probably introduced with CAM-13253
            * The infinite redirect is caused by the redirects for old cmmn versions, implemented in https://github.com/camunda/camunda-docs-static/blob/d497e7f86954f2d1d32e0624a1dd5b4115c0b6fc/config/live/.htaccess#L109-L111. They redirect to /get-started/cmmn11, however, with the absence of the cmmn11 directory the rule applies to its own redirect again

            h4. Solution Ideas (Optional):

            * Check the Apache redirects in docs-static

            h4. Hints (Optional):


            New: h4. Environment (Required on creation):

            * Docs

            h4. Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):

            * For the old CMMN links we have infinite redirects to themselves; the brother puts a stop to it after ~20 redirects
            * Google reports this as a problem for search and it might hurt our Google score

            h4. Steps to reproduce (Required on creation):

            * Navigate to https://docs.camunda.org/get-started/cmmn11/

            h4. Observed Behavior (Required on creation):

            * Status code 307: Temporary Redirect
            * Header Location: https://docs.camunda.org/get-started/cmmn11/

            h4. Expected behavior (Required on creation):

            * The page does not redirect redirect to itself, instead it either returns a 404, redirects to https://docs.camunda.org/get-started/ or https://docs.camunda.org/manual/latest/reference/cmmn11/

            h4. Root Cause (Required on prioritization):

            * Probably introduced with CAM-13253
            * The infinite redirect is caused by the redirects for old cmmn versions, implemented in https://github.com/camunda/camunda-docs-static/blob/d497e7f86954f2d1d32e0624a1dd5b4115c0b6fc/config/live/.htaccess#L109-L111. They redirect to /get-started/cmmn11, however, with the absence of the cmmn11 directory the rule applies to its own redirect again

            h4. Solution Ideas (Optional):

            * Check the Apache redirects in docs-static

            h4. Hints (Optional):


            Thorben Lindhauer made changes -
            Mentioned Roles
            Thorben Lindhauer made changes -
            Mentioned Groups

              thorben.lindhauer Thorben Lindhauer
              thorben.lindhauer Thorben Lindhauer
              Thorben Lindhauer Thorben Lindhauer
              Martin Stamm Martin Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: