RE: SOAP HTTP error: "HTTP/1.1 400 Bad Request" after upgrade to 8.5.89.

2023-06-02 Thread jonmcalexander
Thanks Sergent. Good catch, I'll inquire. Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC:

Re: SOAP HTTP error: "HTTP/1.1 400 Bad Request" after upgrade to 8.5.89.

2023-06-02 Thread Rob Sargent
On 6/2/23 14:00, jonmcalexan...@wellsfargo.com.INVALID wrote: Good afternoon, Have a team that just upgraded to 8.5.89 from 8.5.72 and started getting these messages in the logs: [2023/06/01][01:05:10.012] : [INIT] - EPMSend (init) - EPMSend = SOAP [2023/06/01][01:05:10.012] : [INIT] -

SOAP HTTP error: "HTTP/1.1 400 Bad Request" after upgrade to 8.5.89.

2023-06-02 Thread jonmcalexander
Good afternoon, Have a team that just upgraded to 8.5.89 from 8.5.72 and started getting these messages in the logs: [2023/06/01][01:05:10.012] : [INIT] - EPMSend (init) - EPMSend = SOAP [2023/06/01][01:05:10.012] : [INIT] - EPMSend (init) - SOAPPort = 8443 [2023/06/01][01:05:10.012] : [INIT] -

Re: Get actual protocol from request

2023-06-02 Thread Christopher Schultz
Mark, On 6/2/23 10:57, Mark Thomas wrote: On 02/06/2023 15:31, Christopher Schultz wrote: All, Is it possible to get the /actual/ protocol used for communication with a tomcat server? I'm using AJP/13 and request.getProtocol is returning "HTTP/1.1" which is not 100% surprising. I'm

Re: Get actual protocol from request

2023-06-02 Thread Mark Thomas
On 02/06/2023 15:31, Christopher Schultz wrote: All, Is it possible to get the /actual/ protocol used for communication with a tomcat server? I'm using AJP/13 and request.getProtocol is returning "HTTP/1.1" which is not 100% surprising. I'm wondering if the request has anything in it which

Re: Re-Cannot upload an image file from a deployed JSP page in Tomcat 10

2023-06-02 Thread Christopher Schultz
Lauri, On 6/2/23 02:58, Lauri wrote: @Thomas: I have made a test using the request.getParts() API, as mentioned here: https://docs.oracle.com/javaee/6/tutorial/doc/glrbb.html The test upload application has been modified as: -- web.xml --- http://xmlns.jcp.org/xml/ns/javaee;

Get actual protocol from request

2023-06-02 Thread Christopher Schultz
All, Is it possible to get the /actual/ protocol used for communication with a tomcat server? I'm using AJP/13 and request.getProtocol is returning "HTTP/1.1" which is not 100% surprising. I'm wondering if the request has anything in it which specifies the "actual" protocol which was used.

AW: AW: Re-Cannot upload an image file from a deployed JSP page in Tomcat 10

2023-06-02 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Mark, > -Ursprüngliche Nachricht- > Von: Mark Thomas > Gesendet: Freitag, 2. Juni 2023 14:18 > An: users@tomcat.apache.org > Betreff: Re: AW: Re-Cannot upload an image file from a deployed JSP page in > Tomcat 10 > > On 02/06/2023 08:20, Thomas Hoffmann (Speed4Trade GmbH) wrote: >

[ANN] Apache Tomcat Native 1.2.37 released

2023-06-02 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.37 stable. The key features of this release are: - Update the version of OpenSSL used to create the binaries for Windows to OpenSSL 1.1.1u Please refer to the change log for the complete list of changes:

Re: AW: Re-Cannot upload an image file from a deployed JSP page in Tomcat 10

2023-06-02 Thread Mark Thomas
On 02/06/2023 08:20, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello Lauri, -Ursprüngliche Nachricht- Von: Lauri Gesendet: Freitag, 2. Juni 2023 08:58 An: Tomcat Users List Betreff: Re-Cannot upload an image file from a deployed JSP page in Tomcat 10 @Thomas: I have made a test

[ANN] Apache Tomcat Native 2.0.4 released

2023-06-02 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 2.0.4 stable. The key features of this release are: - The binaries for Windows in this release have been built with OpenSSL 3.0.9 The 2.0.x branch is primarily intended for use with Tomcat 10.1.x or later

AW: Re-Cannot upload an image file from a deployed JSP page in Tomcat 10

2023-06-02 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Lauri, > -Ursprüngliche Nachricht- > Von: Lauri > Gesendet: Freitag, 2. Juni 2023 08:58 > An: Tomcat Users List > Betreff: Re-Cannot upload an image file from a deployed JSP page in Tomcat > 10 > > @Thomas: > > I have made a test using the request.getParts() API, as mentioned

Re-Cannot upload an image file from a deployed JSP page in Tomcat 10

2023-06-02 Thread Lauri
@Thomas: I have made a test using the request.getParts() API, as mentioned here: https://docs.oracle.com/javaee/6/tutorial/doc/glrbb.html The test upload application has been modified as: -- web.xml --- http://xmlns.jcp.org/xml/ns/javaee;