CronSequenceGenerator constructor goes into infinite loop with invalid increments [SPR-12871] #17469
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Edward opened SPR-12871 and commented
The constructor for the
org.springframework.scheduling.support.CronSequenceGenerator
will go into an infinite loop if one of the fields is of the formn/0
For example
I guess that either the
/0
should be ignored, or it should throw an IllegalArgumentExceptionAffects: 3.2.13, 4.1.6
Issue Links:
Referenced from: commits ceb17fc, b5a56ca, 50f4977
Backported to: 3.2.14
The text was updated successfully, but these errors were encountered: