Skip to content

[v2] Metadatenschema: finkPostfachRef-RegEx erlaubt Übergabe eines leeren Strings

Description of the bug

Die Definition im Metadatenschema erlaubt für FINK die Aangabe eines Leerstrings als finkPostfachRef, ist dies beabsichtigt oder ein Bug?

Current behavior:

Im Aktuellen Metadatenschema ist ein Leerstring durch die RexEX ^[-._a-z0-9~/]*$ für finkPostfachRef zulässig und im Code wird nur geprüft, ob die Länge nicht größer als 150 Zeichen ist.

Expected behavior:

Die RegEx sollte definieren, dass die finkPostfachRef nicht leer ist

Environments:

Additional Information:

Dependency / relationship to other issues:

Responsible person / team:

Contact persons including contact details:

Screenshots / Logs / Requests:

Akzeptanzkrieterien

  • Es muss bei finkPostfachRef mindestens ein Zeichen angegeben werden: Match pattern: ^[-._a-z0-9~/]+$

Checklist:

  • Add Severity label
  • Add Team label
  • Related/affected issues/stories/epics linked and explained in the bug issue
  • Creation of an automated test
  • Bugfix deployed on DEV
  • Bugfix tested on DEV
  • Bugfix deployed on TEST
  • Bugfix tested on TEST (possibly also by the connection project itself)
  • Successful fix reported to Team Operations (Teams channel)
  • Bugfix deployed on STAGE
  • Bugfix tested on STAGE if necessary
  • Bugfix deployed on PROD
  • Bugfix tested on PROD (possibly also by the connection project itself)
  • Final communication by Team Operations if necessary
  • Internal documentation was checked and updated if necessary
  • External documentation has been checked and updated if necessary
  • Updated changelog if necessary

Approach/Solution:

Release version of the artifact:

Edited by Fabian Sudau