Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Turing Sprint 196
Description
the ParameterInfoInvocationHandler#getPrefixedParameterName implementation is completely pointless. First of all, downstream projects should just override the behavior if something specific is desired...but the default should just be as simple as:
protected String getPrefixedParameterName(final String parameterName, final ParameterConfiguration parameterConfiguration, final HttpServletRequest req) { return parameterName; }
Attachments
Issue Links
- relates to
-
HSTTWO-4507 Component variant not rendered for selected segment
- Closed