Mikael created JENA-1854:
----------------------------
Summary: 502 Bad Gateway with reverse proxy on Fuseki
Key: JENA-1854
URL: https://issues.apache.org/jira/browse/JENA-1854
Project: Apache Jena
Issue Type: Improvement
Components: Fuseki
Affects Versions: Jena 3.14.0, Jena 3.11.0
Reporter: Mikael
When sending a 40k turtle data that results error
"Error 400: Parse error: [line: 1, col: 34] Undefined prefix: ebucore"
the response is sent before entire input data is received. That confuses proxy
and instead of above Fuseki error, client receives proxy error
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>502 Bad Gateway</title>
</head><body>
<h1>Bad Gateway</h1>
<p>The proxy server received an invalid
response from an upstream server.<br />
</p>
<hr>
<address>Apache/2.4.18 (Ubuntu) Server at xxx.fi Port
443</address>
</body></html>
Discussion:
https://mail-archives.apache.org/mod_mbox/jena-users/202003.mbox/%[email protected]%3e
--
This message was sent by Atlassian Jira
(v8.3.4#803005)