Re: cookie-related regression in Tomcat 8.5?

2016-08-28 Thread Mike Wertheim
I took a look using the LiveHttpHeaders Chrome extension. It's very simple. Tomcat 8.0.33 is setting the Set-Cookie header in the response, and Tomcat 8.5.4 is not setting the Set-Cookie header in the response. Ignore what I originally wrote about the distinction between the main domains (domain

Re: cookie-related regression in Tomcat 8.5?

2016-08-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mike, On 8/27/16 8:44 PM, Mike Wertheim wrote: > I've found a difference in behavior between Tomcat 8.0.33 and > Tomcat 8.5.4. > > Here's the setup... > > I have some Tomcat servers behind an F5 load balancer. There are > two top-level domains (w

Re: 自动: SuTing Chen 已离开办公室 (返回日期 2016-11-12)

2016-08-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/27/16 2:13 PM, Mark Thomas wrote: > On 27/08/2016 13:48, Christopher Schultz wrote: >> All, >> >> CC'ing markt, since he's both Tomcat PMC and INFRA. > > > >> This is an out-of-office reply. Isn't there a way to have the >> mailing li

RE: Apache Tomcat 8.5.4 question

2016-08-28 Thread Jorge Alfonso
Installed Tomcat Server 7.0.37, same one used to test on the Netbeans 8.1 IDE and this one allows 2 sessions to work. One remote and one local on the server -Original Message- From: Jorge Alfonso [mailto:jo...@qbex.com] Sent: Sunday, August 28, 2016 5:59 PM To: 'Tomcat Users List' Subjec

RE: Apache Tomcat 8.5.4 question

2016-08-28 Thread Jorge Alfonso
Dear Sirs In addition I installed Tomcat 7.0.70 and behaves exactly the same as the 8 versions. Only the first user logging in gets to work all others only up to the Main Menu. In the Tomcat console it appears working in all sessions, but no display to the second, third and further sessions ---

RE: Apache Tomcat 8.5.4 question

2016-08-28 Thread Jorge Alfonso
Dear Sirs I had to relad the app and after that I checked for leaks and this is the message The following web applications were stopped (reloaded, undeployed), but their classes from previous runs are still loaded in memory, thus causing a memory leak (use a profiler to confirm): BriTrident-1.0

Re: Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?

2016-08-28 Thread Doug Gschwind
Hi Mark, Very good, thank you for that direction. Both approaches you suggest seem appropriate, but I was unable to find any guide that describes how to provide/implement a JASPIC module, let alone that within Tomcat. I am hoping a custom Authenticator via extending AuthenticatorBase (FormAuthenti

RE: Apache Tomcat 8.5.4 question

2016-08-28 Thread Jorge Alfonso
Dear Sirs I am attacing the console of execution with Tomcat 8.0.36 as follows: The last lines correspond to my logout from the application lasspath or add files to WebContent/VAADIN folder. Hola Mundo Menu 54 Analisis de Clientes Aug 28, 2016 4:35:23 PM com.vaadin.ui.AbstractComponent readDesign

RE: Apache Tomcat 8.5.4 question

2016-08-28 Thread Jorge Alfonso
Dear Sir I installed Tomcat 8.0.36 and behaves the same I would have to add from my previous report that the classes load perfectly since the trace implemented in code track data retrieval and display is working fine, however the display to the screen is not happening. While Tomcat 8.5.4 was war

Re: Increased memory consumption due to url encoding

2016-08-28 Thread Svetlin Zarev
Hi, Today I had some free time, so I implemented a more (memory and performance wise) efficient URLEncoder [1] and I'd like to contribute it if there is interest for improvement in that area. My encoder has close to zero allocation rate (unless there is very high concurrency for the encode() oper

Re: How to properly map a filter in tomcat embedded

2016-08-28 Thread John D. Ament
On Sun, Aug 28, 2016 at 5:07 AM Mark Thomas wrote: > On 28 August 2016 02:33:00 BST, "John D. Ament" > wrote: > >Hi, > > > >I have this pretty straight forward case of starting an instance of > >tomcat > >and bringing in a filter. > > > > >When starting this up (Just running in a plain JUnit te

Re: How to properly map a filter in tomcat embedded

2016-08-28 Thread Mark Thomas
On 28 August 2016 02:33:00 BST, "John D. Ament" wrote: >Hi, > >I have this pretty straight forward case of starting an instance of >tomcat >and bringing in a filter. >When starting this up (Just running in a plain JUnit test), the >container >is running however making requests to localhost:8080