Skip to content

Commit 8b38407

Browse files
committed
catstare
1 parent 27fed01 commit 8b38407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=gay.ampflower
2-
version=0.1.0-rc.1
2+
version=0.1.0-rc.2

src/main/java/gay/ampflower/maven/Maven.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public void handle(String target, Request baseRequest, HttpServletRequest reques
156156
}
157157

158158
private boolean checkPreconditions(Passwd.User user, Request baseRequest, HttpServletRequest request,
159-
HttpServletResponse response) throws IOException {
159+
HttpServletResponse response) throws IOException {
160160
boolean taint = "http".equals(request.getHeader("X-Forwarded-Proto"));
161161
// No point in executing on any other.
162162
baseRequest.setHandled(true);

0 commit comments

Comments
 (0)