Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2020-03-26 16:17:48 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2020-03-26 16:17:48 +0300
commit5ec214386e3141e000fbcfaa53928c48f132c8fe (patch)
tree90fe4c650606ce6b53c7f59bb8ea89b617f4c0ba /include
parent73ba38ae3506e1e3ed9209fe62611d8c5777af06 (diff)
Make webadmin redirect to page that end with /
Diffstat (limited to 'include')
-rw-r--r--include/ejabberd_http.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ejabberd_http.hrl b/include/ejabberd_http.hrl
index 6d2c31e34..801676e58 100644
--- a/include/ejabberd_http.hrl
+++ b/include/ejabberd_http.hrl
@@ -21,6 +21,7 @@
-record(request,
{method :: method(),
path = [] :: [binary()],
+ raw_path :: binary(),
q = [] :: [{binary() | nokey, binary()}],
us = {<<>>, <<>>} :: {binary(), binary()},
auth :: {binary(), binary()} | {oauth, binary(), []} | undefined | invalid,