On Tue, 2011-01-11 at 17:28 +0000, [email protected] wrote: > Author: jonm > Date: Tue Jan 11 17:28:20 2011 > New Revision: 1057745 > > URL: http://svn.apache.org/viewvc?rev=1057745&view=rev > Log: > On the off chance someone wrote a custom serializer for use with the > 4.1-beta version of HttpCacheEntry, we want to make sure things still > work properly. The current implementation of HttpCacheEntry already > throws an UnsupportedOperationException if you try to get at the variant > map but the old set-based data structure is there; now we handle this > exception, log a warning, and then use the old structure. This is a bit > less efficient but still demonstrably works (I added a unit test to the > Ehcache suite, where you can submit a custom serializer, that shows that > the implementation still conforms to all the MUST/MUST NOTs). >
Jon, Actually I think this is really an extreme case and the fix was unnecessary. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
