Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Novice
Description
The random function takes one or two numbers as min/max range. But if you specify a space such as random(1, 10) then you get a NFE exception. We should add a trim() in the code so it trims spaces.