Files
spring-hateoas/src/main/java/org/springframework/hateoas/mvc
Oliver Gierke 653f28727c #122 - Fixed parameter binding for optional request parameters.
If the method arguments handed into a dummy controller method invocation are required but null we now throw an exception as we cannot build a URI that hits the very same method in the very same way. Based on that, we now inspect @RequestParam annotated parameters for null values, allow them but don't bind a parameter for them anymore.
2014-01-02 12:15:47 +01:00
..
2012-05-10 20:25:31 +02:00