Re: CoyoteAdapter

2016-02-01 Thread Roel Storms
To much C++ development, got confused about the scope of protected. In C++ this scope is the class and all sub-classes. Not the package. Thanks for refreshing my mind! 2016-01-31 16:14 GMT+01:00 Alexis Hassler : > Hi Roel, > > Both classes are in the same package. That means that they're allowed

Re: CoyoteAdapter

2016-01-31 Thread Alexis Hassler
Hi Roel, Both classes are in the same package. That means that they'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: > > > https://sv