On Fri, 19 May 2023 15:46:14 GMT, Jesse Glick wrote:
>> [JDK-6956385](https://bugs.openjdk.org/browse/JDK-6956385):
>> `JarURLConnection` properly tracks any `InputStream` it itself opened, and
>> correspondingly closes the `JarFile` if necessary (when caches are
>> disabled). However if its u
On Mon, 22 May 2023 16:04:10 GMT, Jesse Glick wrote:
>> src/java.base/share/classes/sun/net/www/protocol/jar/JarURLConnection.java
>> line 97:
>>
>>> 95: }
>>> 96: } finally {
>>> 97: if (jarFileURLConnection instanceof
>>> FileURLConnect
On Sun, 17 Sep 2023 23:21:23 GMT, Mark Sheppard wrote:
> on further reflection, wrt method name, an overloaded getByAddress(String
> literalAddress) method is most appropriate
I agree, and it should have both variants, getByAddtess(String literalSddress)
throes UHE
GetByAdress(String hostname,
On Mon, 18 Sep 2023 14:14:57 GMT, Daniel Fuchs wrote:
> * Inet4Address.ofLiteral("06.07.08.09")==>/6.7.8.9
if we ignore octal encoding, we should document it explicitely.
Maybe
> The loose IPv4 syntax of partial numbers or hex encoding ("10.0.258",
> "0xA000102") is not
On Sun, 17 Sep 2023 23:21:23 GMT, Mark Sheppard wrote:
> on further reflection, wrt method name, an overloaded getByAddress(String
> literalAddress) method is most appropriate
I agree, and it should have both variants,
getByAddtess(String literalAddress) throws UHE
getByAdress(String hostnam
On Mon, 18 Sep 2023 14:14:57 GMT, Daniel Fuchs wrote:
> * Inet4Address.ofLiteral("06.07.08.09")==>/6.7.8.9
if we ignore octal encoding, we should document it explicitely.
Maybe
> The loose IPv4 syntax of partial numbers or hex encoding ("10.0.258",
> "0xA000102") is not
On Thu, 11 Jan 2024 08:50:51 GMT, Varada M wrote:
>> The delay in response has caused an incomplete test and timeout error.
>> Setting the TCP_NODELAY socket option to 1 by the property
>> sun.net.httpserver.nodelay solves the issue.
>>
>> JBS Issue : [JDK-8323276](https://bugs.openjdk.org/bro
On Thu, 11 Jan 2024 08:50:51 GMT, Varada M wrote:
>> The delay in response has caused an incomplete test and timeout error.
>> Setting the TCP_NODELAY socket option to 1 by the property
>> sun.net.httpserver.nodelay solves the issue.
>>
>> JBS Issue : [JDK-8323276](https://bugs.openjdk.org/bro
On Fri, 26 Apr 2024 15:37:13 GMT, robert engels wrote:
>> improve the HttpExchange api with documented constants and convenience
>> methods to avoid common bugs
>
> robert engels has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Update
> sr
On Thu, 2 Jan 2025 14:41:48 GMT, Sean Mullan wrote:
> Periodically, we review the security algorithm requirements to see if new
> algorithms should be added or existing ones should be removed. The
> requirements are intended to improve interoperability across different SE
> implementations by
You Can take an Heap dump and Check how many selectormanager Instances you have and who own them. Maybe you had close/reconnects or Deal with multiple Class Loaders?GrußBernd-- http://bernd.eckenfels.net
Von: net-dev im Auftrag von Ruslan Ibragimov Gesendet: Donnerstag, Jan
BTW this could also include callbacks for redirects (and maybe even retries?).
Gruß,Bernd-- https://bernd.eckenfels.net
Von: net-dev im Auftrag von Jaikiran Pai Gesendet: Dienstag, Januar 28, 2025 3:05 PMAn: net-dev@openjdk.org Betreff: Re: https
The implementation has to read them because websockets use an odd xor masking, and the implementation has optimized this with longs, which have this endian problem, (yes it’s a bug). Maybe some vector api can replace the handmade procedure in the future without caring for the declared endianess.Gru
On Tue, 15 Apr 2025 12:00:10 GMT, Eirik Bjørsnøs wrote:
> Please help review this PR which disables the unspecified but long-standing
> feature where an `FtpURLConnection` is opened as a fallback for non-local
> file URLs.
>
> Before this change, if a file URL has a non-local host component, s
14 matches
Mail list logo