Re: AJP Connector : question on mod_proxy_ajp

2015-04-01 Thread André Warnier
Rainer Jung wrote: Am 31.03.2015 um 22:47 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/31/15 3:41 PM, André Warnier wrote: I have a question of my own. ??! +1 Tomcat 6.x/7.x/8.x. Until now, we have been using mostly the Apache httpd mod_jk

Re: Post Session Id

2015-04-01 Thread Wesley Acheson
Because if they are reverse proxying on a subdomain then the subdomain needs a ssl cert basically. On Tue, Mar 31, 2015 at 5:35 PM, André Warnier a...@ice-sa.com wrote: Wesley Acheson wrote: This is getting off topic. The website that surrounds our website is available under multiple

Problem with Tomcat6 catalina.out

2015-04-01 Thread Bhagyashree Jog
I am getting the following error on deploying tomcat org.apache.tomcat.util.net.JIoEndpoint$Acceptor run SEVERE: Socket accept failed java.lang.NoClassDefFoundError: org/bouncycastle/crypto/modes/CBCBlockCipher at

Re: AJP Connector : question on mod_proxy_ajp

2015-04-01 Thread Rainer Jung
Am 01.04.2015 um 09:43 schrieb André Warnier: Rainer Jung wrote: Am 31.03.2015 um 22:47 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/31/15 3:41 PM, André Warnier wrote: I have a question of my own. ??! +1 Tomcat 6.x/7.x/8.x. Until now, we

Re: Excessive number of blank lines being logged in blocks by org.apache.tomcat.util.digester.Digester

2015-04-01 Thread Violeta Georgieva
Hi, 2015-03-30 10:27 GMT+03:00 Polina Genova polina.gen...@gmail.com: Hi, Recently I came across an issue with excessive number of blocks of blank lines being logged in the catalina output logs. This is easily reproducible by simply starting a clean Tomcat 7.0.59 server with enabled the

Re: Post Session Id

2015-04-01 Thread André Warnier
Wesley Acheson wrote: Because if they are reverse proxying on a subdomain then the subdomain needs a ssl cert basically. I am not very bright, so I am still struggling a bit to understand the architecture. (And I'll stop whenever you tell me to.) The reason for me to follow-up on this for

Re: AJP Connector : question on mod_proxy_ajp

2015-04-01 Thread André Warnier
Rainer Jung wrote: Am 01.04.2015 um 09:43 schrieb André Warnier: Rainer Jung wrote: Am 31.03.2015 um 22:47 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/31/15 3:41 PM, André Warnier wrote: I have a question of my own. ??! +1 Tomcat

Re: cookie containing umlaut

2015-04-01 Thread Peter Schroer
Version 8.0.3.0 Am 01.04.2015 12:30 schrieb Mark Thomas ma...@apache.org: On 01/04/2015 10:38, Peter Schroer wrote: Hi, I've got a problem with Tomcat processing cookies which contain a umlaut. Tomcat version? Mark Tomcat will throw a 500 internal server error if a cookie

cookie containing umlaut

2015-04-01 Thread Peter Schroer
Hi, I've got a problem with Tomcat processing cookies which contain a umlaut. Tomcat will throw a 500 internal server error if a cookie containing a umlaut is set. This can be easily tested by writing document.cookie='ä=0'; in the developer console of the browser. The tomcat log will show the

Re: Post Session Id

2015-04-01 Thread Rainer Jung
Am 31.03.2015 um 15:19 schrieb Wesley Acheson: Currently I'm trying to use tracking-modeSSL/tracking-mode in web.xml but just running some local tests it appears that there are a number of problems when using the JK connector and using this mechanism. First issue: Even though the requests are

Re: cookie containing umlaut

2015-04-01 Thread Mark Thomas
On 01/04/2015 10:38, Peter Schroer wrote: Hi, I've got a problem with Tomcat processing cookies which contain a umlaut. Tomcat version? Mark Tomcat will throw a 500 internal server error if a cookie containing a umlaut is set. This can be easily tested by writing document.cookie='ä=0';

Re: Tomcat 8 on Solaris 10/11

2015-04-01 Thread Andrew Seales
Not necessarily a problem from the TCP layer point f view. But once you can find a request that's truncated in the TCP log, you can look out - whether it was a normal connection shutdown or a reset - whether there were unusual pauses between packets triggering timeouts etc. That's why you

AW: cookie containing umlaut

2015-04-01 Thread Peter Schroer
This solved my problem. Thank you!!! Greetings Peter -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:ma...@apache.org] Gesendet: Mittwoch, 1. April 2015 12:39 An: Tomcat Users List Betreff: Re: cookie containing umlaut On 01/04/2015 11:31, Peter Schroer wrote: Version 8.0.3.0 OK.

Re: cookie containing umlaut

2015-04-01 Thread Mark Thomas
On 01/04/2015 11:31, Peter Schroer wrote: Version 8.0.3.0 OK. You'll need to upgrade to at least 8.0.15 and then enable the RFC 6455 cookie processor. See: http://tomcat.apache.org/tomcat-8.0-doc/config/cookie-processor.html If you use something like this in $CATALINA_BASE/conf/context.xml, all

Re: AJP Connector : question on mod_proxy_ajp

2015-04-01 Thread Rainer Jung
Am 01.04.2015 um 12:22 schrieb André Warnier: Rainer Jung wrote: Am 01.04.2015 um 09:43 schrieb André Warnier: Rainer Jung wrote: Am 31.03.2015 um 22:47 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/31/15 3:41 PM, André Warnier wrote: I have a

Re: Excessive number of blank lines being logged in blocks by org.apache.tomcat.util.digester.Digester

2015-04-01 Thread Konstantin Kolinko
2015-04-01 13:31 GMT+03:00 Violeta Georgieva miles...@gmail.com: Hi, 2015-03-30 10:27 GMT+03:00 Polina Genova polina.gen...@gmail.com: Hi, Recently I came across an issue with excessive number of blocks of blank lines being logged in the catalina output logs. This is easily

Re: cookie containing umlaut

2015-04-01 Thread André Warnier
Peter Schroer wrote: Version 8.0.3.0 Am 01.04.2015 12:30 schrieb Mark Thomas ma...@apache.org: On 01/04/2015 10:38, Peter Schroer wrote: Hi, I've got a problem with Tomcat processing cookies which contain a umlaut. Tomcat version? Mark Tomcat will throw a 500 internal server error if a

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Daniel Mikusa
On Wed, Apr 1, 2015 at 2:30 AM, Bhagyashree Jog rani...@gmail.com wrote: I am getting the following error on deploying tomcat org.apache.tomcat.util.net.JIoEndpoint$Acceptor run SEVERE: Socket accept failed java.lang.NoClassDefFoundError: org/bouncycastle/crypto/modes/CBCBlockCipher

Re: cookie containing umlaut

2015-04-01 Thread Mark Thomas
On 01/04/2015 11:53, André Warnier wrote: snip/ By curiosity, I was trying to find the relevant RFCs, to see if ä is a valid name for a cookie. I am not sure.. Cookies are defined in RFC6265 (http://tools.ietf.org/html/rfc6265). That document defines the cookie-name as a token, and refers

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Bhagyashree Jog
Thanks for the input. Will look into it. On 01-Apr-2015 5:00 pm, Daniel Mikusa dmik...@pivotal.io wrote: On Wed, Apr 1, 2015 at 2:30 AM, Bhagyashree Jog rani...@gmail.com wrote: I am getting the following error on deploying tomcat org.apache.tomcat.util.net.JIoEndpoint$Acceptor run

Re: Excessive number of blank lines being logged in blocks by org.apache.tomcat.util.digester.Digester

2015-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 4/1/15 7:30 AM, Konstantin Kolinko wrote: 2015-04-01 13:31 GMT+03:00 Violeta Georgieva miles...@gmail.com: Hi, 2015-03-30 10:27 GMT+03:00 Polina Genova polina.gen...@gmail.com: Hi, Recently I came across an issue with

Re: cookie containing umlaut

2015-04-01 Thread André Warnier
Mark Thomas wrote: On 01/04/2015 11:53, André Warnier wrote: snip/ By curiosity, I was trying to find the relevant RFCs, to see if ä is a valid name for a cookie. I am not sure.. Cookies are defined in RFC6265 (http://tools.ietf.org/html/rfc6265). That document defines the cookie-name as a

Re: Excessive number of blank lines being logged in blocks by org.apache.tomcat.util.digester.Digester

2015-04-01 Thread Violeta Georgieva
Hi, 2015-04-01 14:30 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-04-01 13:31 GMT+03:00 Violeta Georgieva miles...@gmail.com: Hi, 2015-03-30 10:27 GMT+03:00 Polina Genova polina.gen...@gmail.com: Hi, Recently I came across an issue with excessive number of blocks

Re: cookie containing umlaut

2015-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/1/15 7:38 AM, Mark Thomas wrote: On 01/04/2015 11:53, André Warnier wrote: snip/ By curiosity, I was trying to find the relevant RFCs, to see if ä is a valid name for a cookie. I am not sure.. Cookies are defined in RFC6265

Re: cookie containing umlaut

2015-04-01 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/1/15 7:38 AM, Mark Thomas wrote: On 01/04/2015 11:53, André Warnier wrote: snip/ By curiosity, I was trying to find the relevant RFCs, to see if ä is a valid name for a cookie. I am not sure.. Cookies

Re: cookie containing umlaut

2015-04-01 Thread André Warnier
André Warnier wrote: Mark Thomas wrote: On 01/04/2015 11:53, André Warnier wrote: snip/ By curiosity, I was trying to find the relevant RFCs, to see if ä is a valid name for a cookie. I am not sure.. Cookies are defined in RFC6265 (http://tools.ietf.org/html/rfc6265). That document defines

Re: cookie containing umlaut

2015-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 4/1/15 10:11 AM, André Warnier wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/1/15 7:38 AM, Mark Thomas wrote: On 01/04/2015 11:53, André Warnier wrote: snip/ By curiosity, I

Re: cookie containing umlaut

2015-04-01 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 4/1/15 10:27 AM, André Warnier wrote: André Warnier wrote: Mark Thomas wrote: On 01/04/2015 11:53, André Warnier wrote: snip/ By curiosity, I was trying to find the relevant RFCs, to see if ä is a valid

Re: cookie containing umlaut

2015-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 4/1/15 10:27 AM, André Warnier wrote: André Warnier wrote: Mark Thomas wrote: On 01/04/2015 11:53, André Warnier wrote: snip/ By curiosity, I was trying to find the relevant RFCs, to see if ä is a valid name for a cookie. I am

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Bhagyashree Jog
Hello, I added the jar to the $CATALINA_BASE/lib folder. Still getting the same problem. This is the entire exception trace. INFO: Illegal access: this web application instance has been stopped already. Could not load org.bouncycastle.crypto.modes.CBCBlockCipher. The eventual following stack

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Yogesh Rao
Hello, Not sure if it would help but you could try installing crypto providers into the JRE extension directory (e.g. $JRE_HOME/lib/ext) which the tomcat is using and also an entry must be added to $JRE_HOME/lib/security/java.security. After this restart tomcat and check Regards, -Yogesh On

Re: Excessive number of blank lines being logged in blocks by org.apache.tomcat.util.digester.Digester

2015-04-01 Thread Violeta Georgieva
Hi, 2015-04-01 17:01 GMT+03:00 Violeta Georgieva miles...@gmail.com: Hi, 2015-04-01 14:30 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-04-01 13:31 GMT+03:00 Violeta Georgieva miles...@gmail.com: Hi, 2015-03-30 10:27 GMT+03:00 Polina Genova polina.gen...@gmail.com: