Bug 53154 - Wrong implementation of MessageSubmissionChunk.readValue(InputStream)
Summary: Wrong implementation of MessageSubmissionChunk.readValue(InputStream)
Status: RESOLVED LATER
Alias: None
Product: POI
Classification: Unclassified
Component: HSMF (show other bugs)
Version: 3.8-FINAL
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-27 13:08 UTC by robok
Modified: 2016-04-10 18:22 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description robok 2012-04-27 13:08:23 UTC
Format of the part is l=<id>-<date>-<number> (as it is written in comment), but algorithm fail to parse date correctly when <id> contains '-' character. In our case the part looks like: "SERVER-SBS-120426125432Z-255".
Comment 1 Nick Burch 2012-04-27 13:35:51 UTC
Any chance you could create/share a small test file that shows up the problem? We can then use it to test the fix, and to ensure it doesn't get broken again in the future
Comment 2 Dominik Stadler 2015-03-22 20:32:24 UTC
No test-file available since a long time, therefore hard to reproduce and fix this currently. Please reopen with a sample file if this is still an issue for you.
Comment 3 Adrian Conlon 2016-04-10 18:22:48 UTC
This can be marked as a duplicate of bug 57744.

Apologies for not noticing the connection when I opened #57744...