Ticket #213 (closed Bug: Won't Fix)

Opened 5 years ago

Last modified 3 years ago

Classmethod cache only uses classname as key

Reported by: joachim Owned by: joachim
Priority: Critical Component: App Server
Version: Keywords:
Cc:

Description

The method cache in the org.red5.server.service.ConversionUtils only uses the classname as key. If you have different applications with the same classes, it can return a method from a wrong class. We should also use the classloader when generating the cache key.

Change History

Changed 5 years ago by joachim

can be ignored, only occurred in my branch "joachim_heapmem_fixes"

Changed 3 years ago by danielr

  • status changed from new to closed
Note: See TracTickets for help on using tickets.