Re: HttpServletResponse.sendError - missing message in error page

2018-07-26 Thread Mark Thomas
On 26/07/2018 13:46, Assia Djambazova wrote: Hello, I noticed that when using HttpServletResponse.sendError in Tomcat 7.0.90 with string message the message is no longer shown as the response is displayed. I reproduce this with request to simple servlet: *public void doGet(HttpServletReq

Re: JAXB not available on Tomcat 9 and Java 10

2018-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolai, On 7/26/18 6:41 AM, Nicolai Parlog wrote: > Hi! > > TL;DR: On Java 10.0.1, a web app in Tomcat 9.0.8.0 has no access to > JAXB even though its reference implementation is present on the > class path. > > (This looks like a bug to me, but

Re: HTTP2 compression on Tomcat 8.5.31

2018-07-26 Thread Aayush Dev
Hi Pierre, I am testing on windows. Tomcat 9.0.5 + HTTP2 + GZIP works with OpenJDK 10.0.1 (not with Java 1.8). I am still trying to get Tomcat 8.5.31 + HTTP2 + GZIP working with OpenJDK 10.0.1. On Wed, Jul 25, 2018 at 6:23 PM, Pierre Chiu wrote: > Hi Aayush, > > Are you saying this combo, Tom

Re: HttpServletResponse.sendError - missing message in error page

2018-07-26 Thread Michael Osipov
> Hello, > > I noticed that when using HttpServletResponse.sendError in Tomcat 7.0.90 > with string message the message is no longer shown as the response is > displayed. > > I reproduce this with request to simple servlet: > > > > *public void doGet(HttpServletRequest request, HttpServlet

HttpServletResponse.sendError - missing message in error page

2018-07-26 Thread Assia Djambazova
Hello, I noticed that when using HttpServletResponse.sendError in Tomcat 7.0.90 with string message the message is no longer shown as the response is displayed. I reproduce this with request to simple servlet: *public void doGet(HttpServletRequest request, HttpServletResponse response) thr

JAXB not available on Tomcat 9 and Java 10

2018-07-26 Thread Nicolai Parlog
Hi! TL;DR: On Java 10.0.1, a web app in Tomcat 9.0.8.0 has no access to JAXB even though its reference implementation is present on the class path. (This looks like a bug to me, but "Before you report a bug" urged me to ask here first. :) ) NOTE: I already asked [on StackOverflow](https://stack