- Feb 29, 2016
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Feb 25, 2016
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Feb 17, 2016
-
-
Ceki Gulcu authored
-
- Feb 13, 2016
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Feb 11, 2016
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Feb 10, 2016
-
-
Ceki Gulcu authored
-
- Oct 15, 2015
-
-
Paul Wood authored
-
- Jun 10, 2015
-
-
Dave Roberge authored
-
- Jun 08, 2015
-
-
Dave Roberge authored
-
- Jun 02, 2015
-
-
Dave Roberge authored
-
- Apr 13, 2015
-
-
Alex Panchenko authored
-
- Mar 24, 2015
-
-
Ceki Gulcu authored
-
- Feb 09, 2015
-
-
Jeremy Landis authored
-
- Jan 25, 2015
-
-
Dmitry Andrianov authored
It was a mistake to use original httpRequest as long as it is available because web containers may recycle it and populate with the fields from another request. So make sure that when prepareForDeferredProcessing() is called, we will be only using copied data.
-
- Jan 24, 2015
-
-
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.
-
- Dec 28, 2014
-
-
Tony Trinh authored
-
- Dec 27, 2014
-
-
jkuperus authored
Make sure TeeHttpServletResponse uses the response character encoding when contructing a new writer.
-
- Jun 03, 2014
-
-
Jamie Furness authored
Make prepareForDeferredProcessing on AccessEvent idempotent, otherwise the OutputStreamAppender overwrites valid properties with now invalid properties when using an async appender
-
Jamie Furness authored
-
- May 07, 2014
-
-
Jeremy Landis authored
Add suggested git attributes and associated files that were not in sync already with expected line endings.
-
- May 03, 2014
-
-
Jeremy Landis authored
logback-access & logback-examples resource files moved from source packages to resources packages to comply with maven standards.
-
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
-
- Apr 27, 2014
-
-
Tony Trinh authored
This reverts commit 495929dc. parent.relativePath was being set to the default value unnecessarily.
-
- Apr 08, 2014
-
-
Joern Huxhorn authored
-
- Apr 04, 2014
-
-
Ceki Gulcu authored
-
- Apr 02, 2014
-
-
Ceki Gulcu authored
-
- Feb 10, 2014
-
-
Ceki Gulcu authored
-
- Feb 08, 2014
-
-
Stephane Landelle authored
-
- Feb 05, 2014
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Feb 03, 2014
-
-
Ceki Gulcu authored
-
- Jan 28, 2014
-
-
Ceki Gulcu authored
-
- Dec 28, 2013
-
-
turbanoff authored
-