Address @jcj comments on #497

This commit is contained in:
Richard Barnes 2015-07-30 16:24:07 -04:00
parent 46573e93a2
commit bef0dbf99a
2 changed files with 0 additions and 3 deletions

View File

@ -62,7 +62,6 @@ type verificationRequestEvent struct {
Error string `json:",omitempty"`
}
// TODO Update jws.go to accept jose.JsonWebKey in newVerifier
func verifyValidationJWS(validation *jose.JsonWebSignature, accountKey *jose.JsonWebKey, target map[string]interface{}) error {
if len(validation.Signatures) > 1 {

View File

@ -65,8 +65,6 @@ const pathWrongToken = "wrongtoken"
const path404 = "404"
const pathFound = "302"
const pathMoved = "301"
const pathUnsafe = "%"
const pathUnsafe302 = "302-to-unsafe"
func createValidation(token string, enableTLS bool) string {
payload, _ := json.Marshal(map[string]interface{}{