On 01 Feb 2021, at 11:51, Mark Thomas wrote:
>> +if (family == Socket.APR_UNIX) {
>> +if (getUnixDomainSocketPathPermissions() != null) {
>> +FileAttribute> attrs =
>> +
>> PosixFilePermissions.asFileAttribute(PosixFilePermissions.fromS
Am 2021-02-01 um 10:51 schrieb Mark Thomas:
On 01/02/2021 09:29, micha...@apache.org wrote:
commit a616bf385a350175a33a0ebf09d8b6688344e9e3
Author: minfrin
AuthorDate: Fri Jan 15 17:12:51 2021 +
+if (family == Socket.APR_UNIX) {
+if (getUnixDomainSocketPathPermissi
On 01/02/2021 09:29, micha...@apache.org wrote:
> commit a616bf385a350175a33a0ebf09d8b6688344e9e3
> Author: minfrin
> AuthorDate: Fri Jan 15 17:12:51 2021 +
> +if (family == Socket.APR_UNIX) {
> +if (getUnixDomainSocketPathPermissions() != null) {
> +Fil
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new a616bf3 Add support for Unix Domain Sockets (