Skip to content

Incorrect Handling of JobIDs: Non-Integer and/or Exceeding Maximum Value

Working JobIDs:

  • 1234567a
  • 1234567-

Not Working JobIDs:

  • a1234567a
  • -1234567a
  • _1234567a
  • 1234567a_ (wird)

Also: Incorrect handling of JobIDs that exceed the last generated JobID (i.e., the maximum value). This results in unexpected behavior when such JobIDs are processed.