deliseev
deliseev
New msi with bump app.version with same UUID in pom.xml doesn't upgrade previous, it's install like new. Look like bad wix configuration. For test propose add to windows-jpackage.txt argument: "--win-dir-chooser"...
### Is your feature request related to a problem? Please describe. Current [HttpServerResponseMutator](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/javaagent-extension-api/src/main/java/io/opentelemetry/javaagent/bootstrap/http/HttpServerResponseMutator.java) provides only appending header values. In some circumstances, this can lead to duplicate header values. For example,...