• Andy Wilkinson's avatar
    Allow JspServlet's init parameters to be configured via the environment · 18453c0e
    Andy Wilkinson authored
    This commit adds support for configuring the JSP servlet’s init
    parameters via the environment using server.jsp-servlet.init-parameters.*.
    As part of this change the configuration of registerJspServlet and
    jspServletClassName have been moved onto a new type, JspServlet, and the
    existing setters on ConfigurableEmbeddedServletContainer have been 
    deprecated. In addition to providing a model for configuring the JSP
    servlet that’s consistent with the model for other configuration (SSL,
    for example), this change also means that the class name and whether or
    not the servlet is registered at all can now also be configured via the
    environment.
    
    Closes gh-2825
    18453c0e
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...