This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch WW-5626-approach-c
in repository https://gitbox.apache.org/repos/asf/struts.git
from 262b495a2 WW-5626 add JuneauXmlHandler integration tests for
@StrutsParameter authorization
add 9eb0d5f37 WW-5626 test(rest): cover JuneauXmlHandler post-parse walk
for collections, maps, arrays
add 5e8fef355 WW-5626 test(rest): cover AuthorizingSettableBeanProperty
builder-path deserialization
add 69ffeb0fe WW-5626 refactor(rest): extract helpers from
ContentTypeInterceptor.intercept
No new revisions were added by this update.
Summary of changes:
.../struts2/rest/ContentTypeInterceptor.java | 97 +++++++++++++---------
.../struts2/rest/handler/JuneauXmlHandler.java | 4 +-
.../ContentTypeInterceptorIntegrationTest.java | 1 +
.../rest/JuneauXmlHandlerIntegrationTest.java | 42 ++++++++++
.../org/apache/struts2/rest/SecureRestAction.java | 31 +++++++
.../struts2/rest/handler/JuneauXmlHandlerTest.java | 9 ++
.../jackson/ParameterAuthorizingModuleTest.java | 51 ++++++++++++
7 files changed, 195 insertions(+), 40 deletions(-)