Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Daniel Fuchs
a537e87d2d
8335530: Java file extension missing in AuthenticatorTest
...
Reviewed-by: cstein, jpai
2024-07-02 11:50:21 +00:00
Jaikiran Pai
6882b381e8
8333590: UnmodifiableHeaders.toString() returns a value that represents empty headers
...
Reviewed-by: dfuchs, michaelm
2024-06-05 14:03:29 +00:00
Jaikiran Pai
f9a1d3381b
8332020: jwebserver tool prints invalid URL in case of IPv6 address binding
...
Reviewed-by: dfuchs, vtewari
2024-05-11 04:31:11 +00:00
Nizar Benalla
b87a7e9906
8144100: Incorrect case-sensitive equality in com.sun.net.httpserver.BasicAuthenticator
...
Reviewed-by: jpai, dfuchs
2024-05-11 04:24:48 +00:00
SendaoYan
dea8076a58
8332006: Test com/sun/net/httpserver/TcpNoDelayNotRequired.java run timeout with -Xcomp
...
Reviewed-by: jpai, dfuchs
2024-05-10 10:10:53 +00:00
Christian Stein
7b79426a1d
8278353: Provide Duke as default favicon in Simple Web Server
...
Reviewed-by: dfuchs
2024-05-08 05:48:07 +00:00
Jaikiran Pai
8af606fb8c
8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false)
...
Reviewed-by: dfuchs
2024-05-08 01:12:17 +00:00
robertengels
02c95a6d7e
6968351: httpserver clashes with delayed TCP ACKs for low Content-Length
...
Reviewed-by: dfuchs, djelinski, michaelm, jpai
2024-05-07 13:18:24 +00:00
Darragh Clarke
70944ca54a
8330033: com/sun/net/httpserver/bugs/B6431193.java fails in AssertionError after JDK-8326568
...
Reviewed-by: jpai, dfuchs
2024-04-10 16:11:06 +00:00
Darragh Clarke
86cb76728d
8326568: jdk/test/com/sun/net/httpserver/bugs/B6431193.java should use try-with-resource and try-finally
...
Reviewed-by: dfuchs, jpai
2024-04-10 11:12:40 +00:00
Jaikiran Pai
d451f818cf
8326381: com.sun.net.httpserver.HttpsParameters and SSLStreams incorrectly handle needClientAuth and wantClientAuth
...
Reviewed-by: djelinski
2024-03-10 13:48:14 +00:00
Varada M
e5aed6be7a
8323276: StressDirListings.java fails on AIX
...
Reviewed-by: jpai, dfuchs
2024-01-11 12:17:35 +00:00
Erik Joelsson
020255a72d
8267174: Many test files have the wrong Copyright header
...
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
2023-09-12 20:16:05 +00:00
Daniel Jeliński
42f5b9e7aa
8315436: HttpsServer does not send TLS alerts
...
Reviewed-by: dfuchs, michaelm
2023-09-01 10:19:53 +00:00
Matthias Baesken
703817d21f
8314517: some tests fail in case ipv6 is disabled on the machine
...
Reviewed-by: mdoerr, lucy, jpai, dfuchs
2023-08-23 10:44:40 +00:00
Daniel Jeliński
f9827ad172
8288109: HttpExchangeImpl.setAttribute does not allow null value after JDK-8266897
...
Reviewed-by: dfuchs, jpai
2023-04-03 14:57:03 +00:00
Daniel Jeliński
3c4cd50e3c
8304963: HttpServer closes connection after processing HEAD after JDK-7026262
...
Reviewed-by: dfuchs
2023-03-28 06:12:30 +00:00
Daniel Jeliński
a5ffa079a0
7026262: HttpServer: improve handling of finished HTTP exchanges
...
Reviewed-by: dfuchs, michaelm
2023-03-27 05:22:45 +00:00
Daniel Jeliński
450567031e
8304174: Remove delays from httpserver tests
...
Reviewed-by: jpai, dfuchs
2023-03-20 09:31:33 +00:00
Darragh Clarke
e4d1cff659
8300268: ServerImpl allows too many idle connections when using sun.net.httpserver.maxIdleConnections
...
Reviewed-by: dfuchs, vtewari, michaelm, jpai
2023-02-09 12:27:57 +00:00
Jaikiran Pai
8a47429dc0
8295944: Move the Http2TestServer and related classes into a package of its own
...
Reviewed-by: dfuchs
2023-01-25 13:38:02 +00:00
Daniel Fuchs
4a300818fe
8296747: com/sun/net/httpserver/simpleserver/StressDirListings.java timed out
...
Reviewed-by: jpai
2022-11-11 11:23:57 +00:00
Jaikiran Pai
1553551d82
8286918: Better HttpServer service
...
Reviewed-by: dfuchs, michaelm, ahgross, rhalade
2022-10-18 22:41:16 +00:00
Jaikiran Pai
dddd4e7c81
8289291: HttpServer sets incorrect value for "max" parameter in Keep-Alive header value
...
Reviewed-by: michaelm, dfuchs
2022-06-30 01:43:11 +00:00
Julia Boes
9ca435b4c0
8281305: Test com/sun/net/httpserver/simpleserver/MapToPathTest.java fails on Windows 11
...
Reviewed-by: dfuchs
2022-02-17 10:35:05 +00:00
Julia Boes
f3e8242683
8280965: Tests com/sun/net/httpserver/simpleserver fail with FileSystemException on Windows 11
...
Reviewed-by: dfuchs
2022-02-07 09:28:05 +00:00
Julia Boes
20297deaeb
8280161: com/sun/net/httpserver/simpleserver/jwebserver/MaxRequestTimeTest.java fails with SSLException
...
Reviewed-by: dfuchs
2022-01-20 12:16:21 +00:00
Julia Boes
9f30ec174f
8278398: jwebserver: Add test to confirm maximum request time
...
Reviewed-by: dfuchs, michaelm
2022-01-14 12:48:03 +00:00
Michael McMahon
bc31ccc95b
8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses
...
Reviewed-by: dfuchs
2021-12-09 17:38:49 +00:00
Julia Boes
f505396ccc
8277459: Add jwebserver tool
...
Reviewed-by: michaelm, dfuchs, ihse
2021-12-01 10:37:09 +00:00
Julia Boes
13deb38433
8276848: sun.net.httpserver.simpleserver.CommandLinePositiveTest: test does not specify port
...
Reviewed-by: dfuchs
2021-11-12 12:05:45 +00:00
Julia Boes
ee49963258
8275534: com.sun.net.httpserver.BasicAuthenticator should check whether "realm" is a quoted string
...
Reviewed-by: michaelm, dfuchs
2021-11-04 11:31:51 +00:00
Julia Boes
9d191fce55
8245095: Implementation of JEP 408: Simple Web Server
...
Co-authored-by: Julia Boes <jboes@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Co-authored-by: Michael McMahon <michaelm@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Ivan Šipka <isipka@openjdk.org>
Reviewed-by: ihse, jlaskey, michaelm, chegar, dfuchs
2021-10-19 10:19:15 +00:00
Julia Boes
50bb7313a7
8270286: com.sun.net.httpserver.spi.HttpServerProvider: remove use of deprecated API
...
Reviewed-by: chegar
2021-07-22 09:45:49 +00:00
Patrick Concannon
326b2e1344
8253119: Remove the legacy PlainSocketImpl and PlainDatagramSocketImpl implementation
...
Reviewed-by: alanb, dfuchs, chegar
2021-07-06 13:46:02 +00:00
Julia Boes
f485171ce8
8269692: sun.net.httpserver.ServerImpl::createContext should throw IAE
...
Reviewed-by: dfuchs
2021-07-06 13:29:40 +00:00
Julia Boes
82bfc5d45c
8268960: com/sun/net/httpserver/Headers.java: Ensure mutators normalize keys and disallow null for keys and values
...
Reviewed-by: chegar, dfuchs, michaelm
2021-07-01 09:56:22 +00:00
Julia Boes
31320c3474
8267262: com/sun/net/httpserver/Filter improve API documentation of static methods
...
Reviewed-by: dfuchs, chegar
2021-05-20 09:30:10 +00:00
Julia Boes
894547d2c1
8266897: com/sun/net/httpserver/FilterTest.java fails intermittently with AssertionError
...
Reviewed-by: chegar, dfuchs, michaelm
2021-05-18 09:12:33 +00:00
Daniel Fuchs
2d2cd78bde
8266761: AssertionError in sun.net.httpserver.ServerImpl.responseCompleted
...
Reviewed-by: chegar
2021-05-11 14:48:12 +00:00
Julia Boes
115a413ee4
8265123: Add static factory methods to com.sun.net.httpserver.Filter
...
Co-authored-by: Michael McMahon <michaelm@openjdk.org>
Reviewed-by: chegar, michaelm, dfuchs
2021-04-29 09:07:46 +00:00
Julia Boes
214d6e21bb
8263506: Make sun.net.httpserver.UnmodifiableHeaders unmodifiable
...
Reviewed-by: michaelm, dfuchs
2021-04-08 13:09:26 +00:00
Michael McMahon
4bb80f3720
8262898: com/sun/net/httpserver/bugs/8199849/ParamTest.java times out
...
Reviewed-by: dfuchs
2021-04-06 16:01:59 +00:00
Patrick Concannon
2b78a43f77
8255584: HttpPrincipal::getName
returns incorrect name
...
Reviewed-by: dfuchs
2020-11-05 10:10:21 +00:00
Patrick Concannon
ae20dd6b9b
8251496: Fix doclint warnings in jdk.net.httpserver
...
Reviewed-by: dfuchs, rriggs, chegar
2020-09-22 08:56:15 +00:00
Nick Gasson
fb300a3ff3
8251517: [TESTBUG] com/sun/net/httpserver/bugs/B6393710.java does not scale socket timeout
...
Reviewed-by: dfuchs
2020-08-14 18:08:30 +08:00
Rahul Yadav
a512099313
8247675: Update DateFormatterTest Copyright
...
The fix updates the test DateFormatterTest copyright by adding missing comma
Reviewed-by: dfuchs, chegar
2020-06-16 13:15:42 +01:00
Rahul Yadav
38f9a938e5
8245307: Update ExchangeImpl to use thread safe DateTimeFormatter
...
The fix updates sun.net.httpserver.ExchangeImpl to use thread safe DateTimeFormatter for response headers, this replaces DateFormat that was using ThreadLocal.
Reviewed-by: dfuchs, alanb, chegar
2020-06-15 16:26:31 +01:00
Mikael Vidstedt
3318314c7c
8237589: Fix copyright header formatting
...
Reviewed-by: jjg, serb, iris, jwilhelm
2020-01-21 14:23:01 -08:00