You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2021/12/01 07:15:44 UTC

[Bug 65436] Wrong behavior observed when modifiying a custom property in an MS Word 2003 .doc file (Using POI 4.0.1) after the same custom property was earlier modified using POI 3.15

https://bz.apache.org/bugzilla/show_bug.cgi?id=65436

--- Comment #8 from pankajs <pa...@opentext.com> ---
Hi PJ Fanning,
Thanks for looking into this. 

1. I have seen the code that you are refferring to and it is exactly how I am
also tyring to edit a custom property.
2. The issue is very much reproducible with POI 5.0.0
3. If you can share me an email Id. I can send you my Maven project using which
you can do the below steps. 

4. Steps to reproduce
     a. Create a new .doc (Word 97-2003 Document (*.doc))
     b. Save it
     c. Create a custom property 'r_version_label' and give value 0.1
     d. Use the standalone java program using POI 3.15 and set the value of the
custom property 'r_version_label' to 0.3. 
     e. Open the word file and check the value of custom property. It will be
showing correctly as 0.3
     f. Then use the standalone java program using POI 5.0.0 and set the value
of the custom property 'r_version_label' to 0.5. 
     g. Open the word file and check the value of the custom property. It will
be showing WRONG value as 0. 


Thanks in Advance
Pankaj

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