jdk-24/test/jdk/com/sun/net/httpserver
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
..
bugs 8330033: com/sun/net/httpserver/bugs/B6431193.java fails in AssertionError after JDK-8326568 2024-04-10 16:11:06 +00:00
docs/test1 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
simpleserver 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
AuthenticatorTest.java 8335530: Java file extension missing in AuthenticatorTest 2024-07-02 11:50:21 +00:00
BasicAuthenticatorRealm.java 8275534: com.sun.net.httpserver.BasicAuthenticator should check whether "realm" is a quoted string 2021-11-04 11:31:51 +00:00
BasicAuthToken.java 8144100: Incorrect case-sensitive equality in com.sun.net.httpserver.BasicAuthenticator 2024-05-11 04:24:48 +00:00
CreateHttpServerTest.java 8251496: Fix doclint warnings in jdk.net.httpserver 2020-09-22 08:56:15 +00:00
DateFormatterTest.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
DummyVerifier.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
EchoHandler.java 8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7 2019-08-13 16:11:28 +01:00
ExchangeAttributeTest.java 8288109: HttpExchangeImpl.setAttribute does not allow null value after JDK-8266897 2023-04-03 14:57:03 +00:00
FileServerHandler.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FilterTest.java 8245095: Implementation of JEP 408: Simple Web Server 2021-10-19 10:19:15 +00:00
HeadersTest.java 8245095: Implementation of JEP 408: Simple Web Server 2021-10-19 10:19:15 +00:00
Http10KeepAliveMaxParamTest.java 8289291: HttpServer sets incorrect value for "max" parameter in Keep-Alive header value 2022-06-30 01:43:11 +00:00
HttpContextTest.java 8269692: sun.net.httpserver.ServerImpl::createContext should throw IAE 2021-07-06 13:29:40 +00:00
HttpPrincipalTest.java 8255584: HttpPrincipal::getName returns incorrect name 2020-11-05 10:10:21 +00:00
HttpServerProviderTest.java 8270286: com.sun.net.httpserver.spi.HttpServerProvider: remove use of deprecated API 2021-07-22 09:45:49 +00:00
HttpServerTest.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
HttpsParametersClientAuthTest.java 8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false) 2024-05-08 01:12:17 +00:00
InputNotRead.java 8266761: AssertionError in sun.net.httpserver.ServerImpl.responseCompleted 2021-05-11 14:48:12 +00:00
LogFilter.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MissingTrailingSpace.java 8225512: Replace wildcard address with loopback or local host in tests - part 15 2019-06-11 15:46:26 +01:00
SANTest.java 8295944: Move the Http2TestServer and related classes into a package of its own 2023-01-25 13:38:02 +00:00
SelCacheTest.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
SimpleFileServer.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SimpleHttpServerTest.java 8223856: Replace wildcard address with loopback or local host in tests - part 8 2019-05-20 12:37:40 +01:00
StopNoStartTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TaskRejectedTest.java 8169358: httpserver does not close connections when RejectedExecutionException occurs 2018-03-08 11:21:57 +09:00
TcpNoDelayNotRequired.java 8332006: Test com/sun/net/httpserver/TcpNoDelayNotRequired.java run timeout with -Xcomp 2024-05-10 10:10:53 +00:00
Test1.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test2.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test3.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test4.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test5.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test6.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test6a.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test7.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test7a.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test8.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test8a.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test9.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test9a.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test10.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test11.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test12.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test13.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test14.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
Test.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
TEST.properties 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestLogging.java 8304174: Remove delays from httpserver tests 2023-03-20 09:31:33 +00:00
UnmodifiableHeadersTest.java 8333590: UnmodifiableHeaders.toString() returns a value that represents empty headers 2024-06-05 14:03:29 +00:00