https://issues.apache.org/bugzilla/show_bug.cgi?id=46577


Yegor Kozlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Yegor Kozlov <[email protected]>  2009-04-20 10:47:59 PST ---
I don't see a bug here.

Firstly, both attached files contain absolute references to external resources,
for example, 2007_Calendar.docx contains this one:
  <Relationship Id="rId1"
Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/attachedTemplate";
Target="file:///C:\Documents%20and%20Settings\Keith%20C.%20Brown\Application%20Data\Microsoft\Templates\2007%20calendar.dotx"
TargetMode="External"/>

POI can only process embedded OPC resources.

Secondly, these absolute references are invalid as they contain back slashes
while only forward slashes are allowed. POI strictly follows the OPC spec and
issues a warning. This is expected behavior.

Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to