This commit is contained in:
Stephane Nicoll 2018-01-20 11:07:07 +01:00
parent 80bba046a3
commit 126f8783a2
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ public class ServerProperties {
@NestedConfigurationProperty
private final Jsp jsp = new Jsp();
@NestedConfigurationProperty
private final Session session = new Session();
public String getContextPath() {