While testing the recently released RC of JDK11 against the Apache Ant
project, I happened to run into an odd error. I have now been able to
reproduce this using the following, pretty trivial code:
import java.net.URL;
import java.io.InputStream;
public class Fetch {
public static void main(
Thank you Valerie!
With kind regards,
Ivan
On 8/23/18 5:18 PM, Valerie Peng wrote:
Changes look good.
Thanks,
Valerie
On 8/23/2018 1:40 PM, Ivan Gerasimov wrote:
Hello!
This is a smartcardio related issue.
If CardChannel.transmit() needs to issue an additional command, it
reuses the arr
Hi,
On Fri, Aug 24, 2018 at 8:54 PM Adam Petcher wrote:
> On 8/23/2018 3:28 PM, Simone Bordet wrote:
> > Hi,
> >
> > The code below reproduces a bug where session resumption is tested.
> > Turns out that session resumption does happen on the client and on the
> > server, but on the client the ses
Thanks for testing this. I developed most of the NewSessionTicket/PSK
code. See below for my comments.
On 8/23/2018 3:28 PM, Simone Bordet wrote:
Hi,
The code below reproduces a bug where session resumption is tested.
Turns out that session resumption does happen on the client and on the
serv
Hello, I created another webrev :
http://cr.openjdk.java.net/~mbaesken/webrevs/8205525.5/
- use now jarPath instead of jarpath in the java security file
- moved the parsing of the property to a more general location (separate
class jdk/internal/util/SecuritySystemPropertyHelper.java )
-
Hi Valerie,
Thanks for your feedback.
Webrev.08:
* http://cr.openjdk.java.net/~mbalao/webrevs/8029661/8029661.webrev.08
* http://cr.openjdk.java.net/~mbalao/webrevs/8029661/8029661.webrev.08.zip
New in Webrev.08:
* Rebased to latest JDK (rev fa378e035b81)
* Test max lines length is now 80