Skip to content

Instantly share code, notes, and snippets.

View Hoid's full-sized avatar
💭
Bugs are just happy little accidents

Tyler Cheek Hoid

💭
Bugs are just happy little accidents
View GitHub Profile

Keybase proof

I hereby claim:

  • I am hoid on github.
  • I am tylerlcheek (https://keybase.io/tylerlcheek) on keybase.
  • I have a public key ASB25mohkPr8gIsw3HVng9iWdM05dZ7kYovsecF7S6v86Ao

To claim this, I am signing this object:

import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.io.PrintWriter;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint;
import org.springframework.stereotype.Component;