Ticket #213 (closed Bug: Won't Fix)
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
Note: See
TracTickets for help on using
tickets.
