- 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.
-
- Jan 18, 2015
-
-
Tony Trinh authored
LOGBACK-929: daemonized threads created by logback executor service.
-
- Jan 12, 2015
-
-
Eyal Farago authored
LOGBACK-929: fix spacing per Tony's request.
-
- Jan 11, 2015
-
-
Eyal Farago authored
-
- Jan 10, 2015
-
-
Tony Trinh authored
fixed typo in the paragraph relating to ExecutionServiceUtil changes (PR #187)
-
Tony Trinh authored
-
Tony Trinh authored
Fix for LOGBACK-894 cleanByPeriodOffset add time check
-
- Jan 07, 2015
-
-
Pascal Schumacher authored
-
Ceki Gulcu authored
- Properly close <p> tags in order to be XML well-formed - minor edits in the paragraph relating to ExecutionServiceUtil changes (PR #187)
-
- Dec 31, 2014
-
-
Tony Trinh authored
Escape XML &,",' in XMLLayout (LOGBACK-728)
-
Gabriel Corona authored
Fix LOGBACK-728 and LOGBACK-440. Add unit test for XMLLayout: validate against log4j.dtd found in log4j (added as a test dependency). As log4j-over-slf4j is a test dependency as well we must take care to have log4j-over-slf4j first in the classpath so that it can take precedence over log4j.
-
- Dec 29, 2014
-
-
Tony Trinh authored
fixed flaky mocking in AbstractSocketAppenderTest due to multi-threading issues
-
wuwen authored
-
Sebastian Gröbler authored
-
- Dec 28, 2014
-
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
-
Tony Trinh authored
Use response encoding when creating the printwriter or you will run into...
-
Tony Trinh authored
-
Tony Trinh authored
LOGBACK-1008 ConfigurationDelegate.groovy should check AppenderAttachabable.
-
Tony Trinh authored
-
Tony Trinh authored
Add support for depth range to CallerDataConverter
-
Tony Trinh authored
-
Tony Trinh authored
Add request method to MDCInsertingServletFilter
-
- Dec 27, 2014
-
-
jkuperus authored
Make sure TeeHttpServletResponse uses the response character encoding when contructing a new writer.
-
- Dec 25, 2014
-
-
KwonNam Son authored
-
- Dec 24, 2014
-
-
Ryan Tenney authored
-
- Dec 23, 2014
-
-
Tony Trinh authored
Fixed typo in append-toMySQL-with-datasource.xml
-
Tony Trinh authored
-
Tony Trinh authored
LOGBACK-116: RollingCalendarTest fails when user.timezone is not CEST
-
Tony Trinh authored
-
Tony Trinh authored
simplification of SocketApender connection logic
-
Tony Trinh authored
-
Tony Trinh authored
LOGBACK-909 Fix race condition in SMTPAppenderBase
-
- Dec 22, 2014
-
-
anziferrum authored
-