Skip to content

Commit

Permalink
Merge pull request #554 from Saucistophe/master
Browse files Browse the repository at this point in the history
[FIXED JENKINS-48064] Fisheye Git browser now validates its URL in th…
  • Loading branch information
MarkEWaite committed Nov 20, 2017
2 parents 35189dc + 14973e7 commit c4029dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public FisheyeGitRepositoryBrowser newInstance(StaplerRequest req, JSONObject js
* @throws ServletException on servlet error
*/
@SuppressFBWarnings(value="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE", justification="Jenkins.getInstance() is not null")
public FormValidation doCheckUrl(@QueryParameter(fixEmpty = true) String value) throws IOException,
public FormValidation doCheckRepoUrl(@QueryParameter(fixEmpty = true) String value) throws IOException,
ServletException {
if (value == null) // nothing entered yet
return FormValidation.ok();
Expand Down

0 comments on commit c4029dc

Please sign in to comment.