Skip to content
  1. Jun 08, 2015
  2. Jun 02, 2015
  3. Apr 13, 2015
  4. Mar 24, 2015
  5. Feb 09, 2015
  6. Jan 25, 2015
  7. 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
  8. Dec 28, 2014
  9. 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
  10. Jun 03, 2014
  11. May 07, 2014
  12. 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
  13. Apr 27, 2014
  14. Apr 08, 2014
  15. Apr 04, 2014
  16. Apr 02, 2014
  17. Feb 10, 2014
  18. Feb 08, 2014
  19. Feb 05, 2014
  20. Feb 03, 2014
  21. Jan 28, 2014
  22. Dec 28, 2013
  23. Nov 25, 2013
  24. Nov 10, 2013
  25. Oct 15, 2013
  26. Sep 20, 2013
    • Jonathan Baker's avatar
      * Added support to the tomcat Server adaptor for correctly getting request... · e6f99bae
      Jonathan Baker authored
      * Added support to the tomcat Server adaptor for correctly getting request start time. (Includes additional dependency on tomcat-coyote)
      * Update layouts.html to document the addition of elapsedTime/D to the pattern support for IAccessEvent
      * Modified AccessEvent.java to calculate the elapsedTime at construction of the event, instead of repeatedly in the getter.  This allows the value to be more easily seen in a debugger, and cleans up the code slightly.
      e6f99bae
  27. Sep 13, 2013