You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2013/01/18 22:57:58 UTC

svn commit: r1263 - in /dev/wicket/wicket-6.4.0: ./ binaries/

Author: dashorst
Date: Fri Jan 18 21:57:46 2013
New Revision: 1263

Log:
Testing out release script

Added:
    dev/wicket/wicket-6.4.0/
    dev/wicket/wicket-6.4.0/CHANGELOG-6.x
    dev/wicket/wicket-6.4.0/KEYS
    dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz   (with props)
    dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.asc
    dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.md5
    dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.sha
    dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip   (with props)
    dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.asc
    dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.md5
    dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.sha
    dev/wicket/wicket-6.4.0/binaries/
    dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz   (with props)
    dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.asc
    dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.md5
    dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.sha
    dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip   (with props)
    dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.asc
    dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.md5
    dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.sha

Added: dev/wicket/wicket-6.4.0/CHANGELOG-6.x
==============================================================================
--- dev/wicket/wicket-6.4.0/CHANGELOG-6.x (added)
+++ dev/wicket/wicket-6.4.0/CHANGELOG-6.x Fri Jan 18 21:57:46 2013
@@ -0,0 +1,609 @@
+This file contains all changes done in releases for Apache Wicket 6.x.
+
+=============================================================================
+
+Release Notes - Wicket - Version 6.4.0
+
+** Sub-task
+    * [WICKET-4880] - Make it possible to override the Ajax behavior of AjaxSubmitLink and AjaxButton
+
+** Bug
+    * [WICKET-4869] - Wicket-Atmosphere track message length
+    * [WICKET-4872] - IllegalArgumentException on ReloadingWicketFilter and inheritance markup
+    * [WICKET-4877] - encodeUrl fails parsing jsessionid when using root context
+    * [WICKET-4878] - Rendering of feedback messages fails with DebugBar in page
+    * [WICKET-4881] - IE 8 : error when handling Wicket Ajax Response
+    * [WICKET-4884] - ValidationError messages for NumberTextFields with minimum/maximum are always English
+    * [WICKET-4886] - Do not register Ajax timer if the component is removed
+    * [WICKET-4890] - Bad validation messages after WICKET-2128
+    * [WICKET-4891] - UrlRenderer.renderRelativeUrl misbehavior if the filterPath is composed.
+    * [WICKET-4894] - Internet Explorer fails fails to properly include conditional stylesheet links added via AjaxRequestTarget
+    * [WICKET-4895] - WicketRuntimeException: addOrReplace for feedback panel does not clear Component.FEEDBACK_LIST - feedback from replaced component causes error.
+    * [WICKET-4899] - autocomplete shows strings with quotes strings as string2 with "quote"
+    * [WICKET-4900] - Setting a status code on an AbstractResource results in no HTTP body
+    * [WICKET-4908] - Wrong charset or screwed up characters in Norwegian properties-file
+    * [WICKET-4911] - Palette Ajax update does not work
+    * [WICKET-4913] - HtmlDocumentParser does not support tags containing number (e.g. h1-h6)
+    * [WICKET-4915] - org.apache.wicket.util.resource.Patht#find fails on Windows
+    * [WICKET-4916] - AbstractTree$TreeItem renderHead does not call renderHead for child TreeItems.
+    * [WICKET-4917] - Websockets are not working if URL has a hash in it
+    * [WICKET-4918] - LazyInitProxyFactory prevents using package private interfaces
+    * [WICKET-4920] - Rendered Url on root context with cookies disabled might result in double slash //
+    * [WICKET-4922] - Cloned ServletWebRequest returns wrong OriginalUrl
+    * [WICKET-4923] - CryptoMapper ignores original queryString parameters
+
+** Improvement
+    * [WICKET-4873] - Support different session id parameter
+    * [WICKET-4876] - CheckBoxMultipleChoice should implement getAdditionalAttributes as RadioChoice
+    * [WICKET-4887] - Use a Set to keep the supported wicket elements in WicketTagIdentifier
+    * [WICKET-4889] - Label constructor should accept Serializable as label
+    * [WICKET-4892] - Provide helpful exception message in RequestCycle#urlFor()
+    * [WICKET-4901] - AjaxPagingNaviagtionLink should provide updateAjaxAttributes like AjaxLink
+    * [WICKET-4902] - ConcatBundleResource should use the respective ITextResourceCompressor
+    * [WICKET-4924] - Websocket broadcast support does not work with OSGi
+
+** New Feature
+    * [WICKET-4832] - Websocket broadcast support
+    * [WICKET-4879] - Implementing channels in wicket-atmosphere
+    * [WICKET-4883] - Out of the box bean-validation (JSR 303) integration
+    * [WICKET-4888] - Introduce a hierarchical feedback panel (FencedFeedbackPanel)
+
+** Task
+    * [WICKET-4885] - Upgrade jQuery to its latest stable version (1.8.3)
+
+=============================================================================
+
+Release Notes - Wicket - Version 6.3.0
+
+** Bug
+    * [WICKET-4623] - UploadProgressBar does not show up if the form submitted by AjaxButton or AjaxLink
+    * [WICKET-4826] - PaletteButton#onComponentTag(ComponentTag) does not call super
+    * [WICKET-4829] - ComponentResolvers created in app init ignore markup's namespace
+    * [WICKET-4836] - Unmount a page does not work if the path starts with /
+    * [WICKET-4837] - SmartLinkMultiLineLabel does not display email addresses or web URLs as hyperlinks
+    * [WICKET-4841] - Return error code 400 when an Ajax request has no base url set in header/request parameters.
+    * [WICKET-4842] - WicketRuntimeException when Tomcat cleans up a session later on
+    * [WICKET-4844] - AbstractResourceReferenceMapper doesn't escape separators in style/variation names
+    * [WICKET-4848] - Reporter of FeedbackMessage should not be set to 'null' on detach
+    * [WICKET-4850] - BaseWicketTester discards cookies with MaxAge = -1 when processing a new request
+    * [WICKET-4851] - IE8, IE7 javascript errors with Wicket 6
+    * [WICKET-4857] - AutoCompleteTextFields submits Form if a choice is selected via enter-key
+    * [WICKET-4859] - Integer overflow in AbstractToolbar
+    * [WICKET-4864] - 'format' not set in ConversionException
+    * [WICKET-4865] - Page parameters not working with CryptoMapper
+
+** Improvement
+    * [WICKET-4831] - Append the feedback message CSS class instead of overriding it
+    * [WICKET-4835] - Add debug log messages in CompoundRequestMapper#mapRequest
+    * [WICKET-4845] - Make BasicResourceReferenceMapper public so it is easy to extend it
+    * [WICKET-4853] - Change FormComponent#reportRequiredError() from private to protected
+    * [WICKET-4856] - Support SVG extension in SecurePackageResourceGuard
+    * [WICKET-4863] - Customize ValidationError creation by FormComponent
+    * [WICKET-4867] - Detach the object before calculating its size
+
+** Task
+    * [WICKET-4855] - Upgrade JQuery to 1.8.2
+
+=============================================================================
+
+Release Notes - Wicket - Version 6.2.0
+
+** Sub-task
+    * [WICKET-4752] - Revert Wicket-4715 -Read multipart request params in WebApplication
+
+** Bug
+    * [WICKET-4587] - URLRenderer renderFullUrl
+    * [WICKET-4589] - Closing </wicket:container> tag is incorrectly setup as autocomponent
+    * [WICKET-4756] - AtmosphereWebRequest should return true on calls to #isAjax()
+    * [WICKET-4759] - FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered
+    * [WICKET-4769] - Clicking on Label of Radio doesn't update component with Ajax update
+    * [WICKET-4771] - Submitting value filled in DropDownChoice fails when tinymce textarea is on the page
+    * [WICKET-4776] - Problems with switching between HTTP/HTTPS
+    * [WICKET-4777] - JavaScriptReference escapes given URL
+    * [WICKET-4786] - AjaxTabbedPanel doesn't include constructor with model
+    * [WICKET-4787] - Registering resource bundles with duplicate resource references gives an NPE
+    * [WICKET-4788] - FilteringHeaderResponse does not unwrap PriorityHeaderItems for filtering
+    * [WICKET-4789] - URL rendering regression
+    * [WICKET-4791] - UploadProgressBar hides immediately after being shown.
+    * [WICKET-4792] - wickettester#startcomponent(component) doesn't call oninitialize
+    * [WICKET-4794] - RfcCompliantEmailAddressValidator error message not defined
+    * [WICKET-4796] - DatePickerTest fails because of java inconsistensy on localizing March german shortname Mrz vs Mär
+    * [WICKET-4797] - CheckBoxMultipleChoice loses state
+    * [WICKET-4801] - BaseWicketTester.executeAjaxEvent only fires one of multiple behaviors bound to a given event
+    * [WICKET-4806] - AjaxEditableChoiceLabel won't close select onblur
+    * [WICKET-4810] - CLONE - BaseWicketTester.clickLink() does not work with a ResourceLink with ResourceReference
+    * [WICKET-4816] - Handling of semicolons in form action URLs
+    * [WICKET-4818] - NullPointerException while reading the POST parameters
+    * [WICKET-4820] - Race condition in ResourceSettings: getResourceWatcher() is not thread safe
+    * [WICKET-4822] - Wicket.Event.add requires Wicket.$, but wicket-ajax-jquery is not listed as a dependency
+    * [WICKET-4824] - Redirect to HTTPS is using wrong port 80 if HttpsConfig with default ports 80/443 is used
+
+** Improvement
+    * [WICKET-4160] - Make AbstractAutoCompleteRenderer.renderHeader() and .renderFooter() non-final
+    * [WICKET-4772] - DataTable API and handling of AbstractToolbar
+    * [WICKET-4778] - Add factory methods to JavaScriptHeaderItem to create a deferred JavaScript header item.
+    * [WICKET-4798] - Make IteratorFilter.onFilter protected
+    * [WICKET-4804] - Add #setStatus(int) in AbstractResource.ResourceResponse
+    * [WICKET-4808] - WebClientInfo.getRemoteAddr() handling "Forwarded-For" value tokens not being ip addresses
+    * [WICKET-4812] - Make SerializationChecker easier for extending so custom checks can be added to it
+
+** New Feature
+    * [WICKET-4793] - Support Jetty 9.x websocket implementation
+    * [WICKET-4802] - Add functionality to be able to export DataTable content
+    * [WICKET-4815] - Interface to mark components with type safe models
+
+=============================================================================
+
+Release Notes - Wicket - Version 6.1.1
+
+** Bug
+    * [WICKET-4759] - FilterForm/FilterToolbar don't work when there's more than one IColumn to be filtered
+    * [WICKET-4789] - URL rendering regression
+
+=============================================================================
+
+Release Notes - Wicket - Version 6.1.0
+
+** Bug
+    * [WICKET-4645] - encodeURL broken on Tomcat 7.0.28
+    * [WICKET-4656] - Atmosphere example doesn't work due to missing 'page' when creating AjaxRequestTarget
+    * [WICKET-4729] - atmosphere example will stop working if opening the same url in a different tab in the same browser
+    * [WICKET-4732] - CssPackageResource doesn't work if the extension isn't css
+    * [WICKET-4734] - Button value is double escaped
+    * [WICKET-4735] - KittenCaptchaPanel is broken
+    * [WICKET-4737] - IllegalStateException on WicketFilter.init() after calling setFilterPath()
+    * [WICKET-4738] - DownloadLink doesn't wrap the String model used for file name nor does it detach
+    * [WICKET-4741] - Only complete handler (no success or failure handler) is called when Ajax link produces an exception
+    * [WICKET-4742] - Wicket 6 and Atmospher Integration:  AtmosphereServlet does not delegate WicketFilter for Error Pages .
+    * [WICKET-4743] - SerializingObjectSizeOfStrategy do not use framework serializer
+    * [WICKET-4749] - TabbedPanel - IModel<?> initModel()
+    * [WICKET-4750] - AbstractDefaultAjaxBehavior.getCallbackFunction should not add the event attribute
+    * [WICKET-4751] - UploadProgressBar regression
+    * [WICKET-4753] - Resource bundles are not resolved on PriorityHeaderItems
+    * [WICKET-4755] - "'NEW VALUE' is not a valid Serializable" error during ajax form submission
+    * [WICKET-4757] - FormComponents remain invalid forever if there is no feedback panel
+    * [WICKET-4758] - DOM ids change of the input fields of FilterToolbar
+    * [WICKET-4760] - JavaScriptStripper fails with single line comments
+    * [WICKET-4761] - ModalWindow.closeCurrent Javascript error
+    * [WICKET-4763] - Page's stateless hint is initially set to 'false'
+    * [WICKET-4766] - multiple <style> tags in header are rendered incorrectly
+    * [WICKET-4768] - Whitespace in TabbedPanel markup causes layout issues
+    * [WICKET-4770] - Wicket 6: modal windows in Safari are always in drag or resize mode
+    * [WICKET-4773] - ComponentFeedbackPanel broken under Wicket 6.0.0 when RenderStrategy.REDIRECT_TO_RENDER
+    * [WICKET-4775] - PageParameters#mergeWith may loose values of the 'other' PP
+    * [WICKET-4780] - Using both MountedMapper and CryptoMapper causes warning
+
+** Improvement
+    * [WICKET-4730] -  Filter component does not clear filter fields
+    * [WICKET-4731] - TimeField not able to work with a java.sql.Time
+    * [WICKET-4736] - JavaScriptFilteredIntoFooterHeaderResponse should reverse filter logic
+    * [WICKET-4745] - Allow to set initial state of DebugBar to expanded / collapsed
+    * [WICKET-4746] - Wizard component translation for pt_BR
+    * [WICKET-4748] - Improve WicketTester to be able to find AjaxBehaviors on second/third/... event name
+
+** New Feature
+    * [WICKET-3969] - Add CDI integration
+
+** Task
+    * [WICKET-4781] - Downgrade the warning that a rendering falls back to redirect_to_buffer to a DEBUG
+
+=============================================================================
+
+Release Notes - Wicket - Version 6.0.0
+
+** Sub-task
+    * [WICKET-4672] - Do not render pageId for the action links for stateless pages
+
+** Bug
+    * [WICKET-3753] - PropertyVariableInterpolator add support for IConverterLocator (patch included)
+    * [WICKET-4626] - WicketFilter unify the filterPath
+    * [WICKET-4641] - AjaxFallbackLink and log a warning when there are several ajax event behaviors on the same event
+    * [WICKET-4646] - atomicity violation bugs of using concurrent collections
+    * [WICKET-4651] - Null BroadCaster in EventBus
+    * [WICKET-4652] - AbstractAjaxTimerBehavior throws ComponentNotFoundException when its component is replaced in PageMap.
+    * [WICKET-4659] - The default exception mapper is replying cacheable exceptional responses
+    * [WICKET-4661] - Ajax channel busy flag not properly cleared upon SUCCESSFUL callback executions
+    * [WICKET-4662] - StringResourceModel interpolation in resource key is broken
+    * [WICKET-4663] - LazyInitProxyFactory uses wrong ClassLoader in OSGi environment
+    * [WICKET-4665] - Add a new AjaxChannel that discards any Ajax requests if there is a running request in the same channel
+    * [WICKET-4668] - Ajax responses for QUEUE and DROP type channels are not guaranteed to be processed in the order of the requests
+    * [WICKET-4669] - Resources for Fragment in ModalWindow are not added to the page head
+    * [WICKET-4673] - JavaScript error when submitting nested multipart form
+    * [WICKET-4679] - XmlPullParser doesn't parse correctly attributes with complex namespace
+    * [WICKET-4682] - html forms always submitted with "GET" method (by querystring)
+    * [WICKET-4683] - <script> tag broken in certain situations when <script src="..."></script> reference added in page header section
+    * [WICKET-4684] - NotSerializableException of the field "pageMarkup" in BaseWicketTester$StartComponentInPage
+    * [WICKET-4685] - ValidationError addKey fails with error abort
+    * [WICKET-4687] - ConcurrentModificationException with IFeedback instances that contain other IFeedback instances
+    * [WICKET-4689] - Javascript timers not removed when a Component is replaced by ajax
+    * [WICKET-4690] - DataTable - use <div> for the content
+    * [WICKET-4691] - Unescaped html in autocomplete
+    * [WICKET-4694] - ClassCastException in SqlDateConverter
+    * [WICKET-4695] - Javascript error when closing a ModalWindow with IE 8
+    * [WICKET-4696] - NumberTextField doesn't accept values <=0 for Double and Float
+    * [WICKET-4701] - 6.0.0-beta3: Ajax upload file is not working in IE
+    * [WICKET-4702] - TypeError: Wicket.Event is undefined
+    * [WICKET-4706] - SerializableChecker.close throws NPE
+    * [WICKET-4710] - DataTable - Headers with OrderByBorder have invalid HTML markup
+    * [WICKET-4715] - WebApplication doesn't recognize if an incoming request is multipart.
+    * [WICKET-4717] - StringValidator.exactLength has wrong variable in ErrorMessage
+    * [WICKET-4718] - ResourceStreamResource#getResourceStream() is called multiple times
+    * [WICKET-4725] - DatePicker doesn't send 'change' event to the input field
+    * [WICKET-4727] - ThreadContext should be detached before each subscribed page gets notified
+
+** Improvement
+    * [WICKET-4065] - Improve behavior#getStatelessHint() by accounting for the common cases when behaviors are not stateless
+    * [WICKET-4254] - IE allows only 31 stylesheet objects on a page
+    * [WICKET-4471] - Generic registry of javascript/css resource references
+    * [WICKET-4593] - TabbedPanel bi-directional model
+    * [WICKET-4648] - Upgrade Atmosphere to 1.0-beta
+    * [WICKET-4653] - Subscribing behaviors for push events
+    * [WICKET-4666] - ResourceModel once assigned should not re-assign
+    * [WICKET-4674] - Add support for Ajax call listsners for multipart form submittion
+    * [WICKET-4675] - Process Ajax responses in one go
+    * [WICKET-4676] - Relax restrictions on url of ExternalUrlResourceReference and rename it to UrlResourceReference
+    * [WICKET-4677] - Improve AjaxRequestAttributes' ExtraParameters to accept more than one value for a key 
+    * [WICKET-4688] - Make use of the generic type passed to IPageFactory#newPage() and return the typed Page
+    * [WICKET-4704] - Allow using custom CSS classes for the selected and last TabbedPanel tabs
+    * [WICKET-4719] - Allow a list of a subclass of IColumn in DataTable constructor
+    * [WICKET-4720] - WebSession#authenticate() is superfluous
+    * [WICKET-4721] - ConcatBundleResource is unnecessarily limited to accepting PackageResourceReference
+    * [WICKET-4722] - Don't set ADDED_AT and CONSTRUCTED_AT keys if components use checking is not enabled
+    * [WICKET-4726] - Do not try to show the date picker if it is already shown
+    * [WICKET-4728] - Use IModel for the bread crumb participant's title
+
+** New Feature
+    * [WICKET-4244] - Add EnhancedPageView to ease debugging with the InspectorPage
+    * [WICKET-4699] - Add NonResettingRestartException
+
+** Task
+    * [WICKET-4613] - Add Apache licence check tests for Atmoshpere module
+
+=============================================================================
+
+Release Notes - Wicket - Version 6.0.0-beta3
+
+** Bug
+    * [WICKET-4358] - BufferedWebResponse fails to add/clear cookie in redirect
+    * [WICKET-4445] - ArrayIndexOutOfBoundsException in Url.resolveRelative by using Check and alias for Page
+    * [WICKET-4529] - AjaxEditableLabel not selecting text or moving cursor on Firefox 11.0 or Safari 5.0.5
+    * [WICKET-4536] - FeedbackPanel does not show messages on stateless pages
+    * [WICKET-4550] - jsessionid is not added to resources if cookies are disabled by the server
+    * [WICKET-4558] - WicketTester fails with a StringIndexOutOfBounds exception when using an external redirect
+    * [WICKET-4559] - Component#getMarkupId() generates id that gets hidden by AdBlock
+    * [WICKET-4561] - Wicket 1.5.6 duplicates segments in absolute URLs
+    * [WICKET-4563] - Possible NPE in FragmentMarkupSourcingStrategy.getMarkup
+    * [WICKET-4569] - AutoComplete text field does not work: Channel busy - postponing..
+    * [WICKET-4570] - Shared Behavior's renderHead method called only for one component, not for all of them
+    * [WICKET-4572] - DiskDataStore returns the wrong page when the page disk space is full 
+    * [WICKET-4574] - ThreadContext does not properly remove the ThreadLocal from the current thread
+    * [WICKET-4575] - AjaxButton / AjaxFormSubmitBehavior behaviour in wicket 1.5
+    * [WICKET-4578] - Link always causes Page to become stateful, regardless of visibility
+    * [WICKET-4581] - AJAX autocomplete of wicket-examples not working
+    * [WICKET-4584] - NumberTextField does not have default minimum and maximum
+    * [WICKET-4588] - non-relative redirects do not work properly
+    * [WICKET-4590] - Palette does not display a single unselected item
+    * [WICKET-4592] - WicketAjaxDebug.logError used in Wicket.Head.addJavascript - JS error when wicket-ajax-debug.js not loaded
+    * [WICKET-4594] - Do not use the parsed PageParameters when re-creating an expired page
+    * [WICKET-4596] - DataTable toolbars do not handle dynamically changing columns in the table
+    * [WICKET-4597] - bug in Duration.toString(Locale locale)
+    * [WICKET-4598] - Duplicate INFO logs due to twice registered RequestInterfaceListeners
+    * [WICKET-4599] - Ajax request attributes should be passed to the dynamic parameters
+    * [WICKET-4610] - WicketTester.assertRedirectUrl always fails because it always thinks the redirect was null
+    * [WICKET-4616] - onError call order doesn't match onSubmit
+    * [WICKET-4617] - ResourceStreamLocator vs ResourceFinder
+    * [WICKET-4632] - ResourceStreamResource should use #getResourceStream() instead of directly using the 'stream' field
+    * [WICKET-4633] - MultiFileUploadField after selecting a file does not hide properly input field 
+    * [WICKET-4634] - UrlRenderer / Problem with rendering of relative URLs on error page
+    * [WICKET-4642] - Atmosphere Modul not working on first page after Jetty restart
+    * [WICKET-4643] - AjaxFormChoiceComponentUpdatingBehavior not set model object
+    * [WICKET-4644] - AjaxFallbackLink still renders inline.javascript
+
+** Improvement
+    * [WICKET-4554] - WicketTester tries to create a directory called "tester" every time the tests run and thus fails when run under the security manager
+    * [WICKET-4556] - Remove IResourceSettings#getUseDefaultResourceAggregator
+    * [WICKET-4560] - Remove methods marked deprecated in 1.5.x from wicket 6 
+    * [WICKET-4564] - Use JsonFunction to deliver JSON with function literals
+    * [WICKET-4565] - Unify the order of the parameters for the JavaScript handlers
+    * [WICKET-4582] - wicket-auth-roles cannot be extended/customized without copy/pasting MetaDataRoleAuthorizationStrategy and ActionPermissions
+    * [WICKET-4586] - add getter for renderer in autocompletetextfield
+    * [WICKET-4593] - TabbedPanel bi-directional model
+    * [WICKET-4601] - IResourceStreamWriter to take OutputStream instead of Response
+    * [WICKET-4606] - dynamic extra parameter gets used/executed even when ajaxcallistener is preconditioned to false
+    * [WICKET-4608] - Vars in ValidationErrors should be properly converted
+    * [WICKET-4614] - improve warning message in addDefaultResourceReference
+    * [WICKET-4615] - checkRendering message should also mention XHTML tags as a possible cause
+    * [WICKET-4621] - Add constructor that accepts IModel<String> for AbstractColumn's header
+    * [WICKET-4622] - Optimize PageExpiredException to not load its stacktrace
+    * [WICKET-4624] - requestcyclelistener which registers and retrieves pagerequesthandler in a request
+    * [WICKET-4627] - Change Url#parse() methods to accept CharSequence instead of String
+    * [WICKET-4629] - AbstractLink does not call getBody to get its body
+    * [WICKET-4635] - Improve JavaScript files by applying common JSHint rules 
+    * [WICKET-4636] - Using setResponsePage() before page rendering should skip the rendering of the page
+    * [WICKET-4638] - Make it possible to use JsonFunction as a AjaxCallListener's handler
+    * [WICKET-4649] - Add an additional Ajax call listener point - before the call
+    * [WICKET-4650] - Do not publish '/dom/node/added' is there is no added node
+
+** Task
+    * [WICKET-4612] - Add Apache licence headers test for native websocket modules
+
+** Test
+    * [WICKET-4619] - Windows JRE6 StoredResponsesMapTest#getExpiredValue() falures
+
+** Wish
+    * [WICKET-4611] - Provide native integration with web containers' websocket support
+
+=============================================================================
+
+Release Notes - Wicket - Version 6.0.0-beta2
+
+** Sub-task
+    * [WICKET-4517] - Wicket-core don't export "internal" packages in OSGi manifest.
+    * [WICKET-4521] - Improve all IComponentResolvers which are also IMarkupFilters to set tag ids with common prefix
+
+** Bug
+    * [WICKET-4260] - UrlRenderer renders invalid relative URLs if first segment contains colon
+    * [WICKET-4286] - ListView causes page ID increment
+    * [WICKET-4458] - wicket-core-1.5.5.jar not closed when Application is undeployed from directory
+    * [WICKET-4475] - Inline Enclosure needs to check isVisibleInHierarchy, not only isVisible
+    * [WICKET-4477] - SmartLinkLabel failing to process email with -
+    * [WICKET-4480] - newResourceResponse() always process IResourceStream
+    * [WICKET-4483] - Component#setDefaultModel() should call #modelChanging()
+    * [WICKET-4484] - wicket:link component ids get too long
+    * [WICKET-4485] - TagUtils uses wrong separator in its #copyAttributes()
+    * [WICKET-4487] - TextTemplate in RenderHead() on component doesn't Re-Render for every page
+    * [WICKET-4488] - URL with a previous page version ignores requested page based on mount path
+    * [WICKET-4489] - HttpSessionStore.onUnbind is never invoked
+    * [WICKET-4494] - HtmlHandler wrongly handles tags not requiring closed tags if the markup does not have "top" level tag
+    * [WICKET-4500] - InterceptData never cleared from session after continueToOriginalDestination is called
+    * [WICKET-4501] - NumberTextField<BigDecimal> renders its value in unsupported number format 
+    * [WICKET-4502] - Make it easier to produce a page with links with absolute urls
+    * [WICKET-4504] - AjaxLazyLoadPanel not replaced within AjaxTabbedPanel
+    * [WICKET-4505] - AbstractTextComponent not escaping html data by default therefore user text is not redisplayed correctly
+    * [WICKET-4506] - Fix missing in 1.4.19, was fixed in 1.3.3:  Discrepancy between Button implementation of getForm and the code in Form.findSubmittingButton()
+    * [WICKET-4507] - wicktTester.getLastResponseAsString() returns wrong result after starting a Component
+    * [WICKET-4509] - Spaces in path cause ModifcationWatcher to fail
+    * [WICKET-4511] - Stack overflow when render malformed html.
+    * [WICKET-4514] - UrlRenderer produces wrong full urls when the passed parameter is not absolute (as Url understands 'absolute')
+    * [WICKET-4516] - WebApplication#renderXmlDecl() uses wrong name of the 'Accept' request header
+    * [WICKET-4518] - Wicket example 'forminput' is broken due to bad url for IOnChangeListener
+    * [WICKET-4519] - discrepancy between JavaDoc and code in MarkupContainer#visitChildren()
+    * [WICKET-4520] - Inline enclosure doesn't work if wicket:message attribute is used on the same tag
+    * [WICKET-4530] - Final methods on ResourceNameIterator prevent full customization of IResourceStreamLocator
+    * [WICKET-4535] - Inconsistent use of generics in sorting APIs
+    * [WICKET-4543] - AbstractDefaultAjaxBehavior.getCallbackFunctionBody uses jQuery.extend
+    * [WICKET-4546] - Unencoded ampersands in CSS-/Javascript-Reference
+    * [WICKET-4548] - NullPointerException in org.apache.wicket.markup.html.form.ValidationErrorFeedback
+    * [WICKET-4566] - Resource filtering breaks the calculation of rendered resources
+
+** Improvement
+    * [WICKET-598] - Support jetty continuations in wicket
+    * [WICKET-2128] - StringValidator error messages erroneously mention input instead of label
+    * [WICKET-2674] - AbstractChoice Option Style Hook
+    * [WICKET-4219] - Enable markup escaping of WizardStep's labels by default due to security aspects
+    * [WICKET-4466] - Use an external host for the static javascript files (specially JQuery)
+    * [WICKET-4468] - Stateful components which are invisible force page to be stateful
+    * [WICKET-4474] - Disallow PackageResources in the bundles
+    * [WICKET-4478] - DiskDataStore to use multi-level directory structure to avoid slowness when thousands of sessions are active.
+    * [WICKET-4479] - Маке ModificationWatcher easier for extending
+    * [WICKET-4481] - Add setHeader() to MockHttpServletRequest to be able to override default headers
+    * [WICKET-4486] - Give StringValue toEnum methods
+    * [WICKET-4503] - org.apache.wicket.datetime.markup.html.form.DateTextField#getConverter() is final, should not be
+    * [WICKET-4523] - Use new maven compiler plugin to speed up build time
+    * [WICKET-4524] - ListMultipleChoice has a performance issue with very large lists, patch included
+    * [WICKET-4526] - OpenCloseTagExpander should include i tag
+    * [WICKET-4527] - Recorder#getSelectedChoices() can be very slow under certain circumstances
+    * [WICKET-4528] - make recorder component of wicket-extensions palette more efficient for large number of items and easier to extend
+    * [WICKET-4533] - Resource bundle api should have convenience methods for resource replacements
+    * [WICKET-4540] - Allow AJAX callback function generation to also generate parameters
+    * [WICKET-4541] - Warn if wicket:container has an attribute
+    * [WICKET-4542] - Session.java javadoc needs to be corrected
+    * [WICKET-4552] - WicketFilter.processRequest() should check that given FilterChain is not null
+
+** New Feature
+    * [WICKET-363] - Push behavior to handle server side events
+    * [WICKET-4532] - Disable caching for particular resources.
+
+** Task
+    * [WICKET-4482] - Regression in OnChangeAjaxBehavior
+
+** Wish
+    * [WICKET-4308] - onNewBrowserWindow wanted
+    * [WICKET-4498] - Ignore Netbeans XML configuration files in Apache License Header Test Case
+
+=============================================================================
+
+Release Notes - Wicket - Version 6.0.0-beta1
+
+** Sub-task
+    * [WICKET-3026] - Add onStart callback for ajax calls
+    * [WICKET-3367] - Rewrite all JavaScript inline event handlers to be proper attached event handlers
+    * [WICKET-4179] - Add IDataStore#canBeAsynchronous() so that DefaultPageManagerProvider can determine whether to wrap it in AsynchronousDataStore
+    * [WICKET-4236] - Use JQuery as a backing library for Wicket's JavaScript code
+    * [WICKET-4348] - Add a method to IHeaderResponse to create IE conditional commented link to JavaScript resource
+    * [WICKET-4364] - Think of a way to reintroduce show|hideIncrementally with the new Ajax impl
+    * [WICKET-4417] - CombinedRequestParametersAdapter ignores duplicate values for the same parameter name
+    * [WICKET-4422] - Minimize Wicket's Ajax JavaScript files at build time
+    * [WICKET-4439] - Move classes around so that there are no two packages with the same name in different modules
+    * [WICKET-4447] - Upgrade maven-bundle-plugin to 2.3.7
+
+** Bug
+    * [WICKET-2705] - Feedback messages get cleaned up in AJAX request, thus never rendered and never visible to user
+    * [WICKET-2949] - Select does not work properly in functional flows e.g. Wizards
+    * [WICKET-3669] - <script> element in Ajax requests is executed twice in Opera 11
+    * [WICKET-3974] - Wicket-auth annotation always denies access if the deny list is empty
+    * [WICKET-4000] - Header contributions order is not stable
+    * [WICKET-4076] - INamedParameters.getAllNamed() returns a list of NamedPairs defined as inner class of PageParameters
+    * [WICKET-4204] - AutoCompleteTextField+OnChangeAjaxBehavior doesn't fire updates on item selection
+    * [WICKET-4213] - DatePicker fails to display when rendered via ajax response
+    * [WICKET-4222] - CryptoMapper - Error decoding text, exception thrown for links in markup
+    * [WICKET-4226] - TreeColumn not displayed when there is only one "Alignment.MIDDLE" column
+    * [WICKET-4227] - dropping ajax request causes componentnotfoundexception
+    * [WICKET-4235] - Parent / Child HeaderRenderStrategy does not work with <wicket:head> tag
+    * [WICKET-4241] - Modal Window respond 404 with Internet Explorer.
+    * [WICKET-4243] - Fix PageInspector styling
+    * [WICKET-4245] - AbstractResourceAggregatingHeaderResponse forgets some information about references
+    * [WICKET-4250] - Checks in IRequestMapper.mapHandler should be on page instance, if available
+    * [WICKET-4251] - Multipart Form and AjaxSubmitLink will result in invalid redirect after user session expires
+    * [WICKET-4255] - bug in org.apache.wicket.validation.validator.UrlValidator
+    * [WICKET-4256] - onBeforeRender() is called on components that are not allowed to render
+    * [WICKET-4258] - DebugBar displays stacktrace with FeedbackPanels
+    * [WICKET-4259] - Using an IValidator on an AjaxEditableLabel causes ClassCastException
+    * [WICKET-4260] - UrlRenderer renders invalid relative URLs if first segment contains colon
+    * [WICKET-4261] - Wicket autocomplete keeps working on the replaced element when somehow the element is replaced by another ajax request when it is shown.
+    * [WICKET-4264] - JavaSerializer Does Not Call SerializableChecker
+    * [WICKET-4265] - Thread Test Uses Sun Proprietary API
+    * [WICKET-4266] - AjaxEditableLabel does not work when using CryptoMapper
+    * [WICKET-4267] - Descendants of DynamicImageResource don't pass PageParameters to rendering code
+    * [WICKET-4276] - Select component loses it's value
+    * [WICKET-4278] - Performance regression in Component.configure() in 1.5 
+    * [WICKET-4279] - CheckGroupSelector "Select all" behavior broken when the CheckGroup contains a single check box.
+    * [WICKET-4289] - Improve WicketTester handling of cookies 
+    * [WICKET-4290] - Confusion between a form component's wicket:id and a PageParameter in Wicket 1.5.x
+    * [WICKET-4292] - MockHttpServletResponse.addCookie(Cookie) adds duplicate cookies
+    * [WICKET-4293] - UrlResourceStream closes incorrect InputStream causing stacktraces on undeploy on GlassFish
+    * [WICKET-4298] - FormTester doesn't handle nested forms correctly
+    * [WICKET-4300] - JavaScript error "Uncaught TypeError: Cannot read property 'length' of undefined" in case of CheckGroupSelector and nested forms
+    * [WICKET-4301] - ByteArrayResource throws error if data is null
+    * [WICKET-4303] - mounting a home page with package mapper results in invalid url's
+    * [WICKET-4305] - Problems with AbstractAutoCompleteBehavior on BookmarkablePages
+    * [WICKET-4306] - Content type overriding in PackageResource
+    * [WICKET-4309] - StringValueConversionException for correct situation
+    * [WICKET-4311] - ModalWindow does not close cleanly
+    * [WICKET-4312] - Do not strip the jsessionid from the url for resources
+    * [WICKET-4317] - Logic or Exception Message is incorrect in ModalWindow.setCookieName
+    * [WICKET-4318] - BaseWicketTester#startComponentInPage swallows useful exceptions
+    * [WICKET-4320] - wicketTester#executeBehavior doesn't ever attach request-parameter 
+    * [WICKET-4323] - StringResourceModels doesn't seem to detach properly
+    * [WICKET-4330] - Non standard ("wicket") namespace causes incorrect relative URL in certain cases
+    * [WICKET-4332] - FileUpload: Using IE9 in IE8 compatibility mode, ajax-response cannot be parsed
+    * [WICKET-4333] - BreadCrumbPanelLink should accept subclasses of BreadBrumbPanel
+    * [WICKET-4336] - One of the stateless examples makes the page stateful 
+    * [WICKET-4340] - Rerendering a page with WicketTester after you loose permission does not give access-denied
+    * [WICKET-4345] - CryptoMapper does not work for applications having a home page that needs query parameters
+    * [WICKET-4346] - getAjaxRegionMarkupId called for not enabled behaviors
+    * [WICKET-4357] - Calling WebResponse#enableCaching() is insufficient to enable caching on WebPage (which by default is non-cacheable)
+    * [WICKET-4359] - Package resources leak file handles
+    * [WICKET-4361] - Markup Inheritance & getVariation(): markup loading (and merging) order depends on whether the super constructor adds components or not.
+    * [WICKET-4363] - Duplicate html ID for generated divs in modal.js
+    * [WICKET-4365] - Form components' name/value are encoded in stateless form's action url
+    * [WICKET-4367] - WicketTester.assertFeedback broken
+    * [WICKET-4370] - HttpSession getSession() in MockHttpServletRequest is not compliant with the j2ee servlet spec
+    * [WICKET-4378] - datatime extension's calendar-min.js appears to be corrupted / out of sync
+    * [WICKET-4379] - org.apache.wicket.validation.ValidatorAdapter class causes problem with validator properties to be loaded
+    * [WICKET-4384] - improve wicket's handling of empty / null page parameters
+    * [WICKET-4387] - StringIndexOutOfBoundsException when forwarding requests
+    * [WICKET-4390] - MarkupParser#add(IMarkupFilter filter,Class beforeFilter) doesn't add the filter into the correct place.
+    * [WICKET-4391] - XsltOutputTransformerContainer incorrectly claims markup type "xsl"
+    * [WICKET-4392] - autocomplete: show list on empty input is ignored if show list on focus gain is false
+    * [WICKET-4398] - Any empty url-parameter will make wicket 1.5 crash
+    * [WICKET-4401] - Redirect after sign in with SignInPanel does not always reach homepage
+    * [WICKET-4405] - Multi byte characters are not decoded in AutoCompleteTextField
+    * [WICKET-4406] - ApplicationListenerCollection onBeforeDestroyed calls onAfterInitialized for each of the listeners
+    * [WICKET-4409] - Form#getJsForInterfaceUrl(..) works not correct if cookies are disabled
+    * [WICKET-4410] - The datepicker components stops popup in Chrome 17. 
+    * [WICKET-4416] - CheckGroup model in AjaxFormChoiceComponentUpdatingBehavior onUpdate contains only last checked item
+    * [WICKET-4420] - Unversioned pages don't get touched when created and cannot be found by ID later
+    * [WICKET-4424] - getComponentFromLastRenderedPage appends componentInPage id when it shouldn't
+    * [WICKET-4425] - Wicket 1.5 rewrites template content where it should not
+    * [WICKET-4429] - executeAllTimerBehaviors does not find all timer behaviours
+    * [WICKET-4435] - UploadProgressBar won't update while uploading if CryptoMapper is used as RootRequestMapper
+    * [WICKET-4437] - BaseWicketTester.clickLink() does not work with a ResourceLink
+    * [WICKET-4443] - AbstractClassResolver recreates URL incorrectly
+    * [WICKET-4446] - processScript in Wicket.Head.Contributor doesn't remove CDATA - eval fails in IE
+    * [WICKET-4451] - Resource decoration fail on wicket examples
+    * [WICKET-4454] - Repaint the initial state of the page if the page is expired, a new one is freshly created and the requested component is not available 
+    * [WICKET-4460] - Wrong string encoding in JavaScriptPackageResource
+    * [WICKET-4465] - Autocomplete IE javascript error: 'target' is null or not an object
+
+** Improvement
+    * [WICKET-499] - Investigate whether we can use component meta data for the storage of feedback messages
+    * [WICKET-1033] - Allow Grace Period for AJAX Busy Indication
+    * [WICKET-1175] - IDataProvider-Overflow with size()
+    * [WICKET-1221] - setRequired(true) will force a Checkbox to be checked
+    * [WICKET-1310] - StringValidator.maximumLength should automatically add maxlength html attribute
+    * [WICKET-1525] - Ability to enable/disable AbstractAjaxTimerBehavior
+    * [WICKET-1557] - Handling lost connection from AJAX button
+    * [WICKET-1654] - Update validators to accept IModel parameter for easy override of error messages
+    * [WICKET-2249] - Modal Window: add overridable wantUnloadConfirmation() method
+    * [WICKET-2498] - IChainingModel implementation
+    * [WICKET-2745] - Add info about SubmittingButton to RequestLogger
+    * [WICKET-2747] - AjaxPagingNavigator Link factories should return AbstractLink
+    * [WICKET-3227] - Complete documentation of Component Lifecycle
+    * [WICKET-3554] - Constructor of org.apache.wicket.PageReference should be public
+    * [WICKET-3805] - Change Component#visitParents to enable visitors of any type
+    * [WICKET-3879] - Support FormValidator and package level resource bundles
+    * [WICKET-3911] - Hungarian localisation for upload component and examples
+    * [WICKET-3990] - Eliminate all protected static methods for better Scala integration
+    * [WICKET-4035] - Allow to set the property type in ISortState
+    * [WICKET-4074] - RequestLogger needs a clear separation of concerns
+    * [WICKET-4088] - Make Application#init() run after IInitializers to allow the application to override any settings configured by initializers
+    * [WICKET-4091] - Automate output of markup ids
+    * [WICKET-4114] - Mark getRequestCycleProvider in Application final
+    * [WICKET-4145] - Improve AutoLinkResolver
+    * [WICKET-4224] - DataTable markup : change SPAN to DIV
+    * [WICKET-4231] - allow palette's choicesModel to take current selection into account
+    * [WICKET-4233] - Allow writing response through an OutputStream
+    * [WICKET-4234] - Remove AbstractValidator because its mostly noise
+    * [WICKET-4239] - add wicket-jar_es.properties for spanish localization
+    * [WICKET-4240] - Replace wicket's tree with a better implementation - http://code.google.com/p/wicket-tree/
+    * [WICKET-4246] - WicketTester.assertFeedback(java.lang.String path, java.lang.String[] messages) should not require feedback messages to be in the specified order.
+    * [WICKET-4248] - Upgrade pom reference for joda-time from 1.6.2 to 2.0
+    * [WICKET-4249] - Use better namespacing for Wicket.DateTime initialization scripts
+    * [WICKET-4252] - Ajax refactoring
+    * [WICKET-4253] - LoadableDetachableModel's getObject is not final
+    * [WICKET-4262] - Wicket autocomplete should try to select the real selected value in the list if preselect property is true instead of just always 0
+    * [WICKET-4269] - Component#continueToOriginalDestination() should not return a value
+    * [WICKET-4270] - Remove superfluous call to ResourceReference#getResource() in ResourceMapper when trying to map the resource URL
+    * [WICKET-4271] - Remove 'final' keyword from method AbstractResource#respond
+    * [WICKET-4273] - Rendering of resources in the header with dependency resolving and support for bundles
+    * [WICKET-4284] - make getkey() in resourereference public
+    * [WICKET-4285] - PageSavingThread.stop() blocks forever
+    * [WICKET-4302] - Allow set Ajax settings for AjaxCheckBox 
+    * [WICKET-4304] - Rename interface DataStoreEvictionStrategy to IDataStoreEvictionStrategy  
+    * [WICKET-4313] - Possibility to move certain HeaderItems to the front
+    * [WICKET-4326] - Make AjaxRequestTarget an interface and move the impl to AjaxRequestHandler
+    * [WICKET-4328] - JavaScriptFilteredIntoFooterHeaderResponse + CssHeaderItem Enhancement
+    * [WICKET-4329] - Optimize consequent usages of MarkupContainer# hasAssociatedMarkup() and #getAssociatedMapkup()
+    * [WICKET-4334] - Prevent Wicket from causing redundant download of stateless resources (.js, .css etc.,) on browser with cookies enabled
+    * [WICKET-4337] - deprecate start panel in 1.5.x
+    * [WICKET-4342] - Allow resources disable the flushing of the response after setting the headers
+    * [WICKET-4349] - Extract the code that creates the XML for Ajax responses out of AjaxRequestHandler
+    * [WICKET-4350] - Add more programmatic support for web app construction via servlet 3.0 
+    * [WICKET-4354] - org/apache/wicket/util/io/FullyBufferedReader getLineAndColumnText not used
+    * [WICKET-4356] - StringValueConversionException should not be thrown when requesting a conversion on StringValue with a default value
+    * [WICKET-4368] - Useless concatenation with empty string in DefaultAuthenticationStrategy.save 
+    * [WICKET-4369] - Allow user supplied behaviors to override automatically created ones
+    * [WICKET-4372] - Two WicketSerializableException classes
+    * [WICKET-4380] - Null url argument on missing static resource
+    * [WICKET-4386] - Add maxlength to  wicket-datetime hours, minutes input fields
+    * [WICKET-4388] - o.a.w.util.file.WebApplicationPath duplicates the same logic as o.a.w.util.file.Path
+    * [WICKET-4393] - ResourceNameIterator should not produce resource names with trailing dot
+    * [WICKET-4412] - ChoiceFilteredPropertyColumn with setNullValid to true
+    * [WICKET-4434] - Replace all String.split(char) with Wicket's Strings.split(String, char) for better performance
+    * [WICKET-4448] - Update russian localization 
+    * [WICKET-4449] - Change IValidationError API to work with java.io.Serializable as other methods (info, error, success, ...) in Component and Session
+    * [WICKET-4453] - [StyleAndScriptIdentifier] Better matching of CDATA-comments
+    * [WICKET-4455] - modify the http status code in PageExpiredErrorPage
+
+** New Feature
+    * [WICKET-1384] - TreeTable should support MultilineLabel for NodeLink
+    * [WICKET-2302] - Add Folder.freeDiskSpace
+    * [WICKET-4064] - Guice 3.0 integration does not support JSR-330 @javax.inject.Inject annotations
+    * [WICKET-4162] - Add new StringResourceLoader to allow Wicket extensions to provide localization resource bundles
+    * [WICKET-4212] - Add ISessionStore BindListener
+    * [WICKET-4307] - Support javax.inject.Inject annotation in Guice and Spring integration
+    * [WICKET-4419] - Option to deflate serialized pages on the fly
+
+** Task
+    * [WICKET-3068] - remove application settings which are no longer needed
+    * [WICKET-4211] - package.properties should be prefixed with "wicket-" namespace
+    * [WICKET-4280] - Remove IComponentSource and related code
+    * [WICKET-4281] - Simplify Maven build for development
+    * [WICKET-4377] - Deprecate Component#onMarkupAttached()
+    * [WICKET-4389] - Is there any use for EmptyAjaxRequestHandler?
+    * [WICKET-4399] - Remove IRequestCycleSettings#(s|g)etUnexpectedExceptionDisplay in favour of IExceptionSettings
+    * [WICKET-4461] - Make all Session methods which deal with attributes public
+
+** Wish
+    * [WICKET-757] - FormComponent.rawInput needs a better name

Added: dev/wicket/wicket-6.4.0/KEYS
==============================================================================
--- dev/wicket/wicket-6.4.0/KEYS (added)
+++ dev/wicket/wicket-6.4.0/KEYS Fri Jan 18 21:57:46 2013
@@ -0,0 +1,413 @@
+This file contains the PGP keys of the Apache Wicket developers.
+
+Users: pgp < KEYS
+       gpg --import KEYS
+Developers: 
+        pgp -kxa <your name> and append it to this file.
+        (pgpk -ll <your name> && pgpk -xa <your name>) >> this file.
+        (gpg --list-sigs <your name>
+             && gpg --armor --export <your name>) >> this file.
+
+pub   2048R/DB17275E 2009-11-10
+uid                  Igor Vaynberg <ro...@thebouncespot.com>
+sub   2048R/0BBA7D20 2009-11-10
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.9 (Cygwin)
+
+mQENBEr5q54BCAD0t85K/nhxgsdA9Uy/LURegDRjVeDSXa6sLRIJTq3/7k/ppMrV
+eMWYdNN3ggOH5w4U77/ZKKVZtg3VdzzHcgez6kTZuIOsayH3NpgGEyTUSPPGcG9u
++jDAI1WGYwk4bkTprPcb/yS+OiKPecxstHtgfgrcGzjfEUDJt3D4hNqSs2Ia3mgx
+6+wloGCnTGvduULeUc0ipHH8QF1lOqYM+2IwxtR9lKZ/YNXY7CSESwJFQW3iCbx6
+neZNmrq9ZizNQ6LaUIs3T8c9zgY6fYxaKi6Ey6dsquoPjLbzb36ry6s0orNOKYxq
+8UfvpfxxUzFwSKELu0qDGVwVWZqcEPyJQsAvABEBAAG0Jklnb3IgVmF5bmJlcmcg
+PHJvb3RAdGhlYm91bmNlc3BvdC5jb20+iQE2BBMBAgAgBQJK+aueAhsDBgsJCAcD
+AgQVAggDBBYCAwECHgECF4AACgkQOBHro9sXJ16syAf/VD3Oy2Q6+hxW979tgdLk
+5VE7OXF2vE17NRDqAwRCMomUSovWT/DQBRwQFGsGEEtUUf2iQspZg7MI9gmdWPrc
+pdtFaNkjGlTfhsyRvH4e30ApW1WG6O/5oFegKdaxXn8Wh+bcVYaLFN28p/evZ6Gc
+Sz+kRJpUQUKV+5MVBjC9gubSzWTNWbq+EscTpUgXHsaanNNbuVnGJXmrGtwBxdpj
+xEg/dusUX9JEdsr3HvHlygdDe6A2BMMKD8h9XXrpMBpqjf1el5OZCq3iWl5+XFEN
+2FL7YsZoCskh8e1EoBNCIjPC0isHZ1j+qLe6jqOw61zJ1dRHq7Alu9VxCzJWQzoh
+aLkBDQRK+a0+AQgAsiKrlQ4v+n8ReHfpf3Ay9tdeWQlZedCFLL1Z6zvWttDUntDz
+c5j3eDHMm2NSHrHI4vPe2Gc4Jta/nhzCb6biJ0X6yx8fasx3LcmFesQFFkK+15VE
+/78JuB5WwEVR7W+NfSGnRl4FSXGnzE61L9w7OjpJO1EMo6G6FrXEbFLHdtWLnWCn
+8DjVjdaTDFfBKHPjFWifoLtU4bdXcy16r9x7fO9tbzZ08zPZ6jL5Cg8WnlT+0yxO
+fan4QQB1aFiKw0yXbVX+5xk4kR+lYSrj5kwc06vsIj+VXU4RB/hhYHpzUQGx7Emi
+Bj58b558Pnp5GB4wCHNiZ4upZ7GgpyeB/a7ILQARAQABiQEfBBgBAgAJBQJK+a0+
+AhsMAAoJEDgR66PbFydeKX0IAOfa8dXCs3KLReYzq2mfr4Cp/rix2gSu/Tx1C8rz
+1MhRqqwjLLI87WK9CIyjfeg4G6H4WPB2TVqswKuuRO6vRwkYcWf0KjErCUZvLCJH
+uTTTQ/Uo/s75IWlkzMVQo569WCHyFdcseQVsk9hYTis8q+gQcW9kEEODVC8jeXe9
+Qpokio6JDpmuzOeV3bo3t1RoSqLUblgUOilUxVnfmuAb8QCqlR01Oef5D1gbV9iL
+pNhIdsLGqHrHophR7WqBu04j41wnL3YDt8z0t2kgwryjOwVLXbU4k6aKVi+pnwQ0
+dd0l2jptHXd++doiQkbx22K7xH8p18vnYZiKmjur6GgFfSQ=
+=zk1j
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub   1024D/2D048DE8 2009-04-26
+uid                  Igor Vaynberg <iv...@vaynberg.com>
+sig 3        2D048DE8 2009-04-26  Igor Vaynberg <iv...@vaynberg.com>
+sub   2048g/517F23B2 2009-04-26
+sig          2D048DE8 2009-04-26  Igor Vaynberg <iv...@vaynberg.com>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+mQGiBEnzqW8RBACpKTc4Ut769hR3tj2rqJxKiNYNP9tSsokNJmKb/vSuTO3a7Ugj
+S3vNlW5vPxN6hNEDFE7cN3EeGxkscOx75DqR17gNPjANPx6DJop5yad5KiPnAnuf
+Q2rr86guZUA12+Nln/L1TWcCKklFIAgGrUFYaomESJCt/I7XkV6Qeile1wCgoOvQ
+fK32KVirs2JT2amzqjFNpk8D/0gxAKNSLvmsUrkjVH2JYO6keWdBuNRIcraXzHrW
+qj7buL4Np4AKcQfPgBXyKxu/csSQ90VcNQ3ml5GW4WFNWzoYN8IG330B58DspxIA
+laOPXraSjk54Rr4LYER8WrsDq6iX7zcDOUBCR3fcRwrqFd5wZL8Q8wSUkTrXDUAq
+7bX5A/99zkXzFlEeHdwO16zfSUEYDsRemluRTSF0MEnQG8Wl1oEPoy6jabXRqkYx
+CWWU5LkRnFK01c/EglpcGE8Ua4fUuZlbM8n4WkkhzNZ7i+8tPF/obLGTC0ZW0cNS
+hRJ2nYoTdG3ahJ00y0rPGFGTbkZh4lyp/CKHbnaTYmrLPPGgDrQmSWdvciBWYXlu
+YmVyZyA8aXZheW5iZXJnQHZheW5iZXJnLmNvbT6IYAQTEQIAIAUCSfOpbwIbAwYL
+CQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEE3tRcUtBI3o2s8An2nJTINi/E3PcQaz
+Nurowo7HMR7NAJ4u96zeDFZdw7X6Rw5vF7aCVfwjFrkCDQRJ86lvEAgAjt35CAVo
+X1Qjkngrs5fMabuO3/clp4AFaUEJ4DaimNCf39XJW62SfuoZj0I2hmpymTyNRAfr
+K9F9OvL+xsheTOQwEBK5Sn5vvlwxvc6ZubhmxzflFzyNKqkqs8GkRIPSgtYmmLvS
+pDlV5tu/VuW6cwkHcevZixepzxZdPpzpfuyl+I2OxE+lhN5RlbWJctDxnGFy2lzI
+q11C76XwrVZLHilIKAhv0GytWg+oAnl0s0VN9sVMYLN0WpCC1sAxTDy6mdLIT3Jn
+qcx6Yjfl2D6SiPNvPT7LLH2Mp+yP13RYFxP8QPufNpb7Sm+ZIkIoLJ1osYC61Z4g
+PwhIEidXQgg/bwADBQf/X1NOG35SVONTFpkhfkSxahsX6cwe6/6z2tcPHiR1chcO
+XKPF33FdLu7Aa/hGAuL3RWEledCETfSwj2KTSJIV9P4bGPboI5/8W3MuwgiTYX1G
+V3QKheNQ2Hsz3PNUES4gUNSyztJcmWkXRUINKuXyRREhA9cpjbI1pw6Us/oyhJMh
+WYNMPdZF83Jc93Kf9bwuFLue1YkTtXBxMjowH8r8clm14lr2C5bdpr5w+va5nR5t
+8df2VDlOW7VurwPSOqjxq/8dywju8e+j0sGLmo1acQGRUBX/30hDd+DXCl2f5bqU
+8CJeQthdOotimt8DxWRcjewbH+YeDv9xI3JOI9DW7YhJBBgRAgAJBQJJ86lvAhsM
+AAoJEE3tRcUtBI3omwUAniK7/3f7PBVKZp55I63Ze27l+57bAJ961/2M+R+fAJwR
+I2ftO8ZxKYZPRQ==
+=tTEp
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub   1024D/9456A804 2006-09-21
+uid                  Gwyn Evans <gw...@apache.org>
+sig 3        9456A804 2006-09-21  Gwyn Evans <gw...@apache.org>
+sig          76513910 2006-10-12  Gwyn Evans <gw...@gmail.com>
+sub   2048R/0E6E0D1E 2006-09-21
+sig          9456A804 2006-09-21  Gwyn Evans <gw...@apache.org>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.5 (MingW32)
+
+mQGiBEUSV2MRBACTQWyDM/LbwTxkxJFZeZVhpVmqaSVORNHD6wroGftJpOtHFBZ8
+QgN7P4NwPyLQ/SL4xCVk3Tdri7VHowMI4LSyCqw5OyWGqFSQd7Az/HosgpOk371B
+R9Dokl+wUWHTpcMf8nE56q7h8/m5Z3O9FNs8c6RGtD4ELu7JMwZGxMVg5wCg7Gd2
+Je/2ciUMlNqcWFFMZIkfpjsD/jnffL7ORfdqt+ziwyjwrdxoxEufGX5r08WVuxJ/
+EoKps1glzvImo+WoZ0LeSuXzeh9wV8Aje5a58fbvAolNyGjLIt1QW2pwIGiNTbbK
+KdugN75G6xQDvd66TmPQvbPZYFpo4H2gh+BFVxgV7fJTQ/6YrFg8hwUTpcy+/UPD
+DMnbA/980/Jydx5RHAAp+PY7dmQyp8pYv1Wmt6I1DSB+KX2CsAgGb7PIepxolPoL
+Dtl1xX9S+JELnw9Rgj1kL4kMnRwqkudowd9DXSSU8T3VapIqej3vnRoREZM28aqg
+BxMmDBGJh9M+9e6EIPVA4HSOfsfPCREOk5R3/ADf1mm8tPHDnrQhR3d5biBFdmFu
+cyA8Z3d5bmV2YW5zQGFwYWNoZS5vcmc+iGAEExECACAFAkUSV2MCGwMGCwkIBwMC
+BBUCCAMEFgIDAQIeAQIXgAAKCRByOtHElFaoBP3dAKCxPiCB5freKaTn0Rlf8pp4
+0N4GqwCgoKLJGh3/DNbSffpzdYuztPsYsN+IRgQQEQIABgUCRS6yXwAKCRCzUlUb
+dlE5EDSGAKCGoDGhoLYQuKJZpQNIo1ysIFiZmwCeK1HcUZdtnhOXLO3ipJqIzJ10
+iH25AQ0ERRJXaAEIAK60ist5fIA0aM5labiLgjCKfyrzR4Wlkl+dC32z8ZPkdYfO
+sIEAowVMnFQ1FJ3EZMdNSyd22/WMmVevDHqkY5d2+c+hNQC0EQFfqqHvNPYeVhE4
+goMPLd4RWcN5gG68k2eAM1Okmb12onYfe8w+ki1/aOXeeWYtGfxrt6qsGX5SdXgZ
+4Zk5PvzCP06ho7P+ywn2SU5F03wv386Y/auK8un8v6f6WGjXoADq5HAyHnbPQElI
+TQlO12r+XHRndsgPcKsH+9RtqwsVYMArhBBfu5PDVRKvFODFkP+v0/zuyewO5l2o
+/Dqx1CwHTAjvBOZ+bAjc8gD1XXlD5zdaaXUPH00AEQEAAYkBaAQYEQIACQUCRRJX
+aAIbLgEpCRByOtHElFaoBMBdIAQZAQIABgUCRRJXaAAKCRBcwDSADm4NHmpmB/49
+r+hwqZ3DhwN7+Qp0f35XkQGTQ4W3XoF/2vbk2WrWpn8nZEHZaQfLtmrcbLmM0KdY
+ouxmgsFk8oTDgLwfRklpSX5ojiohx82eXHabnmHKpOJtpUb7gvPYE2ditglbCjSf
+nmlAPyaFTz3rLkdLknK4EFQEihLqf6fLAFAdphiG8mikSN9KpSbTgLyA1pytG8rz
+HjOg9k7WokV3VSDv19wLEY4Sm/YWxRU657KbpJB4cNRqSVFB6yslL0Vt5l4WGNGh
+ENsu4fWlrMt9z6JxkKZZ7vQjEhpqSPP//iKWbdQQPajmvbHUQCRp2wjzsbJN06iQ
+xr2iuEothSkA3iqjlhDdhgQAoIpX0/qXLosjGXZPLRvPCY3O4xw1AJ0ZAa5AMT8w
+ZOzT//usSXQoN3Jwcw==
+=pyS1
+-----END PGP PUBLIC KEY BLOCK-----
+
+
+pub   1024D/095C2257 2007-08-21
+uid                  Frank Bille <fr...@apache.org>
+sig 3        095C2257 2007-08-21  Frank Bille <fr...@apache.org>
+sig 3        095C2257 2007-08-21  Frank Bille <fr...@apache.org>
+uid                  Frank Bille (Work Avaleo) <fr...@avaleo.net>
+sig 3        095C2257 2007-08-21  Frank Bille <fr...@apache.org>
+uid                  Frank Bille (Personal) <fr...@frankbille.dk>
+sig 3        095C2257 2007-09-12  Frank Bille <fr...@apache.org>
+sub   4096g/CA3D62EC 2007-08-21
+sig          095C2257 2007-08-21  Frank Bille <fr...@apache.org>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+mQGiBEbLHYERBADR+YLRN20eSD76cG3cfXYwYoKekD+vlk6XkBvGVYdrbQPwplpD
+NQplQNm77BxOgApHSkS0OvwVYzsUAOzM59h+NEQEro2xewtCBVZu7UyhMtIfNy7P
+sc6jo+YdaTr0E0BkIFQsn2JUoXMjlzczmSO+JrTRtnCXASYsilqiRDLdlwCg/MtI
+a+pc0lPHR1cEnURjW5dKVKkD/2Vqb9M8flVCDilCVmWJewlpf/1dmsB9g+eTDsi7
+fWCQ0DwR0UMaLD67hUegb5W0NRDJ1ZwlBiaQ34uf39Y0nQeOXA2gVSFKyqCvu9NU
+J0YjVmXakXuoZ215q0LHNRAxeyj3P1znDLuVKyemW/C04zRycmI/zV1WHn+i980T
+10TZA/4zOLRzNLp9IJBa4eTVtOnGJUgiO2qfiYWS/kwd8EuyqtVLpOC65ATIX9Vv
+IynHvFFZYaM1wNLomjqGCAqUcQQzg8MbILc843230xtO/hTogYE80HWPTPOXb5Te
+D2IHA0UCEeItroVjve0wdrpC8T2KSlzCFZyjAoGkBDtusBey7bQyRnJhbmsgQmls
+bGUgKFdvcmsgQXZhbGVvKSA8ZnJhbmsuYmlsbGVAYXZhbGVvLm5ldD6IYAQTEQIA
+IAUCRstCgwIbIwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEEZXdeUJXCJXTJYA
+nR8xp3DRKoJtM7VxQ/M2YpZ6gF3PAKDUx0Dwj4o1JQjS6ADCC6VkWVg1CbQpRnJh
+bmsgQmlsbGUgKFBlcnNvbmFsKSA8ZnJhbmtAZnJhbmtiaWxsZT6IYAQTEQIAIAUC
+RstCZgIbIwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEEZXdeUJXCJXan8AnRYQ
+Ov64lCNWaipZf/C4LJR0QoDwAKDsivmAODN6/fQbQfzk0IgBsLq/kLQjRnJhbmsg
+QmlsbGUgPGZyYW5rYmlsbGVAYXBhY2hlLm9yZz6IYwQTEQIAIwIbIwYLCQgHAwIE
+FQIIAwQWAgMBAh4BAheABQJGy0KUAhkBAAoJEEZXdeUJXCJXNmsAoNu7h10V0pqW
+I4KAxsoPCfC8HbDYAKC2vFMW3aA5F2nFoA1DcgQnAONUzIhgBBMRAgAgBQJGyx2B
+AhsjBgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQRld15QlcIldWNwCdEXKBbC2X
+XJFwQSIm7PcqqQHYHgUAoOJNNsMWn4HQpHMyaCeTBT+Sa7GxuQQNBEbLIAEQEADQ
+Lghvp6bi3D5f8Yt5NLlBAioq3JzdfnpZXkz/StfbFUx1iVMxCXWy/csYuFAn+rCh
+AkRteWCtb60fbfPwtN0UgEACN3HnJKu9xJP8x48Ec8vGjefep7w+fgyAGX/3C21l
+79sazdrhKsOpL5POHKZ6LTDuEyYKaOgzfpI4BFTpEfYgv2wd7LdDV2Z3AHnRMrft
+f8Uu90atUNNoZ8jdkY20naNgl1RldbPe4mf2DHuTwLWId0qC4scdwcAZ7DACdhwg
+ey4pdukwybOhoQ5jjR/8yAXx/D77Ac+4Ie4CUAW8WJ7NESWw6xABNtmopzxYaEe5
+W59UoRvTKMA41TZYxBU56rNoTNaXHmDDP9yccenVfGESGauVs3rFmsQt0R0dyXrz
+K78ltbKrA1kpRYRU6NtakC5lP+tB20Z6jPhZ+uviBQJ1VcnsVKLc894B3Mf4YT7f
+TzgJDfABLJ9LYvWarPx2bbMffa+zwasnjSceBqWiQKds9H5fESxcTROskN5SZOGF
+1TSIMOX8TKA3u3Ql5axTk5l++lRCOIlzgSHR5YY2Wozn6W5HCwgPDuwMJGuEUgeZ
+Dy3uuGHGDGuG8RB/14dZg/8YCRZucp3qQgmRC7n1Jrv1wmqQhJU3KoaXQ843Fl+f
+XGp4HcVrwyGfglHU4lMmc7jK6ylo+dqNvZI9uRKcgwADBg/+K4J0rD8uwszS0Kch
+J+A3kZJLBVR45Gxz5Rp1EqhudUWOLDzMbCuxnMxKhH80mBj0+ScQ9um9wr4cA6pg
+K8q8wmxEXnFE6Z1T/ED74MMCw8/E6mDPZqtSbVeJvv9tafKTKKkUlxkFAldP/YoM
+hUelJ6MMpEiv4Q7+nrfnOaidzhGDTjxQqX9ysWuP+kpdk7nQChDjA/+kSoH20ACR
+TrI2nw52rRjpAVEFqHXljRxZ4RtAC7wNTK3MvepVcDo45XdxyAf5VmWO26z9b778
+yEyr2KnlIpXr6VbamdLRLS+OXQ5q8it+gfTSA88UYmjeXiEcWyE1mgFQEq3HvyHQ
+wt9cPyePbpaBkHIk/OoL54hDJ+ZRNSFla+WKgV0wFl/6wzKt99rbqwrX93l632ac
+PO8xe1MmNcu+idvY6t1qM2dzxwXjMIgX19tZe//syLuGX95P79/GjyHMNm73DZ2S
+OmN+EsgeJXjkhGIfrA0c8S2/Nrz2squ3QNlt1rU0RnSu8He1fTI3BMRLlAZlfxlo
+WasN/5G9eqRJqQwh6YCFo8lDF/6itGHNLNydKOVNBx6+BUB6NvM/TiJYvHkHG3fN
+H5jHEYwIJFi2Ld4uZeSsW1EKOlnfmvpmSfzfZkYQP2FZna2hfRsk9cKqJPbb/+bD
+4YMLl4lmUKtPx52Go+PjmMDPEBWISQQYEQIACQUCRssgAQIbDAAKCRBGV3XlCVwi
+V0fVAKDvQr/OTjesqCIJP231DMEsnvopSgCgiXNraDm0pKLIpmKLbv54OSLIN4Y=
+=tKnI
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub   1024D/4C7657F1 2007-09-20
+uid                  Gerolf Seitz <gs...@apache.org>
+sig 3        4C7657F1 2007-09-20  Gerolf Seitz <gs...@apache.org>
+sub   4096g/FBC58959 2007-09-20
+sig          4C7657F1 2007-09-20  Gerolf Seitz <gs...@apache.org>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.5 (Cygwin)
+
+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
+=j1x2
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub   1024D/17825D51 2009-03-06
+uid                  Jeremy Ryan Thomerson <jr...@apache.org>
+sig 3        17825D51 2009-03-06  Jeremy Ryan Thomerson <jr...@apache.org>
+sub   2048g/AA0068BA 2009-03-06
+sig          17825D51 2009-03-06  Jeremy Ryan Thomerson <jr...@apache.org>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+mQGiBEmxRE8RBADd7hu3HaH3kjvXIqm1AwTNrFvend8S8wY72SvY+BcpVxrvAIVf
+blQnWtTRk3zMZG0RqbCZNbVuOYgL9LbT0vwpXkz2/z12Ii3YNRBOW7DS/20NuIAO
+7Sg8Md9w9Iy5Az1P16Mkq7V9EmhezJBmpZE0jHE4S4RGaRPwIRO/bHD+hwCg2Onk
+v/kRENHC6o7/h+Wp541bHz0D/R1PRrZIXg0aNZ6h5NyMo0fWIomHow3NMjfgJ2vk
+q2CroQCd9+5fI0bTfgSuyh8z7YYCR2rS9brB5GPbX5QXCG2GIOhFXKSVfJ8QQQH2
+EpmOMuMxis9pvGK7SyRS5Akd8HHr3JOpbnU8Mai7GTovZBWlzJgk4NOxUiGRju3P
+ShrRA/4lzWknas6W4+gPcf/DzYUkD1teAiQ29IGZ1FhcRAYsMNx/yl4ToOZjX8Lw
+ed5k2WftTfz6zhNiEsbK9LHQITds2g0sxRznBt9In7PbfVceXkBWnlOXt9eBTFxf
+IPch1jSYrhWg0uwF5SvgDubYAijbO49PsNKzXN4Tc/GbW5WhP7QuSmVyZW15IFJ5
+YW4gVGhvbWVyc29uIDxqcnRob21lcnNvbkBhcGFjaGUub3JnPohgBBMRAgAgBQJJ
+sURPAhsDBgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQDH9rOReCXVHbxgCg1RG5
+KY6PYspU8yPNX/UjjJIzxCoAoNaRREZGU/OhcKk+skwplvK4wa74uQINBEmxRE8Q
+CACgseDY+eINQeAgENsIWVJ3OJx7Y9KxF4V1MIa3DLW8AUsUu4qPJDn9ARbgshqb
+0KN1gVvleYjBEY6uWFvG1+JbX+djCLqe+0tj4p/+gPNwe52aTQkaGQFWDVSFrW8O
+l6Xc2QAfJlXeUU1vYrhLEdCkBskJAR5M/I66ZrleVII7Hkax00tcxZge7+4cj+/5
+OypxoRW0TlWy3UqAn5zD6DvcJBCbzr4dIS05mqPLePGUvme2RZl44ODOLDqVDdpJ
+f4ORsrcoZWzU4smgZZKv+WKpeSArGZil5WkP1HnYY4bIVG34uKuoSYb/qfhelz3A
+ARHw6rlrbc3KMvSiZpVDCU0fAAMHB/oDIx1QE2Qwk+EgaGBbD5vYBqMgJPhXLSIa
+tHqdTYTsIGxYM3Xm2sg2tdajLZ5RFXlminTlzCOPjRPHSMb61g6t2WPdH/vIJVRS
+0+6xN/Y3w7BHizbdQo06oyw1rt62wmdSUHkIkOv5H6aeaCVNMlYwXJjG8CxAycgT
+1yRnxf76U4fhTTu2QiCTBjcrOyUUDShY5/gSmYKsEgl3SgvweDUxWAW7JzUD455T
+c/yqG5LsNsaQddJgxfkew3zzBxZVmnqfKBsnyqJx/kc4b6YI92DCMurQhenyxIu7
+dvfh7ZlkRMUT5RaWvbUbrcBSmhPxNZbOfE+7b916njBXos4tVAFmiEkEGBECAAkF
+AkmxRE8CGwwACgkQDH9rOReCXVFj7gCggms4u9LXxO609RO7TGgJsOfXHEAAoNU7
+D8KDqzhbmZiGdVLh3ovdnZDI
+=oKbI
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub   1024D/FC72FD45 2009-06-28
+uid                  Martijn Dashorst (CODE SIGNING KEY) <da...@apache.org>
+sig 3        FC72FD45 2009-06-28  Martijn Dashorst (CODE SIGNING KEY) <da...@apache.org>
+sub   4096g/6A056840 2009-06-28
+sig          FC72FD45 2009-06-28  Martijn Dashorst (CODE SIGNING KEY) <da...@apache.org>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.9 (Darwin)
+
+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
+aqbuQMfk3xnzgQQLSA==
+=6p7B
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub   2048R/5F504C16 2012-03-23
+uid                  Martin Tzvetanov Grigorov (Apache Wicket) <mg...@apache.org>
+sig 3        5F504C16 2012-03-23  Martin Tzvetanov Grigorov (Apache Wicket) <mg...@apache.org>
+sub   2048R/FC646C25 2012-03-23
+sig          5F504C16 2012-03-23  Martin Tzvetanov Grigorov (Apache Wicket) <mg...@apache.org>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+mQENBE9sTlEBCADBp0yRCcNJCJJ0imMyUGzOh8Xw1NA4uPARotluDymY9Yqjfe8F
+vq4vj3cC3BbinE4lGg02hkSx7od7a9ASVwhWOTWFeqJhRjJAgn9LBgaNa3PwgnLn
+Eduu5tQtAOzg1dwSfR5vZy/hZhTwdDZZBnDWeusfSc8NO7LvuyTx+ra1nclU89ws
+DQINW7wHmIVFdHA3OqRuwZeGV5CCIWya1DRTCxd1B85TpW1w1ZWvarr1bLX+JvQ5
+bHIWta8blJtbDXFM9+fj0JCdHgsZINUoctpN8Kh+WQ8S0yGfYpv9unmySb5cQbxC
+7mG38LgT2SZtzX7ZjnfiFqGNOMOBBL65XE8XABEBAAG0QE1hcnRpbiBUenZldGFu
+b3YgR3JpZ29yb3YgKEFwYWNoZSBXaWNrZXQpIDxtZ3JpZ29yb3ZAYXBhY2hlLm9y
+Zz6JATgEEwECACIFAk9sTlECGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJ
+EAvoPrBfUEwWmEwH/RmnT4P9554fF01ChQPn/N8vNKu6gLQ8qoakdGw2mPfyobRy
+dBPZQkXGrehLIsPMJxiDYFVM7z8pvKDJ1z7J1x/u5tGfxkvv5wI9GGHgqylAXRCI
+iPtbWmXvb934G68MjXTKi6BhstJ46bp6B/HDerNubc+Zdg1kwWnEe+2vMktZwl3B
+H+Ml9UqbatMASHeadQWikrdaCS5CCZmMLpYPwRyDhEvUa/IbMAhvGfH7mJTjw5Us
+Q1WYBQ1Dp+GjkAFHxiTba1Yn4TriEdVvI5fDnIyABVVohJDnxgnnZumUyYV0yc8C
+H1pJhlqf70+kZu0it3Z5ux/yikeQ7QRP2Tp9cc+5AQ0ET2xOUQEIAKTSBEXDEiys
+9qg6GUEeBvJn7UUUrFoExao6p37mzxFuB/AUMHUjsMAGUi7IJwkWYBe9dIn1BCZ3
+gx3gtoZBfPOLgnSuuWPMbZTVCO32BbIuaD15kcJSUwxSOl2uI6mDj+Tw/kop75DR
+BOCMVE0b1O/uUOvJR49qCy9SCUZ7thlnmS7Z/KmqvDvttPK5/8mbheJ77snQUZbK
+ihzzUTyEnWLpeDvxrDNtp9RLVF3YIDzT2YyJQWZIsWEKoAag4hYxa5S65KvxPhXa
+xQZsbHXC2WeABnr0aqykMNGI/PNYPLbAFgiXmCt/+1aqhfSBZQ/1WtTReJh05cB0
+XF2JSDoT/3kAEQEAAYkBHwQYAQIACQUCT2xOUQIbDAAKCRAL6D6wX1BMFvt5B/9S
+4jesLkpqvnFbwW4xOmpKjrkX8bHVgJ4iWYo3ejJ0dyUcEPmfm6+w3rijw+JmaV5D
+ACSffNPJkOyR9OLBWIHbTc2lMJ5ywfY3Li+hpAMTIWs+/U1p0FBDWgAXgAKehXHu
+2ytjHlkAbFnlzYJETHyknmbixEi/stVeZ68SRrnirzj+nB4iXDasxDmjZU39shvb
+Kvrmyr7ci9ZnYqB21Pl9YW3n+/kZ5Z4SkKKFPCHNFTgyguwxEeyA+nwXKRm007fD
+RsbKjcu3wZtaEu1Y3BiA1FIbcDBFS4blwR44pYJjC5QcZM/y1EcfL5FLjppWfDHY
+5bBSOP6RDv4s6UwfvfA3
+=cnE6
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub   2048R/A5C5A754 2012-04-20 [expires: 2013-04-19]
+uid                  Carl-Eric Menzel <cm...@apache.org>
+sub   2048R/8FBB9214 2012-04-20 [expires: 2013-04-19]
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+mQENBE+RRlYBCADEPKHOU+o0TD7ePtdOs26j9TvnIwJT78Tb7THxpTf+3uyFpliF
+EpcK2e9WpiayplYVqltUG4AxsPA84QKgaJenBVtD9VM/m0smYvBdhHVS7Kxjs4Da
+xdAIzyeA2WgTgeTVqjd+yt3NtaUVRzCxMT/gu5DYoYfT18R4bwnuElOHxCU0RYyc
+Gzsra5EjsR/QVhORRkWDfQztCCgnN9mYiJy3L3IRk/R1Cy9SyKSOOtfqhMb11zX2
+OQJwoEWrE0Z3L3rxsGd3sG3erE3XM4QYvVrTp/uYzAq4aD1I0wTVDh1XCjHDE67x
+g0AT1EefTDh9NzjmxW2aochdDSVTCHWe6+OdABEBAAG0KENhcmwtRXJpYyBNZW56
+ZWwgPGNtZW56ZWxAd2lja2V0YnVjaC5kZT6JAT4EEwECACgFAk+RRlYCGwMFCQHg
+eAoGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEJPPydulxadUnXoH/jxAsZ0V
+A2VQId6UzqNOQVzbEg6D4pgdsqBx0EjFQOMqqdBAEpuXxEugF46fbTmeBy6/z3kJ
+/w36GAGonji5JbzFybwMdnoTB7ku0NctCA6wydGxaZ74FTqTyaRNAI3fjruzYpRo
+xmOrPfkFj4cbG7TLW2sa6fDgYYM5ZuyJbW/6cvroTxHcg4jGJaOxREV7J0jQ9vji
+PXBzrzYF7lotMbpAJQX+YyhfYyWimjWTNua6KXz0GkhapwMB20onAL5pikUNAfIY
+D9VCGOP9fU1EE0GnPUNM9N0DJt9OOgW14G/ANcK+U8p5KC1E1gV6crDcbvQQzzvH
+VgC3NcBRw6P2QkuISQQQEQIACQUCT5GdqQIHAAAKCRDK/G2zgI9KjiMpAJ9MxZfz
+PUvNLei7ml/QX1jJf6qmowCeNFvKlXZTE97m1CWIR/rb2tM3GO+JAUEEEwECACsC
+GwMFCQHgeAoGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheABQJPlQABAhkBAAoJEJPP
+ydulxadUGqcH/Am9X1T7he78YVzVj2fF5EW1DyNm5fsQNeGKiVPYQTiPWKKNWg2Q
+FNw0fqqbLjwIqeQlmIDREhV1imJqR7GLGy75uYyM/2kIb1I81d3bGK1x69ujEVG4
+cRxfSzExHLywgVZTt4KTLx/5zASUyERhp+POZNqQXbWqWDLORdDDpLa0N4bRg0Fb
+jOOwTfhZKgzRAFn5BoOcDdYopIkBHcdYq6nBwwzM4p5XbehvJxt8O02/cuzSwTWA
+TH2qU7vXVxpxGD3AliGnbD65G/tPkFNmVdIkQi9t1XHTP9z3IzuuSV9q8QDS2Rz8
+pOr3+9G1VQBYuhaGKUby/iYmOiI78I1OgYa0JUNhcmwtRXJpYyBNZW56ZWwgPGNt
+ZW56ZWxAYXBhY2hlLm9yZz6JAT4EEwECACgFAk+U/5QCGwMFCQHgeAoGCwkIBwMC
+BhUIAgkKCwQWAgMBAh4BAheAAAoJEJPPydulxadUU0cH/ibH1DrqvYceWA/h6e0F
+wH1IgJLrHHj82Db0qH03DY4Qp6oR7S8E4y0AQSCKplgobOLWUZiovrfpvhwClce0
+PqYMZB+LaRgCN/BxmT+UmpNDemNdJBFh8BRv71fpp3nPJ/V0NK8F1f/Yd0dVxNbZ
+rd0kcA161k8FseRpzJQFu1PkQNwGABXTMNZXPLYZcWjb/RiBkHuOgeipbtIrovLK
+QAjvHE1FuZkFyoujEGrRioerEfQLhgoylzthL7uk+499w4j1cAIaxXouQnBD6Y7m
+8Sk/CTNIRhHfsk8oiLEEg9mHJ94Mk603RgyACzyQh3ktPuw7MAA1KGf/zOrnAGz0
+sPCISQQQEQIACQUCT5T/4gIHAAAKCRDK/G2zgI9KjvS5AJ46abL9L7Yfsxaz/i2w
+RI3q0J+DKQCePIlWHjsog0mJNmgpkngmI+xHKAC0MENhcmwtRXJpYyBNZW56ZWwg
+PGNhcmwtZXJpYy5tZW56ZWxAYzEtc2V0Y29uLmRlPokBPgQTAQIAKAUCT9hiCAIb
+AwUJAeB4CgYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQk8/J26XFp1RHgAgA
+nfjRgnrsvvKn5qBso6Z+YL8fPnW8OJRU5E525pSxvwxW+CeUWTPo/1opJHHu5jk5
+1FFS5hXM56rribmQqjPXAyEOO/zrJ1bfxxnxKgrvlmexLZu7xCB14JPDcGyRrKK6
+lqCFskYPlUi6XGKf7EC+SRo3SV40gFkCzQPGeSoTYFprZhpvjuwecvPEbCaIs0Ka
+8XhFkuMvMIcZL6oKqToiM7Hk/z978QhEmSTV1oPn99KqMigkZNLRMgFWv7P6tvVk
+UKN3PjHawVNWicmaoJDEtuxesNeIkBBNG9X4fbm2jGILpg8O33OXpP9BChfO3TpR
+E3oJtaFZEhG3IyhmadGfwLkBDQRPkUZWAQgAz9g8wCltkUe5x1K8N6TOQrfTvkB5
+26O6kQ44OlYKYkqFbAxqje+m7wkCXDEv7LzWPJRs8mxIKY5eAt0tg9tZmyWrtH4Y
+Lp3n3gzmxsBMJXaS+zn3m5U7xv3BjY6zOXpNt0hnk13QjrhwQpBexXgMS3rBQ5JD
+nGzTWX38aqUIJ0mBthk7p7JxkCnhcSYx54czsBFDri6lTMufGP7s0+erQRA2+4Uz
+aSQCCEo+Jw8fsLWB+Ytevofa+6PwdqlD8kwhSXmAuMHNy6QP7DpMsfUOEu3iIeDW
+NogntxOrjQmRgUfVkJNMAwIZeznJ8t+TNda8pnLLfqX7l2hjKFUCQjqP5QARAQAB
+iQElBBgBAgAPBQJPkUZWAhsMBQkB4HgKAAoJEJPPydulxadU8XAIAJEc2lyMuK7x
+Ll/wfxeHuBF6QWCnpvou+sqEFGnSb1oJYs98dc4UlVPPvzGexsebP0dfhJ8HZ6p9
+WO6rOxpgbluoXSZ9bgh/95/Vfv9e9lcxw5kKUY8rJgKZ5cNNGF2LxI0I5JLSSq0r
+StlPczhZyBCQbrBG+/EkTwJMBul+qWBeZdKka3Mp01mfHP4SThcAQooUQilda1gM
+aqrSmgStiLms3//ufXWfWBcI0SQdioWGBl3EArrz1YxpRRRZlkApAJqyqHmH9bVD
+l3n59LB0W/YXRvXE8pq5Id+idx+knOslOP8UieX5LOnJlY6e7yoVSOe5tpWRrYQy
+82/riJD29BA=
+=hP9Y
+-----END PGP PUBLIC KEY BLOCK-----

Added: dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.asc
==============================================================================
--- dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.asc (added)
+++ dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.asc Fri Jan 18 21:57:46 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.12 (Darwin)
+
+iEYEABECAAYFAlDLTh0ACgkQJBX8W/xy/UVqxwCfWiX1UnejBxytSJDjEXuqGNru
+JDUAniDqXqJqmMGdFgIbKItsOr56OLtN
+=Yie1
+-----END PGP SIGNATURE-----

Added: dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.md5
==============================================================================
--- dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.md5 (added)
+++ dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.md5 Fri Jan 18 21:57:46 2013
@@ -0,0 +1,2 @@
+target/dist/apache-wicket-6.4.0.tar.gz: 87 7D 2F 04 35 20 6D 00  F1 93 E3 60 93
+                                        28 47 F6

Added: dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.sha
==============================================================================
--- dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.sha (added)
+++ dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.tar.gz.sha Fri Jan 18 21:57:46 2013
@@ -0,0 +1,2 @@
+target/dist/apache-wicket-6.4.0.tar.gz: AC0F 61EA F7B5 24C6 C7C0  C365 4049 7EF5
+                                        5DED 0F0E

Added: dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.asc
==============================================================================
--- dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.asc (added)
+++ dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.asc Fri Jan 18 21:57:46 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.12 (Darwin)
+
+iEYEABECAAYFAlDLTh0ACgkQJBX8W/xy/UVJYwCg1FjAKyVd4PDzLMz3I5rd3gyK
+aSMAn1G+lRe0wKa73r9DRW3xwPzW7mKN
+=xdBX
+-----END PGP SIGNATURE-----

Added: dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.md5
==============================================================================
--- dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.md5 (added)
+++ dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.md5 Fri Jan 18 21:57:46 2013
@@ -0,0 +1,2 @@
+target/dist/apache-wicket-6.4.0.zip: F3 1D 4C A2 79 7C F7 6D  BA 8A 9D 49 F3 1F
+                                     EB E7

Added: dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.sha
==============================================================================
--- dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.sha (added)
+++ dev/wicket/wicket-6.4.0/apache-wicket-6.4.0.zip.sha Fri Jan 18 21:57:46 2013
@@ -0,0 +1,2 @@
+target/dist/apache-wicket-6.4.0.zip: 9806 089D 8285 91AB B1E8  39BE A418 98E5
+                                     4096 3372

Added: dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.asc
==============================================================================
--- dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.asc (added)
+++ dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.asc Fri Jan 18 21:57:46 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.12 (Darwin)
+
+iEYEABECAAYFAlDLTiMACgkQJBX8W/xy/UVy7QCeLwfiD9Fuyz+KaHaRZMI+wC13
+wk0AnjaEYufQIqv5kPIfaXNXLuVsip3P
+=sbcQ
+-----END PGP SIGNATURE-----

Added: dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.md5
==============================================================================
--- dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.md5 (added)
+++ dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.md5 Fri Jan 18 21:57:46 2013
@@ -0,0 +1,2 @@
+dist/binaries/apache-wicket-6.4.0-bin.tar.gz: 
+63 97 4C 55 0F AA CF 2A  25 87 54 BA E8 3F B7 F1

Added: dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.sha
==============================================================================
--- dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.sha (added)
+++ dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.tar.gz.sha Fri Jan 18 21:57:46 2013
@@ -0,0 +1,2 @@
+dist/binaries/apache-wicket-6.4.0-bin.tar.gz: 
+AB01 35D2 0F1B D690 0E46  8450 342D AC43 68D8 9CD4

Added: dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.asc
==============================================================================
--- dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.asc (added)
+++ dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.asc Fri Jan 18 21:57:46 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.12 (Darwin)
+
+iEYEABECAAYFAlDLTiMACgkQJBX8W/xy/UVedACfW+w87cI17BEGSmU50xSPhQfJ
+hb0AoL0j8vUxvKpt+q7tCOJ+Ri8sN0+c
+=/oj+
+-----END PGP SIGNATURE-----

Added: dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.md5
==============================================================================
--- dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.md5 (added)
+++ dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.md5 Fri Jan 18 21:57:46 2013
@@ -0,0 +1,2 @@
+dist/binaries/apache-wicket-6.4.0-bin.zip: 
+35 2C A9 A9 63 84 EF 3B  D1 6C 61 92 AA F6 8B 86

Added: dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.sha
==============================================================================
--- dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.sha (added)
+++ dev/wicket/wicket-6.4.0/binaries/apache-wicket-6.4.0-bin.zip.sha Fri Jan 18 21:57:46 2013
@@ -0,0 +1,2 @@
+dist/binaries/apache-wicket-6.4.0-bin.zip: 
+BCA3 4D79 3982 D618 065D  414B 43AF 6773 8077 C9F0