Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.1.0
-
None
-
None
-
Unknown
Description
This could be related to CAMEL-14284.
If you try to set the font or pageSize options on a PDF endpoint then you get an NPE. E.g
pdf:create?fontSize=6&pageSize=PAGE_SIZE_A5&font=courier
Probably due to PdfEndpointConfigurer expecting the type to be either PDFont or PDRectangle when its actually trying to deal with a String.
Attachments
Issue Links
- links to