Bug 6974 - Static buffer in UCSReader not thread safe.
Summary: Static buffer in UCSReader not thread safe.
Status: NEW
Alias: None
Product: Xerces-J
Classification: Unclassified
Component: SAX (show other bugs)
Version: 1.4.4
Hardware: PC All
: P3 critical
Target Milestone: ---
Assignee: Xerces-J Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-08 06:23 UTC by Tom Stockdale
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Stockdale 2002-03-08 06:23:57 UTC
Access to this buffer is not synchronized, but then why is it static?  

   private static char[] fCharacters = new char[256]