[ 
https://issues.apache.org/jira/browse/SMXCOMP-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Sweidan updated SMXCOMP-1093:
----------------------------------
    Description: 
Hello, Team!

I found that in the latest version of  this package on 

https://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.quartz/2.3.2_1,
 

the CronExpression.isValidExpression() function identifies some cron 
expressions as valid (returns true), like:


{code:java}
0/3 * * * * ?ö
0/3 * * * * ?)
0/3 * * * * ?2
0/3 *0 *0 9* *0 ?
{code}


etc. etc.

Can you please fix this?

  was:
Hello, Team!

I found that in the latest version of  this package on 

https://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.quartz/2.3.2_1,
 

the CronExpression.isValidExpression() function identifies some cron 
expressions as valid (returns true), like:

0/3 * * * * ?ö
0/3 * * * * ?)
0/3 * * * * ?2
0/3 *0 *0 9* *0 ?

etc. etc.

Can you please fix this?


> CronExpression.isValidExpression() identifies invalid CronExpression as valid
> -----------------------------------------------------------------------------
>
>                 Key: SMXCOMP-1093
>                 URL: https://issues.apache.org/jira/browse/SMXCOMP-1093
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-quartz
>            Reporter: Omar Sweidan
>            Priority: Major
>
> Hello, Team!
> I found that in the latest version of  this package on 
> https://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.quartz/2.3.2_1,
>  
> the CronExpression.isValidExpression() function identifies some cron 
> expressions as valid (returns true), like:
> {code:java}
> 0/3 * * * * ?ö
> 0/3 * * * * ?)
> 0/3 * * * * ?2
> 0/3 *0 *0 9* *0 ?
> {code}
> etc. etc.
> Can you please fix this?



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to