[ 
https://issues.apache.org/jira/browse/XERCESJ-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Costanzo updated XERCESJ-1611:
------------------------------------
    Fix Version/s: 2.12.0

> XIncludeTextReader doesn't handle null Content Types properly
> -------------------------------------------------------------
>
>                 Key: XERCESJ-1611
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1611
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: XInclude 1.0
>    Affects Versions: 2.11.0
>            Reporter: Steven Buberl
>            Assignee: Michael Glavassevich
>             Fix For: 2.12.0
>
>
> In XIncludeTextReader.getReader(), its gets the rawContentType for the URL 
> connection (line 152) which is returning null in my environment.  I'm running 
> tests in an OSGI environment parsing an XML document that xincludes multiple 
> small plain text files that are stored inside bundles.  I guess this is the 
> reason why the ContentType is coming back as null  (And it works fine when 
> files are on filesystem.)  But URLConnection is allowed to return nulls from 
> getContentType() so XIncludeTextReader should be able to handle it regardless.
> XIncludeTextReader checks if it's null correctly on line 155, but starting at 
> line 184, it assumes rawContentType is not null and line 184 throws a 
> NullPointerException.
> Older versions were affected by this too but still an issue with latest 
> release and looks as in current trunk



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to