Files
spring-boot/spring-boot-project
Andy Wilkinson a5d20ffed7 Avoid NPE when creating method tag for WebFlux req with non-standard method
Previously, a NullPointerException would occur when WebFluxTags
attempted to create a method Tag for a request with a non-standard
method.

This commit updates WebFluxTags to use getMethodValue(), which will
never return null, rather than getMethod(), which may return null,
when determining the tag's value for the given request.

Closes gh-13596
2018-06-28 14:27:02 +01:00
..
2018-06-27 11:31:06 -07:00
2018-06-21 09:20:50 +02:00
2018-05-17 15:29:50 +02:00
2018-06-01 09:22:20 +02:00