This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6c9925604 Automatic Site Publish by Buildbot
6c9925604 is described below
commit 6c9925604f3b74a8f20e8ce8a64a6d79bd7e5e12
Author: buildbot <[email protected]>
AuthorDate: Wed Oct 22 18:10:09 2025 +0000
Automatic Site Publish by Buildbot
---
.../documentation/http-and-https-transports-reference.html | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git
a/output/components/classic/documentation/http-and-https-transports-reference.html
b/output/components/classic/documentation/http-and-https-transports-reference.html
index 4b0880ca4..53daec567 100644
---
a/output/components/classic/documentation/http-and-https-transports-reference.html
+++
b/output/components/classic/documentation/http-and-https-transports-reference.html
@@ -109,10 +109,16 @@
<p><a href="http://host:port">http://host:port</a> <a
href="https://host:port">https://host:port</a></p>
+<p>By default, in case of error, the complete stack trace is sent to the
client.</p>
+
+<p>If, for security reason, you don’t want to send the stack trace detail to
the client, you can use <code class="language-plaintext
highlighter-rouge">wireFormat.sendStackTrace=false</code> option.</p>
+
<h4 id="example-uri">Example URI</h4>
-<p>http://localhost
-https://localhost:8080</p>
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>http://localhost
+http://0.0.0.0:8080?wireFormat.sendStackTrace=false
+https://localhost:8080
+</code></pre></div></div>
<h4 id="dependencies">Dependencies</h4>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact