-
I am using a different management port with `management.server.base-path: '/management'` and `management.endpoints.web.base-path: '/'`.
When setting up security as `.requestMatchers(EndpointRequest…
-
This is more-or-less a continuation of issue #25 (most of which is actually [here](https://github.com/rust-lang/rust/issues/14015)).
# Preface
I don't personally have an urgent need for this fun…
-
There is a potential use case where sub-trees in the object graph need to be matched independently. It would be much easier to accomplish this if `Matcher` supported sub-Matchers.
This would look som…
-
The naming of the matcher implies it would give consistent results with `String.isBlank()`. However, it does not. The matcher uses a regex with pattern `\\s*` which will only match ASCII whitespace ch…
-
**Describe the issue**
When testing a form that has several fields with the same name, the matcher binds one and throws a warning, which resolves as a `consoleError`.
**To Reproduce**
1. Create a…
-
```
We need a matcher to do bitwise comparison. This is useful for validating
binary data or POD types that don't have operator== defined. For example,
BitEq(x) -- the value equals x bitwise.
…
-
pylint complains about some problems with the code which "may" be bugs, check these
W: 27,20:check_film_file: Redefining name 'film_file' from outer scope (line 23)
W: 33,11:check_film_file: Unused va…
-
```
We need a matcher to do bitwise comparison. This is useful for validating
binary data or POD types that don't have operator== defined. For example,
BitEq(x) -- the value equals x bitwise.
…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ /usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8u-ysd/hot…
-
The equality matcher `eq` currently only checks the contents (via `==` semantics). It does not take into account the actual data type unless the `==` implementation validates that explicitly.
An ex…