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

--- Comment #5 from Sebastien Schneider <[email protected]> ---
I just reviewed the ooxml spec from the document ISO_IEC_29500-2_2012.pdf, the
ContentType format is specified in 9.1.2 by referencing the RFC2616, paragraph
3.7. The format of the media-type defined by ContentType is as follows:
media-type = type "/" subtype *( ";" parameter )
where parameter is expressed as
attribute "=" value

Now needs to complete unit test and enable the corresponding code in
ContentType.java parsing implementation.

Sebastien.


(In reply to Nick Burch from comment #3)
> In r1487657 I have added your unit test, and stubbed out the unit tests
> we'll need
> 
> The next step is to review the ooxml spec, then write the unit tests for
> valid parameters based on the stubbed out bits
> 
> Finally, we can then try to enable the parameter logic
> 
> If you have some time to have on part #2, that'd be great!

-- 
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