-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WW-4572 Http parameters #58
Conversation
As far as I see it, there is no new functionality (like security checks) right now. Currently the code is just refactored to work with new interface/class The method This looks promising ... Beside future things, I have two questions about how things are done right now:
|
(cherry picked from commit 5421930)
…ding with JDK8 (cherry picked from commit 7c4bb7e)
… behind Maven mirror
Conflicts: core/src/main/java/com/opensymphony/xwork2/util/CompoundRoot.java
Conflicts: core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java core/src/test/java/com/opensymphony/xwork2/interceptor/I18nInterceptorTest.java core/src/test/java/com/opensymphony/xwork2/interceptor/ParameterRemoverInterceptorTest.java core/src/test/java/org/apache/struts2/interceptor/MessageStoreInterceptorTest.java core/src/test/java/org/apache/struts2/interceptor/ServletConfigInterceptorTest.java core/src/test/java/org/apache/struts2/views/jsp/ActionTagTest.java
Closing and reopening to make sure Travis is working. |
Implements WW-4572
This PR converts
parameters
to be represented by a dedicated class -HttpParameters
- instead of using a simpleMap
.