Ticket #20 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

non-ascii characters in app-config.xml

Reported by: eitan Assigned to: eitan
Priority: major Component: authentication
Version: Keywords:
Cc:

Description

see http://groups.google.com/group/jmatter/browse_thread/thread/d87354595a7611f2/#

app-config.xml unmarshalling doesn't properly decode non-ascii chars.

Change History

07/18/06 16:39:09 changed by eitan

i believe this should be fixed. com.u2d.app.Application

lines 81-82 used to unmarshal app-config.xml without regard

to character encoding. now it does:

context.setDocument(stream, null);

the null argument in the method call tells jibx that the parser should determine the proper encoding.

please test.

12/13/06 17:28:54 changed by eitan

  • status changed from new to closed.
  • resolution set to fixed.
  • component set to authentication.
  • summary changed from non-ascii characterfs in app-config.xml to non-ascii characters in app-config.xml.