Michael Osipov
Michael Osipov
I have recently raised a [thread on the Tomcat Users Mailing list](https://www.mail-archive.com/[email protected]/msg134171.html) why servlet filters are not subject to expect continue handling. In detail, when a client sends this header...
I am quite confused by the handling of mutual authentication and context continuation/completion. I don't take [this](https://github.com/pythongssapi/requests-gssapi#mutual-authentication) as a solid argument because it does not mean that this module should...
Consider this config: ``` # cat /etc/pkg/FreeBSD.conf FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } # cat /usr/local/etc/pkg/repos/* ldadw-base: { URL: "https://...", enabled: YES, priority:...
When a package is registered through pkg-register(8) the return codes of pre-install and post-install scripts and lua files are ignored. Now they are respected as with pkg-add(8). This fixes #2073
### Steps to reproduce * JaCoCo version: 0.8.8 * Operating system: Windows * Tool integration: Maven plugin Have a look at this config snippet in Maven Surefire: https://github.com/apache/maven-surefire/blob/83c466698f1cf38d7b60852549393f4245f286d4/surefire-its/pom.xml#L136-L156 It produces...
When HTTPS is being used with the OpenSSL provider, plus TLS 1.2 and 1.3 is configured with a specific cipher list TLS 1.2 is not available. **Neo4j Version:** 4.4.11 **Operating...
## Prerequisites - [X] Have you checked for an existing issue describing your idea? ## What is your proposal? Remove the terms "official only" from this option and if any...
## Prerequisites - [X] Have you checked for an existing issue describing your problem? - [X] Are you running the latest version? - [X] Is your ports tree recent? -...
## Prerequisites - [X ] Have you checked for an existing issue describing the issue? I believe that this isn't possible yet, so seeking for advice or need to create...
This has been intentionally broken up into two commits/issues: * [MNG-7771](https://issues.apache.org/jira/browse/MNG-7771) uses rather synthetic exception messages rather than to rely on the order of exception messages in `ArtifactResult`. No more...