Re: Http/2 Gzip for 9.0.4

2018-02-09 Thread Pierre Chiu
I am running 8.5.27 on windows. Following Mark's instructions to the tee and I still cannot get it work :{ > On Feb 9, 2018, at 4:42 PM, Newbium Team wrote: > > Unfortunately I was not the one who perform the

Re: _jspService is exceeding the 65535 bytes limit

2018-02-09 Thread Terence M. Bandoian
On 2/7/2018 4:37 PM, M. Manna wrote: If this doesn’t cause pain, I would do the following: 1) Replace all in-body scriptlets and use JSTL core tags in offending JSPs. Most of the codebloats are caused by using intermediate scriptlets e.g. <% if (foo.bar() == jack.jill() ) { %> // lots of jsp

Re: web socket user roles

2018-02-09 Thread Alex O'Ree
I think I answered my own question. Looks like `ServerEndpointConfig.Configurator` is the class i want and it can be attached to annotations of the web socket endpoint On Fri, Feb 9, 2018 at 4:42 PM, Alex O'Ree wrote: > Is there any kind of trickery to get user roles from a

Re: Http/2 Gzip for 9.0.4

2018-02-09 Thread Newbium Team
Unfortunately I was not the one who perform the installation but our dev followed your online installation guide and informed me that the additional information was very helpful, was missing and should be added to the guide. On Fri, Feb 9, 2018 at 4:20 PM, Christopher Schultz <

web socket user roles

2018-02-09 Thread Alex O'Ree
Is there any kind of trickery to get user roles from a web socket server running in tomcat? I'm looking at javax.websocket.Session and I'm not seeing anything other than obtaining the user principle. Further more, aside from SSL/TLS, are there any other security related guides that I should be

Re: Http/2 Gzip for 9.0.4

2018-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 2/9/18 4:13 PM, Newbium Team wrote: > Thank you for the instructions we were able to get it working, may > we suggest that you include your instructions in your installation > documentation online as others might be

Re: Http/2 Gzip for 9.0.4

2018-02-09 Thread Newbium Team
hi, Thank you for the instructions we were able to get it working, may we suggest that you include your instructions in your installation documentation online as others might be having the same issues. On Thu, Feb 8, 2018 at 3:35 PM, Mark Thomas wrote: > On 08/02/18 20:15,

StackOverflow when setting request attribute

2018-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I've been starting to see these lately in my dev environment, which is currently running 8.5.28: Caused by: java.lang.StackOverflowError at org.apache.catalina.core.ApplicationHttpRequest.setAttribute(Application HttpRequest.java:304)