• Andy Wilkinson's avatar
    Avoid NPE when creating method tag for WebFlux req with non-standard method · a5d20ffe
    Andy Wilkinson authored
    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
    a5d20ffe
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...