This is one weird problem. Switching on TRACE level logging, reveals that Spring MVC is invoking the filteredMembers method in the controller, without any arguments:
Joshua Wilson, I hope this helped, but any idea if this is a Spring MVC configuration problem? The docs state that removeSemicolonContent property should be false for RequestMappingHandlerMapping, and despite doing so the values were not populated.
Also attempted to add a @PathVariable parameter like here, but that didn't help either.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
This is one weird problem. Switching on TRACE level logging, reveals that Spring MVC is invoking the filteredMembers method in the controller, without any arguments:
Joshua Wilson, I hope this helped, but any idea if this is a Spring MVC configuration problem? The docs state that removeSemicolonContent property should be false for RequestMappingHandlerMapping, and despite doing so the values were not populated.
Also attempted to add a @PathVariable parameter like here, but that didn't help either.