OT: The following is advice to servlet developers rather than container
developers.
For what it's worth, just be careful when you use GZIP(In|Out)putStream,
since the native code uses a mutex (for no good reason, imho), to prevent
garbage collection from interfering with the array being used. Bot
billbarker2004/07/01 20:27:39
Modified:util/java/org/apache/tomcat/util/net/jsse
JSSE13SocketFactory.java JSSE14SocketFactory.java
JSSESocketFactory.java
Log:
Revert back to where not configuring Ciphers means that you get all available
Remy Maucherat wrote:
Remy Maucherat wrote:
My upcoming change list:
- Attempt to redo a bit the deployer:
* remove the CL code which is there to avoid JAR locking (or at least
allow disabling this feature for non-Windows OSes); when enabling
anti locking
code, move everything to a temp "deploy
Hei ja kiitos yhteydenotostasi,
Olemme siirtäneet Canon Helpdesk www-tukipalvelun toiseen osoitteeseen.
Palautteen pääsette antamaan osoitteesta:
https://self-service.canon-europe.com/fi/pages/
Voit vaihtaa kohdasta "select language" käyttökieleksi suomen.
Uudessa palvelussa on mahdollisuus h
Hei ja kiitos yhteydenotostasi,
Olemme siirtäneet Canon Helpdesk www-tukipalvelun toiseen osoitteeseen.
Palautteen pääsette antamaan osoitteesta:
https://self-service.canon-europe.com/fi/pages/
Voit vaihtaa kohdasta "select language" käyttökieleksi suomen.
Uudessa palvelussa on mahdollisuus h
remm2004/07/01 02:44:27
Modified:modules/cluster/src/share/org/apache/catalina/cluster/mcast
McastMembership.java McastServiceImpl.java
McastMember.java McastService.java
modules/cluster/src/share/org/apache/catalina/clus