https://issues.apache.org/bugzilla/show_bug.cgi?id=49462
--- Comment #1 from Philippe Mouawad <[email protected]> 2011-09-13 17:28:11 UTC --- Hello, The difference in behaviour is due to the fact that CookieManager implements an empty: 1) recoverRunningVersion 2) setRunningVersion This causes recoverRunningVersion not to be subsequently called on Cookie which explains why value is not the same as HeaderManager. HeaderManager calls recoverRunningVersion on FunctionProperty which will ends up resetting cachedValue to null so recompute it at each iteration.. This behaviour seems to be voluntary (sebb, milamber you confirm ?) to keep SessionID for example but maybe it should be documented or modified if it's a bad side effect. Regards Philippe -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
