[Bug 66436] Invalid handling of padding causes issues when decrypting encrypted data

2023-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66436 --- Comment #20 from Tom Xin <766781...@qq.com> --- (In reply to Dominik Stadler from comment #19) > This is hopefully now fixed via r1907444 > > The code seems to not have taken into account that ciphers work on data in > 16-byte-chunks and so

Build failed in Jenkins: POI » POI-DSL-1.8 #836

2023-02-05 Thread Apache Jenkins Server
See Changes: [Dominik Stadler] Do not fail if an empty password is provided [Dominik Stadler] Avoid a file-handle leak in tests [Dominik Stadler] Bug 66436: Fix invalid handling of padded encrypted bytes

[GitHub] [poi] pjfanning commented on pull request #425: Catch `Throwable` when using the AWT classes

2023-02-05 Thread via GitHub
pjfanning commented on PR #425: URL: https://github.com/apache/poi/pull/425#issuecomment-1418267841 I reverted the bulk of my recent changes with https://github.com/apache/poi/commit/43551babf1cf628aa184a2f9445412815781dc9e - the new code still treats UnsatisfiedLinkError as meaning AWT is

[Bug 66436] Invalid handling of padding causes issues when decrypting encrypted data

2023-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66436 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 66436] Invalid handling of padding causes issues when decrypting encrypted data

2023-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66436 Dominik Stadler changed: What|Removed |Added Summary|After the .xlsx file is |Invalid handling of padding

[GitHub] [poi] gastaldi commented on pull request #425: Catch `Throwable` when using the AWT classes

2023-02-05 Thread via GitHub
gastaldi commented on PR #425: URL: https://github.com/apache/poi/pull/425#issuecomment-1418257194 I managed to bypass the AWT issues by replacing the methods in the classes that use it. See https://github.com/quarkiverse/quarkus-poi -- This is an automated message from the Apache

[GitHub] [poi] xzel23 commented on pull request #425: Catch `Throwable` when using the AWT classes

2023-02-05 Thread via GitHub
xzel23 commented on PR #425: URL: https://github.com/apache/poi/pull/425#issuecomment-1418247446 @pjfanning I see this as rather a GraalVM problem than a POI one. If you couldn't reproduce the problem on your Mac (the GraalVM issue has already been fixed on Windows but not on MacOS), it's p

[GitHub] [poi] pjfanning commented on pull request #425: Catch `Throwable` when using the AWT classes

2023-02-05 Thread via GitHub
pjfanning commented on PR #425: URL: https://github.com/apache/poi/pull/425#issuecomment-1418244514 @xzel23 this issue is hard to test. I ran the SXSSF tests with GraalVM on my Mac and had no issues (with and without this code change). We have no POI road map for a POI 6 release that

Build failed in Jenkins: POI » POI-DSL-no-scratchpad #135

2023-02-05 Thread Apache Jenkins Server
See Changes: [PJ Fanning] fix compile issues [PJ Fanning] [bug-65260] catch Throwable instead of error - see https://github.com/apache/poi/pull/425 [PJ Fanning] mark some variables that are used