This is an automated email from the ASF dual-hosted git repository.
papegaaij pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
from df28f7505a Document that the URL and cookie crypt is not authenticated
new 2f20b191f7 Validate locale/style/variation decoded from resource URLs
new 089e6f603b Enforce the configured upload limits on the Servlet Part
fallback
new ed4d4ee964 Distinguish page renders from listener invocations in
resource isolation
new 34da4c600e Respect escapeModelStrings in the editable labels and their
editors
new be6ce16baf Clarify two constants in the resource URL and upload limit
tests
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../resource/locator/ResourceNameIterator.java | 9 +-
.../http/FetchMetadataResourceIsolationPolicy.java | 84 +++-
.../protocol/http/IResourceIsolationPolicy.java | 50 ++-
.../ResourceIsolationRequestCycleListener.java | 26 +-
.../servlet/MultipartServletWebRequestImpl.java | 76 +++-
.../org/apache/wicket/resource/ResourceUtil.java | 71 +++-
.../upload/FileUploadServletPartLimitsTest.java | 461 +++++++++++++++++++++
.../ResourceIsolationRequestCycleListenerTest.java | 107 ++++-
.../ResourceUrlAttributeValidationTest.java | 223 ++++++++++
.../apache/wicket/resource/ResourceUtilTest.java | 67 +++
.../ajax/markup/html/AjaxEditableChoiceLabel.java | 25 +-
.../ajax/markup/html/AjaxEditableLabel.java | 7 +
.../markup/html/AjaxEditableMultiLineLabel.java | 7 +
.../AjaxEditableLabelEscapeModelStringsTest.java | 246 +++++++++++
.../src/main/asciidoc/security/security_5.adoc | 26 ++
15 files changed, 1443 insertions(+), 42 deletions(-)
create mode 100644
wicket-core/src/test/java/org/apache/wicket/markup/html/form/upload/FileUploadServletPartLimitsTest.java
create mode 100644
wicket-core/src/test/java/org/apache/wicket/request/resource/ResourceUrlAttributeValidationTest.java
create mode 100644
wicket-extensions/src/test/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabelEscapeModelStringsTest.java