-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
std-bits/base/src/main/java/org/enso/base/net/URIHelpers.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
tools/simple-httpbin/src/main/java/org/enso/shttp/BasicAuthTestHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
tools/simple-httpbin/src/main/java/org/enso/shttp/CrashingTestHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
package org.enso.shttp; | ||
|
||
import com.sun.net.httpserver.HttpExchange; | ||
|
||
import java.io.IOException; | ||
|
||
public class CrashingTestHandler extends SimpleHttpHandler { | ||
@Override | ||
public void doHandle(HttpExchange exchange) throws IOException { | ||
// This exception will be logged by SimpleHttpHandler, but that's OK - let's know that this crash is happening. | ||
// This exception will be logged by SimpleHttpHandler, but that's OK - let's know that this | ||
// crash is happening. | ||
throw new RuntimeException("This handler crashes on purpose."); | ||
} | ||
} |
3 changes: 1 addition & 2 deletions
3
tools/simple-httpbin/src/main/java/org/enso/shttp/HeaderTestHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
tools/simple-httpbin/src/main/java/org/enso/shttp/TokenAuthTestHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters