[jira] [Updated] (FOP-2693) [PATCH] fop-pdf-images, document cache may return closed document

2017-02-27 Thread Eric Lim (JIRA)

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

Eric Lim updated FOP-2693:
--
Attachment: pdfdoc_cache_removed.patch

Updated patch to removed documentCacheMap

> [PATCH] fop-pdf-images, document cache may return closed document
> -
>
> Key: FOP-2693
> URL: https://issues.apache.org/jira/browse/FOP-2693
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: trunk, 2.1
>Reporter: Eric Lim
> Attachments: pdfdoc_cache.patch, pdfdoc_cache_removed.patch
>
>
> org.apache.fop.render.pdf.pdfbox.PreloaderPDF caches PDF document.  This 
> document can get closed by org.apache.fop.render.pdf.pdfbox.ImagePDF.
> See attached patch for reproduction steps.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (FOP-2570) [PATCH] Misplaced border of spanned table cells in RTL WM context

2017-02-27 Thread Matthias Reischenbacher (JIRA)

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

Matthias Reischenbacher updated FOP-2570:
-
Attachment: rl-table-border-issue-fixed.pdf

> [PATCH] Misplaced border of spanned table cells in RTL WM context
> -
>
> Key: FOP-2570
> URL: https://issues.apache.org/jira/browse/FOP-2570
> Project: FOP
>  Issue Type: Bug
>  Components: layout/unqualified
>Reporter: Matthias Reischenbacher
>Assignee: Matthias Reischenbacher
> Attachments: fop-2570.patch, rl-table-border-issue-fixed.pdf, 
> rl-table-border-issue.pdf, rl-table-border-issue.xml
>
>
> FOP-2047 fixed table borders of spanned table cells. Since FOP-2310 some 
> borders are misplaced again.
> I'm adding a patch for a first review. I'll add additional checks in the 
> layout test case of FOP-2047 a bit later.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (FOP-2570) [PATCH] Misplaced border of spanned table cells in RTL WM context

2017-02-27 Thread Matthias Reischenbacher (JIRA)

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

Matthias Reischenbacher updated FOP-2570:
-
Attachment: rl-table-border-issue.xml
rl-table-border-issue.pdf

> [PATCH] Misplaced border of spanned table cells in RTL WM context
> -
>
> Key: FOP-2570
> URL: https://issues.apache.org/jira/browse/FOP-2570
> Project: FOP
>  Issue Type: Bug
>  Components: layout/unqualified
>Reporter: Matthias Reischenbacher
>Assignee: Matthias Reischenbacher
> Attachments: fop-2570.patch, rl-table-border-issue.pdf, 
> rl-table-border-issue.xml
>
>
> FOP-2047 fixed table borders of spanned table cells. Since FOP-2310 some 
> borders are misplaced again.
> I'm adding a patch for a first review. I'll add additional checks in the 
> layout test case of FOP-2047 a bit later.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (FOP-2693) [PATCH] fop-pdf-images, document cache may return closed document

2017-02-27 Thread simon steiner (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886346#comment-15886346
 ] 

simon steiner commented on FOP-2693:


documentCacheMap should be removed and PDDocument not cached, to avoid OOM 
issues

> [PATCH] fop-pdf-images, document cache may return closed document
> -
>
> Key: FOP-2693
> URL: https://issues.apache.org/jira/browse/FOP-2693
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: trunk, 2.1
>Reporter: Eric Lim
> Attachments: pdfdoc_cache.patch
>
>
> org.apache.fop.render.pdf.pdfbox.PreloaderPDF caches PDF document.  This 
> document can get closed by org.apache.fop.render.pdf.pdfbox.ImagePDF.
> See attached patch for reproduction steps.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (FOP-2693) [PATCH] fop-pdf-images, document cache may return closed document

2017-02-27 Thread Eric Lim (JIRA)
Eric Lim created FOP-2693:
-

 Summary: [PATCH] fop-pdf-images, document cache may return closed 
document
 Key: FOP-2693
 URL: https://issues.apache.org/jira/browse/FOP-2693
 Project: FOP
  Issue Type: Bug
  Components: renderer/pdf
Affects Versions: 2.1, trunk
Reporter: Eric Lim
 Attachments: pdfdoc_cache.patch

org.apache.fop.render.pdf.pdfbox.PreloaderPDF caches PDF document.  This 
document can get closed by org.apache.fop.render.pdf.pdfbox.ImagePDF.

See attached patch for reproduction steps.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)