Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
DrKonqi
Commits
1878edb9
Commit
1878edb9
authored
Apr 14, 2021
by
Harald Sitter
🏳️🌈
Browse files
SCM_SILENT typo--
parent
d657b0e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bugzillaintegration/libbugzilla/autotests/connectiontest.cpp
View file @
1878edb9
...
...
@@ -73,8 +73,8 @@ private Q_SLOTS:
//
// This further broke because we force-recoded the query items but then that caused over-decoding (%FF)
// because QUrlQuery internally stores the DecodeReserved variant and we blindly FullDecode leading to the
// verbatim percent value getting decoded
a
t the same time we can't DecodeReserved because that would
// still decode verbatim reserved sequences
form
the input password (e.g. the password containing %3C aka <).
// verbatim percent value getting decoded
. A
t the same time we can't DecodeReserved because that would
// still decode verbatim reserved sequences
in
the input password (e.g. the password containing %3C aka <).
// https://bugs.kde.org/show_bug.cgi?id=435442
if
(
httpBlob
.
startsWith
(
"GET /hi?informal=yes%2Bcertainly&password=%253C___m%26T9zSZ%3E0%2Cq%25FFDN"
))
{
QFile
file
(
QFINDTESTDATA
(
"data/hi.http"
));
...
...
src/tests/gdbbacktracelinetest.cpp
View file @
1878edb9
...
...
@@ -14,7 +14,7 @@ class GdbBacktraceLineTest : public QObject
private
Q_SLOTS
:
// rating() is often times somewhat misleading because it is an exclusive state
// but in practi
s
e a frame may have multiple issues. for purposes of rating all
// but in practi
c
e a frame may have multiple issues. for purposes of rating all
// issues are considered equal. it's not ideal though, a frame that is missing
// multiple elements is objectively worse than a frame that is just missing one.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment