1. 14 May, 2015 10 commits
  2. 13 May, 2015 27 commits
  3. 12 May, 2015 3 commits
    • 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
    • Andy Wilkinson's avatar
      Fix test that was broken in b24e736c · 63a7b24d
      Andy Wilkinson authored
      63a7b24d
    • Dave Syer's avatar
      Add env var parameters to launch.script · b24e736c
      Dave Syer authored
      Some of the features of the launch.script were not exposed for users
      to be able to control at runtime. It now accepts things like
      PID_FOLDER and LOG_FOLDER as environment variables, and also adopts
      a clear naming convention where only the inputs are UPPER_CASE.
      b24e736c