 |
Allow anyone to debug and diagnose stack dumps using windbg or any
other debugging tool, and (if they add the .pdb files to their
installation) to make sense of dr watson logs.
Patch provided by William A. Rowe (wrowe)
|
 |
Fix in_addr_t usage by using the real struct ignoring typedef.
Patch provided by William A. Rowe (wrowe)
|
 |
Fix url rewriting by restoring the in place uri from which the
jsessionid was removed. (mturk)
|
 |
Make load balancer algorithm thread safe by introducing mutex
to the load balancer worker. (mturk)
|
 |
Fix sending error pages for IIS to client by adding Content-Type header
using correct api function call. (mturk)
|
 |
32696: Prevent IIS from crushing when web-inf url was requested. (mturk)
|
 |
Use default cachesize for servers that support discovering the number of
threads per child process. (mturk).
|
 |
Fix Apache content-length header parsing using case insensitive compare. (billbarker)
|
 |
Fix parsing AJP headers using case insensitive compare. (mturk)
|
 |
Use infinite socket timeout if socket_timeout is set to zero or less then zero. (mturk)
|
 |
Change balanced_workers to balance_workers but keep
backward compatibility preserving the old directive. (mturk).
|
 |
Fix ajp initialization for workers with cache_size set to zero. (mturk)
|
 |
32317: Making mod_jk replication aware (Clustering Support).
Patch provided by Rainer Jung. (mturk).
|
 |
31132: Core dump when JkLogFile is missing from conf. (mturk)
|