You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2003/08/13 13:55:13 UTC

DO NOT REPLY [Bug 22379] - XMLReader.parse() throws NullPointerException when base file name has not the same capitalization

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22379>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22379

XMLReader.parse() throws NullPointerException when base file name has not the same capitalization

mhilpert@gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Other                       |High



------- Additional Comments From mhilpert@gmx.de  2003-08-13 11:55 -------
i performed several tests and the problem seesm to be that 
the Reader always throws a NullPointerException, if the base 
file name of the File object that is used for the InputStream 
has not all capitalized letters. so, the capitalization of the
file
on the file system is not important. but the capitalization of 
the Java File object:

tests: fileName on filesystem + fileName of File object => 
result :

rvt_0306.xml + rvt_0305.xml => NullPointerExcption
RVT_0306.xml + rvt_0305.xml => NullPointerExcption
rvt_0306.xml + RVT_0305.xml => o.k. (no Exception)
RVT_0306.xml + RVT_0305.xml => o.k. (no Exception)

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org