-
Bug
-
Resolution: Fixed
-
Trivial
As commented by James on the previous PR, the trailing dots are valid in URL.
- is related to
-
JENKINS-51064 Lenient URL validator for Root URL
-
- Resolved
-
- links to
[JENKINS-51158] Allow trailing dot in Root URL
Description | Original: As commented by James on the previous PR, the trailing dots are valid in URL. | New: As [commented|https://github.com/jenkinsci/jenkins/commit/e7eec1cbe60067871689871f12a56d496abe60a2#r28867382] by James on the previous PR, the trailing dots are valid in URL. |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "#3424 core (Web Link)" [ 20626 ] |
Description | Original: As [commented|https://github.com/jenkinsci/jenkins/commit/e7eec1cbe60067871689871f12a56d496abe60a2#r28867382] by James on the previous PR, the trailing dots are valid in URL. |
New:
As [commented|https://github.com/jenkinsci/jenkins/commit/e7eec1cbe60067871689871f12a56d496abe60a2#r28867382] by James on the previous PR, the trailing dots are valid in URL. Not really critical since the trailing dot is not commonly used. |
Description |
Original:
As [commented|https://github.com/jenkinsci/jenkins/commit/e7eec1cbe60067871689871f12a56d496abe60a2#r28867382] by James on the previous PR, the trailing dots are valid in URL. Not really critical since the trailing dot is not commonly used. |
New: As [commented|https://github.com/jenkinsci/jenkins/commit/e7eec1cbe60067871689871f12a56d496abe60a2#r28867382] by James on the previous PR, the trailing dots are valid in URL. |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Link |
New:
This issue is related to |
Code changed in jenkins
User: Wadeck Follonier
Path:
core/src/main/java/jenkins/util/UrlHelper.java
core/src/test/java/jenkins/util/UrlHelperTest.java
http://jenkins-ci.org/commit/jenkins/c79f3f719c3f320ff6f0b17fae7d15ee2c1cbbcb
Log:
JENKINS-51158Improve Root URL validation