[
https://issues.apache.org/jira/browse/PDFBOX-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tilman Hausherr updated PDFBOX-3500:
------------------------------------
Description:
As reported by Simon Gaeremynck in the user mailing list with attached file.
{code}
[3] Stack trace:
[error] at org.apache.pdfbox.cos.COSFloat.<init>(COSFloat.java:81)
[error] at org.apache.pdfbox.cos.COSNumber.get(COSNumber.java:115)
[error] at
org.apache.pdfbox.pdfparser.BaseParser.parseDirObject(BaseParser.java:939)
{code}
His proposed change in COSFloat
{code}
- if (aFloat.matches("^0\\.0+\\-\\d+"))
+ if (aFloat.matches("^0\\.0*\\-\\d+"))
{code}
I'll commit it after running regression tests.
was:
As reported by Simon Gaeremynck in the user mailing list with attached file.
His proposed change in COSFloat
{code}
- if (aFloat.matches("^0\\.0+\\-\\d+"))
+ if (aFloat.matches("^0\\.0*\\-\\d+"))
{code}
I'll commit it after running regression tests.
> Error expected floating point number actual='0.-262'
> ----------------------------------------------------
>
> Key: PDFBOX-3500
> URL: https://issues.apache.org/jira/browse/PDFBOX-3500
> Project: PDFBox
> Issue Type: Bug
> Components: Parsing
> Affects Versions: 1.8.12, 1.8.13, 2.0.3, 2.1.0
> Reporter: Tilman Hausherr
> Fix For: 1.8.13, 2.0.4, 2.1.0
>
> Attachments: PDFBOX-3500.pdf
>
>
> As reported by Simon Gaeremynck in the user mailing list with attached file.
> {code}
> [3] Stack trace:
> [error] at org.apache.pdfbox.cos.COSFloat.<init>(COSFloat.java:81)
> [error] at org.apache.pdfbox.cos.COSNumber.get(COSNumber.java:115)
> [error] at
> org.apache.pdfbox.pdfparser.BaseParser.parseDirObject(BaseParser.java:939)
> {code}
> His proposed change in COSFloat
> {code}
> - if (aFloat.matches("^0\\.0+\\-\\d+"))
> + if (aFloat.matches("^0\\.0*\\-\\d+"))
> {code}
> I'll commit it after running regression tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]