Skip to content

Commit

Permalink
[FIXED JENKINS-48064] Fisheye Git browser now validates its URL in th…
Browse files Browse the repository at this point in the history
…e configuration.
  • Loading branch information
ccarpentier committed Nov 20, 2017
1 parent 35189dc commit 14973e7
Showing 1 changed file with 1 addition and 1 deletion.
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 14973e7

Please sign in to comment.