https://bz.apache.org/bugzilla/show_bug.cgi?id=67065
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=65770
--- Comment #8 from Mark Thomas ---
I've been discussing this with the users recently and came up with the
following approach.
- Lifecycle listener that ships with Tomcat
- Every X minutes (driven by background process but customisable so chec
https://bz.apache.org/bugzilla/show_bug.cgi?id=55477
Mark Thomas changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=5
Mark Thomas changed:
What|Removed |Added
CC||ste...@mayr-stefan.de
--- Comment #3 fro
https://bz.apache.org/bugzilla/show_bug.cgi?id=56166
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=67080
--- Comment #2 from Christopher Schultz ---
I haven't studied what the Java compiler does with switch(String) statements,
but I believe that numeric-based switch statements have two flavors: lookup vs
table. One of them is faster but is only po
https://bz.apache.org/bugzilla/show_bug.cgi?id=67065
--- Comment #2 from Christopher Schultz ---
:/
The "address" attribute for the AJP connector is documented[1] to have this
behavior for the Java-based connectors. Is the documentation wrong, there, or
it indeed possible to bind to "all local a
https://bz.apache.org/bugzilla/show_bug.cgi?id=67065
--- Comment #3 from Mark Thomas ---
:: and 0.0.0.0 are special cases for "all addresses". There is no equivalent
for "all local addresses"
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=65770
--- Comment #9 from Christopher Schultz ---
(In reply to Mark Thomas from comment #8)
> I've been discussing this with the users recently and came up with the
> following approach.
>
> - Lifecycle listener that ships with Tomcat
> - Every X mi
https://bz.apache.org/bugzilla/show_bug.cgi?id=67080
--- Comment #3 from John Engebretson ---
I used javap to examine the bytecode of the reproducer - the full output is
attached but the critical portion is below. In short, it hashes each constant
and switches based on that hash.
This is superi
https://bz.apache.org/bugzilla/show_bug.cgi?id=67080
--- Comment #4 from John Engebretson ---
Created attachment 38938
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38938&action=edit
decompiled reproducer
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=67065
--- Comment #4 from Christopher Schultz ---
Aha. What if the enhancement request were to be re-worded to be "use ::1 as an
alias for both ::1 and 127.0.0.1 as appropriate"? Instead of "all local
addresses" which may be a little ambiguous. "Loop
https://bz.apache.org/bugzilla/show_bug.cgi?id=67080
Anurag Dubey changed:
What|Removed |Added
CC||anura...@amazon.com
--
You are receivi
13 matches
Mail list logo