Session management

2015-10-28 Thread Roel Storms
* design documentation on the session mechanism*. Has anyone constructed any diagram or created some other form of documentation useful for figuring out how sessions are created and maintained? Rgds, Roel Storms

Re: Session management

2015-10-29 Thread Roel Storms
Chris and Mark, On Oct 28, 2015 21:01, "Christopher Schultz" wrote: > Mark, > > On 10/28/15 12:34 PM, Mark Thomas wrote: > > On 28/10/2015 13:01, Roel Storms wrote: > >> Hello, > >> > >> > >> I was looking into session managemen

Re: Session management

2015-10-30 Thread Roel Storms
Hello Christopher, 2015-10-29 16:13 GMT+01:00 Christopher Schultz : > Roel, > > On 10/29/15 6:32 AM, Roel Storms wrote: > > On Oct 28, 2015 21:01, "Christopher Schultz" < > ch...@christopherschultz.net> > > wrote: > >> On 10/28/15 12:34 PM, M

HTTP Pipelining with session management

2015-11-03 Thread Roel Storms
xies and servers not supporting it. Is this one of the reasons? Rgds, Roel Storms

Re: HTTP Pipelining with session management

2015-11-03 Thread Roel Storms
2015-11-03 13:16 GMT+01:00 Mark Thomas : > On 03/11/2015 11:36, Roel Storms wrote: > > Hello, > > > > > > I was wondering if anything special is done with cookie based session > > management in order for it to deal with HTTP pipelining. > > No. > > &

ServletRequest getParameter, getInputStream, getReader

2015-11-22 Thread Roel Storms
integrity check without getInputStream or getReader but with getParameters, will not work if the data submitted is not in the expected format. Kind regards, Roel Storms

Request

2016-01-31 Thread Roel Storms
ntext; ... Is there any reasoning behind this? Kind regards, Roel Storms

CoyoteAdapter

2016-01-31 Thread Roel Storms
/Request.java In CoyoteAdapter I notice the usage of methods like B2CConverter getURIConverter(); void addPathParameter(String name, String value) String getPathParameter(String name); However in Request these methods are marked protected. What am I missing here? Kind regards, Roel Storms

Re: Request

2016-02-01 Thread Roel Storms
, Roel Storms 2016-01-31 16:28 GMT+01:00 Konstantin Kolinko : > 2016-01-31 13:30 GMT+03:00 Roel Storms : > > Dear Tomcat Devs, > > > > I was wondering why Request is used all over Tomcat as a class and why we > > didn't abstract a Request interface and imple

Re: CoyoteAdapter

2016-02-01 Thread Roel Storms
x27;re allowed to > access public+protected+package-private members. > > Alexis > > 2016-01-31 15:34 GMT+01:00 Roel Storms : > > > Hello Tomcat Devs, > > > > I am looking at CoyoteAdapter and Request classes in the trunk of > Tomcat8: > > > > >