1. 09 Mar, 2015 2 commits
  2. 07 Mar, 2015 2 commits
  3. 06 Mar, 2015 1 commit
  4. 05 Mar, 2015 6 commits
  5. 04 Mar, 2015 2 commits
  6. 02 Mar, 2015 14 commits
  7. 01 Mar, 2015 2 commits
  8. 28 Feb, 2015 2 commits
  9. 27 Feb, 2015 3 commits
  10. 25 Feb, 2015 3 commits
  11. 24 Feb, 2015 3 commits
    • Rainer Jung's avatar
      Merge r1661067 from trunk: · 4fbebb2c
      Rainer Jung authored
      mod_proxy_ajp: Forward SSL protocol name (SSLv3, TLSv1.1 etc.) as a
      request attribute to the backend. The name is taken from
      the SSL_PROTOCOL env var. Recent Tomcat versions will extract
      it and provide it as a servlet request attribute named
      "org.apache.tomcat.util.net.secure_protocol_version". 
      
      The change is compatible with existing AJP13, because we forward
      the protocol name as a normal named attribute, not with a new
      byte abbreviated attribute name.
      
      Submitted by: rjung
      Reviewed by: rjung, ylavic, covener
      Backported by: rjung
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1662076 13f79535-47bb-0310-9956-ffa450edef68
      4fbebb2c
    • Rainer Jung's avatar
      Merge r1657685 from trunk: · ad4d59a6
      Rainer Jung authored
      core: Optimize string concatenation in expression
      parser when evaluating a string expression.
      
      We have a relatively small recursion limit of
      about 10 operations. This is a compilation
      limit (a define). It can be hit if many expr
      vars or function calls are concatenated in an
      expression that is evaluated as a string not as
      a boolean.
      
      The new optimization uses iteration instead of
      recursion and is very similar to the
      existing one, which optimizes consecutive
      concatenations in node2 of the tree. The new
      one optimizes consecutive concatenations in
      node 1.
      
      Submitted by: rjung
      Reviewed by: rjung, ylavic, covener
      Backported by: rjung
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1662075 13f79535-47bb-0310-9956-ffa450edef68
      ad4d59a6
    • Eric Covener's avatar
      extra newlines · 8536171b
      Eric Covener authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1662071 13f79535-47bb-0310-9956-ffa450edef68
      8536171b