Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YanelServlet should cleanup IP address when containing "unknown" #57

Open
michaelwechner opened this issue May 30, 2013 · 0 comments
Open

Comments

@michaelwechner
Copy link
Member

It can happen that request.getHeader("X-FORWARDED-FOR") contains the word "unknown", e.g.

http://dev.robertmao.com/2007/06/30/what%E2%80%99s-inside-x-forwarded-for-and-how-to-handle/

but

src/webapp/src/java/org/wyona/yanel/servlet/YanelServlet.java

should clean this up (search for "unknown") inside the code of YanelServlet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant