-
Enhancement
-
Resolution: Done
-
Trivial
-
3.0.Final, 2.1.1.Final, 2.2.0.Final
-
None
✔ ~/redhat/tmp/undertow [master|✔]
08:55 $ grep -R ":path" | grep "static final"
core/src/main/java/io/undertow/server/protocol/http2/Http2ReceiveListener.java: static final HttpString PATH = new HttpString(":path");
core/src/main/java/io/undertow/protocols/http2/Http2Channel.java: public static final HttpString PATH = new HttpString(":path");
- is cloned by
-
JBEAP-19988 (7.3.z) UNDERTOW-1755 - remove doubled definition of constants
- Closed