On Sat, 2013-01-05 at 22:23 +0000, sebb wrote: > On 4 January 2013 15:22, <[email protected]> wrote: > > Author: olegk > > Date: Fri Jan 4 15:22:30 2013 > > New Revision: 1428925 > > > > URL: http://svn.apache.org/viewvc?rev=1428925&view=rev > > Log: > > Added static #copy method to config classes > > > > @@ -621,7 +641,7 @@ public class CacheConfig implements Clon > > * to better emulate IE, which also never caches responses, > > regardless of what caching > > * headers may be present. > > */ > > - public Builder setNeverCache1_0ResponsesWithQueryString(boolean b) > > { > > + public Builder setNeverCacheHTTP10ResponsesWithQueryString(boolean > > b) { > > This change was not mentioned in the log message - was it intentional? >
The change was intentional (the method name was inconsistent). I just was too lazy to put it into a separate commit. Sorry. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
