[Bug 62452] Extract configuration while verifying XML signatures

2018-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62452

Andreas Beeker  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Andreas Beeker  ---
Applied via r1833477

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62452] New: Extract configuration while verifying XML signatures

2018-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62452

Bug ID: 62452
   Summary: Extract configuration while verifying XML signatures
   Product: POI
   Version: 4.0-dev
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: OPC
  Assignee: dev@poi.apache.org
  Reporter: kiwiwi...@apache.org
  Target Milestone: ---

This patch allows to extract certain signature properties after the XML
signature has been verified. The configuration is stored back in the
SignatureConfig object if the UpdateConfigOnValidate option is activated.

This allows easier validation and extraction of those properties for users.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #87: Xmlbeans 2.6.5

2018-06-13 Thread pjfanning
Github user pjfanning closed the pull request at:

https://github.com/apache/poi/pull/87


---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62451] Document last printed in the year 27321

2018-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62451

Isabelle Giguere  changed:

   What|Removed |Added

 OS|All |Windows 7
 CC||igigu...@opentext.com

--- Comment #4 from Isabelle Giguere  ---
(In reply to Isabelle Giguere from comment #3)
> File Genetic_Factors_and_the_Directionality_of.ppt, to reproduce the issue,
> is too large to attach.
> 
> Is there another way to submit this file ?

Available from https://issues.apache.org/jira/browse/TIKA-2666

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62451] Document last printed in the year 27321

2018-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62451

Isabelle Giguere  changed:

   What|Removed |Added

 OS||All

--- Comment #3 from Isabelle Giguere  ---
File Genetic_Factors_and_the_Directionality_of.ppt, to reproduce the issue, is
too large to attach.

Is there another way to submit this file ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62451] Document last printed in the year 27321

2018-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62451

--- Comment #2 from Isabelle Giguere  ---
Created attachment 35966
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35966=edit
PPT properties

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62451] Document last printed in the year 27321

2018-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62451

--- Comment #1 from Isabelle Giguere  ---
Created attachment 35965
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35965=edit
Tika Metadata

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62451] New: Document last printed in the year 27321

2018-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62451

Bug ID: 62451
   Summary: Document last printed in the year 27321
   Product: POI
   Version: 3.17-FINAL
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: HSLF
  Assignee: dev@poi.apache.org
  Reporter: igigu...@opentext.com
  Target Milestone: ---

Issue originally reported on Tika 1.17 (using POI 3.17)
https://issues.apache.org/jira/browse/TIKA-2666
Initial investigation points to POI.

*

In the attached screen shot PPT_lastPrinted_00.png, the date for last print was
set to 00:00

But when Tika, using POI 3.17, extracts metadata from this document, the last
print date is in the year 27321 !
Last-Printed: 27321-01-23T08:20:12Z
meta:print-date: 27321-01-23T08:20:12Z

Attachments:
Genetic_Factors_and_the_Directionality_of.ppt : PowerPoint 97-2003
PPT_lastPrinted_00.png : properties of the PPT
tika-app-1.17.metadata.txt : metadata extracted by Tika 1.17

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 60713] SXSSFWorkbook.write(OutputStream) close OutputStream

2018-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60713

Andreas Beeker  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #8 from Andreas Beeker  ---
This closing habbit already annoyed me several times and I've actually added a
fix via r1832746

Just have a look at [1] this closing is simply confusing.
Furthermore if you write a file backed OPC-Document to a different file, the
original file gets also modified [2].

We should really fix this for 4.0.0.


[1] https://stackoverflow.com/questions/50646538/stream-close-exception-occures
[2] https://stackoverflow.com/a/50830215/2066598

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62438] Replace org.apache.poi.openxml4j.util.Nullable with java.lang.Optional

2018-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62438

PJ Fanning  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from PJ Fanning  ---
Merged using https://svn.apache.org/viewvc?view=revision=1833459

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #111: remove nullable

2018-06-13 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/poi/pull/111


---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org