Updated Branches: refs/heads/wicket-1.5.x 965398fb8 -> c08eec8fc
Merge branch 'wicket-1.5.x' of https://git-wip-us.apache.org/repos/asf/wicket into wicket-1.5.x Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c08eec8f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c08eec8f Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c08eec8f Branch: refs/heads/wicket-1.5.x Commit: c08eec8fc541594ece1605ae36a4b5fc6ad4a7b3 Parents: 70c8733 965398f Author: Igor Vaynberg <[email protected]> Authored: Wed Feb 1 09:30:22 2012 -0800 Committer: Igor Vaynberg <[email protected]> Committed: Wed Feb 1 09:30:22 2012 -0800 ---------------------------------------------------------------------- .../src/main/java/org/apache/wicket/Component.java | 44 +- .../java/org/apache/wicket/MarkupContainer.java | 42 - .../strategy/DefaultAuthenticationStrategy.java | 2 +- .../org/apache/wicket/markup/html/form/Form.java | 4 - .../wicket/markup/html/form/StatelessForm.java | 32 + .../protocol/http/mock/MockHttpServletRequest.java | 22 +- .../util/io/WicketSerializeableException.java | 2 + ...ponentBehaviorOverComponentTagBehaviorTest.java | 83 + .../org/apache/wicket/OnMarkupAttachedTest.java | 96 + .../http/mock/MockHttpServletRequestTest.java | 36 + .../wicket/stateless/StatelessFormUrlTest.java | 35 +- .../apache/wicket/util/io/FullyBufferedReader.java | 11 - .../org/apache/wicket/util/string/StringValue.java | 1665 ++++++++------- .../wicket/util/value/CopyOnWriteValueMap.java | 905 ++++---- .../org/apache/wicket/util/value/ValueMap.java | 1708 +++++++-------- .../apache/wicket/util/string/StringValueTest.java | 23 + 16 files changed, 2524 insertions(+), 2186 deletions(-) ----------------------------------------------------------------------
