https://bz.apache.org/bugzilla/show_bug.cgi?id=60297
--- Comment #3 from Remy Maucherat ---
That already works, except there's no AprLifecycleListener. It's the same as
the regular configuration, which has it in server.xml. Remove it and there
won't be an APR connector used automatically.
--
Yo
Author: remm
Date: Tue Oct 25 11:34:16 2016
New Revision: 1766514
URL: http://svn.apache.org/viewvc?rev=1766514&view=rev
Log:
60297: Improve connector handling in embedded mode.
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java
tomcat/trunk/webapps/docs/changelog.xml
Mo
https://bz.apache.org/bugzilla/show_bug.cgi?id=60297
--- Comment #4 from Axel U ---
Ok.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For
Author: remm
Date: Tue Oct 25 11:52:00 2016
New Revision: 1766521
URL: http://svn.apache.org/viewvc?rev=1766521&view=rev
Log:
60297: Improve connector handling in embedded mode.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup/Tomcat.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60297
Remy Maucherat changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
/dist/commons-daemon-20161025.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar
-Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps
-Dtest.excludePerformance=true
-Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar
-Dco
Hi everyone,
when using TC 8.5 with the Log4J2 jul bridge the location info in the
Log4J output points to the juli class DirectJDKLog instead of the Tomcat
class with the juli log call. Only the category/logger name is correct:
%c: org.apache.catalina.core.StandardServer (Example, correct)
%C
On 25/10/2016 14:17, Rainer Jung wrote:
> Hi everyone,
>
> when using TC 8.5 with the Log4J2 jul bridge the location info in the
> Log4J output points to the juli class DirectJDKLog instead of the Tomcat
> class with the juli log call. Only the category/logger name is correct:
>
> %c: org.apache.
Hi guys,
since now tomcat has Log API as a SPI doing 2 is easy (
http://svn.apache.org/repos/asf/openwebbeans/microwave/trunk/microwave-core/src/main/java/org/apache/microwave/logging/tomcat/Log4j2Log.java)
and
just a drop-in jar setup so not sure it needs to be in tomcat default
delivery.
Romai
2016-10-25 15:33 GMT+02:00 Romain Manni-Bucau :
> Hi guys,
>
> since now tomcat has Log API as a SPI doing 2 is easy (
> http://svn.apache.org/repos/asf/openwebbeans/microwave/
> trunk/microwave-core/src/main/java/org/apache/microwave/
> logging/tomcat/Log4j2Log.java)
> and
> just a drop-in jar se
Author: markt
Date: Tue Oct 25 13:54:09 2016
New Revision: 1766533
URL: http://svn.apache.org/viewvc?rev=1766533&view=rev
Log:
Add support for limiting trailer header count and size
Added:
tomcat/trunk/java/org/apache/coyote/CloseNowException.java (with props)
Modified:
tomcat/trunk/jav
Am 25.10.2016 um 15:49 schrieb Rémy Maucherat:
2016-10-25 15:33 GMT+02:00 Romain Manni-Bucau :
Hi guys,
since now tomcat has Log API as a SPI doing 2 is easy (
http://svn.apache.org/repos/asf/openwebbeans/microwave/
trunk/microwave-core/src/main/java/org/apache/microwave/
logging/tomcat/Log4j2
Author: markt
Date: Tue Oct 25 14:14:08 2016
New Revision: 1766535
URL: http://svn.apache.org/viewvc?rev=1766535&view=rev
Log:
Fail earlier if trailer headers don't end the stream
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java
tomcat/trunk/java/org/apache/coyote/http
Author: markt
Date: Tue Oct 25 14:16:50 2016
New Revision: 1766536
URL: http://svn.apache.org/viewvc?rev=1766536&view=rev
Log:
Add support for limiting trailer header count and size
Added:
tomcat/tc8.5.x/trunk/java/org/apache/coyote/CloseNowException.java
- copied unchanged from r176653
Author: markt
Date: Tue Oct 25 14:17:49 2016
New Revision: 1766538
URL: http://svn.apache.org/viewvc?rev=1766538&view=rev
Log:
Fail earlier if trailer headers don't end the stream
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2Pars
2016-10-25 16:11 GMT+02:00 Rainer Jung :
> Am 25.10.2016 um 15:49 schrieb Rémy Maucherat:
>
>> 2016-10-25 15:33 GMT+02:00 Romain Manni-Bucau :
>>
>> Hi guys,
>>>
>>> since now tomcat has Log API as a SPI doing 2 is easy (
>>> http://svn.apache.org/repos/asf/openwebbeans/microwave/
>>> trunk/microw
Am 25.10.2016 um 15:33 schrieb Romain Manni-Bucau:
Hi guys,
since now tomcat has Log API as a SPI doing 2 is easy (
http://svn.apache.org/repos/asf/openwebbeans/microwave/trunk/microwave-core/src/main/java/org/apache/microwave/logging/tomcat/Log4j2Log.java)
and
just a drop-in jar setup so not su
This has the issue but the fix is easy and 100% belonging to the Log impl
jar:
http://svn.apache.org/repos/asf/openwebbeans/microwave/trunk/microwave-core/src/main/java/org/apache/microwave/logging/log4j2/MicrowaveLogEventFactory.java
and
http://svn.apache.org/repos/asf/openwebbeans/microwave/trunk
Am 25.10.2016 um 17:07 schrieb Romain Manni-Bucau:
This has the issue but the fix is easy and 100% belonging to the Log impl
jar:
http://svn.apache.org/repos/asf/openwebbeans/microwave/trunk/microwave-core/src/main/java/org/apache/microwave/logging/log4j2/MicrowaveLogEventFactory.java
and
http://
2016-10-25 22:35 GMT+02:00 Rainer Jung :
> Am 25.10.2016 um 17:07 schrieb Romain Manni-Bucau:
>
>> This has the issue but the fix is easy and 100% belonging to the Log impl
>> jar:
>> http://svn.apache.org/repos/asf/openwebbeans/microwave/trunk
>> /microwave-core/src/main/java/org/apache/microwave
https://bz.apache.org/bugzilla/show_bug.cgi?id=60202
--- Comment #16 from Ben ---
(In reply to Remy Maucherat from comment #15)
> (In reply to Ben from comment #14)
> > That looks like a pretty elegant solution. How would it interact with
> > third-party realms?
>
> A third party realm would hav
https://bz.apache.org/bugzilla/show_bug.cgi?id=60297
--- Comment #6 from Axel U ---
I am suggesting not porting it to 8.0.x and 7.0.x.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe,
Am 25.10.2016 um 22:40 schrieb Romain Manni-Bucau:
2016-10-25 22:35 GMT+02:00 Rainer Jung :
Am 25.10.2016 um 17:07 schrieb Romain Manni-Bucau:
This has the issue but the fix is easy and 100% belonging to the Log impl
jar:
http://svn.apache.org/repos/asf/openwebbeans/microwave/trunk
/microwave
2016-10-26 8:26 GMT+02:00 Rainer Jung :
> Am 25.10.2016 um 22:40 schrieb Romain Manni-Bucau:
>
>> 2016-10-25 22:35 GMT+02:00 Rainer Jung :
>>
>> Am 25.10.2016 um 17:07 schrieb Romain Manni-Bucau:
>>>
>>> This has the issue but the fix is easy and 100% belonging to the Log impl
jar:
http:
24 matches
Mail list logo