This is an automated email from the ASF dual-hosted git repository.
papegaaij pushed a change to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
from 805788eedf Document that the URL and cookie crypt is not authenticated
new b006df89df Validate locale/style/variation decoded from resource URLs
new 9bc8cbd6e5 Enforce the configured upload limits on the Servlet Part
fallback
new 4766658865 Respect escapeModelStrings in the editable labels and their
editors
new 65e45d6355 Clarify two constants in the resource URL and upload limit
tests
The 4 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 +-
.../servlet/MultipartServletWebRequestImpl.java | 76 +++-
.../org/apache/wicket/resource/ResourceUtil.java | 71 ++-
.../upload/FileUploadServletPartLimitsTest.java | 485 +++++++++++++++++++++
.../ResourceUrlAttributeValidationTest.java | 234 ++++++++++
.../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 +++++++++++
10 files changed, 1197 insertions(+), 30 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