summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-12-05 17:24:59 -0500
committerJames Moger <james.moger@gitblit.com>2012-12-05 17:24:59 -0500
commite521a7d031fab2655ec6f8eba9876829a4d300b2 (patch)
tree6c1515ed835a95826e3829239033b5dffd31d251 /src/com/gitblit
parent6929d9df029d230d45d2b3f33717cb0ae6a40c56 (diff)
downloadgitblit-e521a7d031fab2655ec6f8eba9876829a4d300b2.tar.gz
gitblit-e521a7d031fab2655ec6f8eba9876829a4d300b2.zip
Fixed validate IPv4 address method
Diffstat (limited to 'src/com/gitblit')
-rw-r--r--src/com/gitblit/utils/HttpUtils.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/gitblit/utils/HttpUtils.java b/src/com/gitblit/utils/HttpUtils.java
index 56c8bd20..86f53cfe 100644
--- a/src/com/gitblit/utils/HttpUtils.java
+++ b/src/com/gitblit/utils/HttpUtils.java
@@ -196,6 +196,7 @@ public class HttpUtils {
return false;
}
}
+ return true;
}
// TODO IPV6?
return false;