Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002298 [Resin] minor always 01-08-08 08:33 01-08-08 13:22
Reporter sam View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.5 Product Version 3.1.5
  Product Build
Summary 0002298: burlap Locale deserialisation
Description (rep by M Vandamme)

We have encountered a bug with Locale deserialisation. When a locale is
passed
to the server, it is passed as a LocaleHandle. The server tries to
deserialise
this type, but this fails. After this, the server tries to put the sent
data into
a locale object, while the LocaleHandle should construct the locale
object.
After some debugging, the problem was traced to the BurlapInput class,
in the readObject method.
Following code is present in the class ...

      if (cl != reader.getType() && cl.isAssignableFrom(reader.getType()))
        return reader.readMap(this);

      reader = _serializerFactory.getDeserializer(cl);

      return reader.readMap(this);


cl = java.util.Locale
reader.getType() = LocaleHandle

The isAssignableFrom returns false, so the readMap is executed on the
wrong reader,
the one that is fetched for deserializing cl.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0002631)
ferg
01-08-08 13:22

hessian/2383
 

- Issue History
Date Modified Username Field Change
01-08-08 08:33 sam New Issue
01-08-08 09:09 sam Summary bulap Locale deserialisation => burlap Locale deserialisation
01-08-08 13:22 ferg Note Added: 0002631
01-08-08 13:22 ferg Assigned To  => ferg
01-08-08 13:22 ferg Status new => closed
01-08-08 13:22 ferg Resolution open => fixed
01-08-08 13:22 ferg Fixed in Version  => 3.1.5


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker