|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Alan Clucas
Path:
src/main/java/hudson/plugins/git/browser/BitbucketWeb.java
src/main/java/hudson/plugins/git/browser/CGit.java
src/main/java/hudson/plugins/git/browser/FisheyeGitRepositoryBrowser.java
src/main/java/hudson/plugins/git/browser/GitBlitRepositoryBrowser.java
src/main/java/hudson/plugins/git/browser/GitLab.java
src/main/java/hudson/plugins/git/browser/GitRepositoryBrowser.java
src/main/java/hudson/plugins/git/browser/GitWeb.java
src/main/java/hudson/plugins/git/browser/GithubWeb.java
src/main/java/hudson/plugins/git/browser/GitoriousWeb.java
src/main/java/hudson/plugins/git/browser/KilnGit.java
src/main/java/hudson/plugins/git/browser/Phabricator.java
src/main/java/hudson/plugins/git/browser/RedmineWeb.java
src/main/java/hudson/plugins/git/browser/RhodeCode.java
src/main/java/hudson/plugins/git/browser/Stash.java
src/main/java/hudson/plugins/git/browser/ViewGitWeb.java
http://jenkins-ci.org/commit/git-plugin/510337b35a4665f1d938d35215801bd9d354554e
Log:
JENKINS-22342 ensure URL normalization correct
Previous attempts to fix this stored the normalization flag
in the serialized repository browser. Moved to be a function
call to avoid the deserializer getting involved