I hereby claim:
- I am fkleon on github.
- I am fkleon (https://keybase.io/fkleon) on keybase.
- I have a public key ASClG8NdcOfysm4oqOsImCZDGgdeZMJ_uWDYIU_7zb7X-go
To claim this, I am signing this object:
import org.junit.AfterClass; | |
import org.junit.BeforeClass; | |
import org.junit.Test; | |
import static org.junit.Assert.*; | |
import bank.Customer; | |
import bank.VipCustomer; | |
public class VipCustomerTest { |
#! /usr/local/bin/sh | |
# Write email header to temp file | |
( | |
echo "To: your@email" | |
echo "Subject: System Temperatures INFO" | |
echo " " | |
) > /var/cover | |
# Define adastat function, which writes drive activity to temp file |
#!/bin/sh | |
######################################################### | |
# A shell script to manage a JBoss instance. # | |
# # | |
# For a detailed description see wiki. # | |
# # | |
# Version: # | |
# 1.1.4 # | |
# Author(s): # |
#!/bin/bash | |
######################################################### | |
# A shell script to deploy a stable project version. # | |
# # | |
# For a detailed description, see the wiki. # | |
# # | |
# Version: # | |
# 1.0.1 # | |
# Author(s): # |
<#assign webframeworkConfig = config.scoped["WebFramework"]["web-framework"]!> | |
<@markup id="dojoCacheBust" target="setDojoConfig" action="after" scope="global" > | |
<#if webframeworkConfig.dojoEnabled> | |
<script type="text/javascript"> | |
// Enable Cache Bust for testing | |
dojoConfig.cacheBust = Date.now(); | |
</script> | |
</#if> | |
</@> |
package nz.net.catalyst.api.v1; | |
import javax.ws.rs.GET; | |
import javax.ws.rs.Path; | |
import javax.ws.rs.core.Response; | |
@Path("/") | |
public class ResourceMinimal { | |
@GET |
I hereby claim:
To claim this, I am signing this object:
This patch allows adore-djatoka to properly resolve source image URLs that contain URL-encoded basic auth credentials, for example:
http://user:[email protected]/gmd/gmd433/g4330/g4330/np000066.jp2
Note that this way of passing credentials has been deprecated in
RFC3986. It is only used to pass the
credentials to adore-djatoka, which then uses the Authorization
header to