camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.05k stars 1.53k forks source link

End-of-life banner triggers CORS policy #4239

Closed danielkelemen closed 3 months ago

danielkelemen commented 3 months ago

Environment (Required on creation)

7.21.0-alpha5 (rc)

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

End-of-life banner link has a target="_blank" attribute that triggers the CORS policy and doesn't allow opening the actual link.

Steps to reproduce (Required on creation)

  1. Take a CE 7.21.0-alpha5 distro or snapshot build that already contains the feature.
  2. Click on the banner link.

Observed Behavior (Required on creation)

Forum link isn't opened and CORS error is shown.

Expected behavior (Required on creation)

Forum link opens.

Root Cause (Required on prioritization)

Solution Ideas

Remove target="_blank".

Hints

Links

Breakdown

### Pull Requests
- [ ] https://github.com/camunda/camunda-bpm-platform/pull/4240

Dev2QA handover