Fix reporting httpResourceRemoveTrailingSlash config in the New instance: Config log#6571
Merged
Merged
Conversation
BenchmarksStartupParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 46 metrics, 8 unstable metrics. LoadParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 10 metrics, 16 unstable metrics. Request duration reports for insecure-bankgantt
title insecure-bank - request duration [CI 0.99] : candidate=1.29.0-SNAPSHOT~957a4db47d, baseline=1.29.0-SNAPSHOT~7f977d8e06
dateFormat X
axisFormat %s
section baseline
no_agent (361.338 µs) : 341, 381
. : milestone, 361,
iast (476.305 µs) : 455, 498
. : milestone, 476,
iast_FULL (534.745 µs) : 514, 555
. : milestone, 535,
iast_GLOBAL (514.767 µs) : 493, 537
. : milestone, 515,
iast_HARDCODED_SECRET_DISABLED (469.736 µs) : 449, 490
. : milestone, 470,
iast_INACTIVE (444.734 µs) : 424, 466
. : milestone, 445,
iast_TELEMETRY_OFF (464.26 µs) : 444, 485
. : milestone, 464,
tracing (431.807 µs) : 411, 452
. : milestone, 432,
section candidate
no_agent (368.72 µs) : 348, 389
. : milestone, 369,
iast (470.657 µs) : 450, 491
. : milestone, 471,
iast_FULL (536.227 µs) : 516, 557
. : milestone, 536,
iast_GLOBAL (494.421 µs) : 474, 515
. : milestone, 494,
iast_HARDCODED_SECRET_DISABLED (472.904 µs) : 452, 494
. : milestone, 473,
iast_INACTIVE (440.353 µs) : 420, 461
. : milestone, 440,
iast_TELEMETRY_OFF (465.516 µs) : 445, 487
. : milestone, 466,
tracing (437.379 µs) : 416, 459
. : milestone, 437,
Request duration reports for petclinicgantt
title petclinic - request duration [CI 0.99] : candidate=1.29.0-SNAPSHOT~957a4db47d, baseline=1.29.0-SNAPSHOT~7f977d8e06
dateFormat X
axisFormat %s
section baseline
no_agent (1.348 ms) : 1329, 1367
. : milestone, 1348,
appsec (1.763 ms) : 1737, 1788
. : milestone, 1763,
iast (1.505 ms) : 1480, 1529
. : milestone, 1505,
profiling (1.529 ms) : 1504, 1554
. : milestone, 1529,
tracing (1.515 ms) : 1489, 1540
. : milestone, 1515,
section candidate
no_agent (1.355 ms) : 1336, 1374
. : milestone, 1355,
appsec (1.761 ms) : 1736, 1786
. : milestone, 1761,
iast (1.523 ms) : 1499, 1548
. : milestone, 1523,
profiling (1.504 ms) : 1479, 1529
. : milestone, 1504,
tracing (1.487 ms) : 1461, 1512
. : milestone, 1487,
|
am312
approved these changes
Jan 26, 2024
dougqh
approved these changes
Feb 14, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Does This Do
Adds an equal sign after
httpResourceRemoveTrailingSlashfalsein the New instance: Config logExpected values:
httpResourceRemoveTrailingSlash=falseorhttpResourceRemoveTrailingSlash=trueMotivation
At the moment, the log looks like this:
Compared to other configs, httpResourceRemoveTrailingSlash is missing an
=sign.This means the value would be
This PR would make it
To make it easier to parse when reviewing, this PR adds a missing equal sign