This file contains all changes done in releases for Apache Wicket 6.x. ======================================================================= Release Notes - Wicket - Version 6.30.0 ** Bug * [WICKET-6551] - LazyInitProxyFactory doesn't work correctly at Weblogic * [WICKET-6553] - SelectOptions doesn't html-encode option values ======================================================================= Release Notes - Wicket - Version 6.29.0 ** Bug * [WICKET-6484] - Wicket.Cookie.set does not set 'secure' flag * [WICKET-6501] - DefaultPageManagerProvider does not honour StoreSettings.setAsynchronous(false) * [WICKET-6526] - Ajax Buttons do not check for the HTTP method and thus don't respect Form#onMethodMismatch * [WICKET-6530] - Race-condition in session invalidation ======================================================================= Release Notes - Wicket - Version 6.27.1 ** Bug * [WICKET-6457] - PageStore not cleared at session end ======================================================================= Release Notes - Wicket - Version 6.27.0 ** Bug * [WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs. MarkupStream.next. * [WICKET-6314] - 7.6 release references 7.5-SNAPSHOT poms * [WICKET-6316] - Wicket tester encodes page id for stateless links in stateless pages * [WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates invalid XHTML markup for multipart forms * [WICKET-6356] - Clustering failover not working on Tomcat * [WICKET-6362] - HeaderItems with different PageParameters are treated as identical * [WICKET-6366] - Autocomplete race condition makes page unresponsive * [WICKET-6387] - ModalWindow PageReference broken * [WICKET-6398] - WICKET-6204 breaks jQuery.noConflict() * [WICKET-6399] - Dequeuing of Border component with nested body fails * [WICKET-6400] - Object with array property fails on NPE when construction JSON object * [WICKET-6409] - Session should use #getSessionStore() instead of 'sessionStore' ** Improvement * [WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also for