Skip to content
  1. Jan 20, 2017
  2. Dec 11, 2016
  3. Dec 10, 2016
  4. Dec 09, 2016
  5. Nov 25, 2016
  6. Nov 07, 2016
  7. Mar 29, 2016
  8. Mar 11, 2016
  9. Feb 29, 2016
  10. Feb 25, 2016
  11. Feb 17, 2016
  12. Feb 13, 2016
  13. Feb 11, 2016
  14. Feb 10, 2016
  15. Oct 15, 2015
  16. Jun 10, 2015
  17. Jun 08, 2015
  18. Jun 02, 2015
  19. Apr 13, 2015
  20. Mar 24, 2015
  21. Feb 09, 2015
  22. Jan 25, 2015
  23. Jan 24, 2015
    • Dmitry Andrianov's avatar
      Make AccessEvent.prepareForDeferredProcessing() to create a copy of the... · b444c3ff
      Dmitry Andrianov authored
      Make AccessEvent.prepareForDeferredProcessing() to create a copy of the request attributes map so attributes are available later even if processing is done in a background thread.
      
      Only Serializable attributes are copied to be on a safe side. Also, do not copy attributes set by Logback's TeeFilter as the very same information is already serialised as request/response content.
      b444c3ff
  24. Dec 28, 2014
  25. Dec 27, 2014
    • jkuperus's avatar
      Fix for LOGBACK-1023 · 3c5f1463
      jkuperus authored
      Make sure TeeHttpServletResponse uses the response character encoding
      when contructing a new writer.
      3c5f1463
  26. Jun 03, 2014
  27. May 07, 2014
  28. May 03, 2014
    • Jeremy Landis's avatar
      moved remaining resources to src/main/resources · 99c67be2
      Jeremy Landis authored
      logback-access & logback-examples resource files moved from source
      packages to resources packages to comply with maven standards.
      99c67be2
    • Jeremy Landis's avatar
      POM Modernization · 2c8265b6
      Jeremy Landis authored
      - Corrected maven xsd
      - Removed duplication in child poms (url, license, version, groupId)
      - Removed commented out scala items
      - Removed commented out jetty servlet api
      - Removed excess spacing
      - Note JavaSE-1.6 & 1.6 oracle docs
      - Replaced examples use of antrun with maven-dependency-plugin
      - Updated plugin versions
      - Added plugins in parent pluginManagement
      - Updated mockito & log4j
      - Dropped old slf4j-api 1.5.10 - pom pulls latest
      - Moved modelVersion to correct location
      - Explicit groupId everywhere
      - Use maven properties for jdk version used for compiler plugin
      - Added generation of test source & javadoc jars
      - Added lifecycle mapping filter for gmaven for users without m2e configuration.
      - Moved maven bundle to plugin management
      2c8265b6