Merge "Fix a typo in the test HTTP server"

This commit is contained in:
Zuul
2018-01-11 07:32:49 +00:00
committed by Gerrit Code Review

View File

@@ -95,7 +95,7 @@ func main() {
flag.Parse()
resp = fmt.Sprintf("%s", *idPtr)
sess_cookie.Name = "JESSIONID"
sess_cookie.Name = "JSESSIONID"
sess_cookie.Value = *idPtr
http.HandleFunc("/", root_handler)