-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
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):
- Navigate to https://docs.camunda.org/get-started/cmmn11/
Observed Behavior (Required on creation):
- Status code 307: Temporary Redirect
- Header Location: https://docs.camunda.org/get-started/cmmn11/
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/
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
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
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
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 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 * 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): |
Mentioned Roles |
Mentioned Groups |
Mentioned Roles |
Mentioned Groups |
Mentioned Roles |
Mentioned Groups |
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 ] |
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 * 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 * 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): |
Mentioned Roles |
Mentioned Groups |