• 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
.eclipse Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...