This commit is contained in:
Stephane Nicoll
2018-02-20 18:45:36 +01:00
parent 8f699cd6f6
commit ce01a9145b
2 changed files with 3 additions and 3 deletions

View File

@@ -1138,7 +1138,7 @@
}
}, {
"name" : "server.session.tracking-modes",
"type" : "java.util.Set<org.springframework.boot.autoconfigure.web.ServerProperties.Session.SessionTrackingMode>",
"type" : "java.util.Set<org.springframework.boot.web.servlet.server.Session.SessionTrackingMode>",
"description" : "Session tracking modes (one or more of the following: \"cookie\", \"url\", \"ssl\").",
"deprecation" : {
"replacement" : "server.servlet.session.tracking-modes",