[ 
https://issues.apache.org/jira/browse/MWRAPPER-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654146#comment-17654146
 ] 

Björn Michael commented on MWRAPPER-86:
---------------------------------------

The URLs were corrected manually after the double slashes were discovered.

Examples in [RFC3986|https://www.rfc-editor.org/rfc/rfc3986] use single slash 
syntax. {{a/b/c}} and {{a/b//c}} technically represent different paths but are 
irrelevant for repository URL here.

??So: yes, it is valid, no, don't use it.??

[https://stackoverflow.com/questions/20523318/is-a-url-with-in-the-path-section-valid]

??As mentioned by 
[@RandomBen|https://webmasters.stackexchange.com/questions/8354/what-does-the-double-slash-mean-in-urls/8356#8356],
 the double slash is most likely the result of an error somewhere.??
[https://webmasters.stackexchange.com/questions/8354/what-does-a-double-slash-in-the-url-path-mean]

> Trim trailing slash in Repo URL
> -------------------------------
>
>                 Key: MWRAPPER-86
>                 URL: https://issues.apache.org/jira/browse/MWRAPPER-86
>             Project: Maven Wrapper
>          Issue Type: Bug
>          Components: Maven Wrapper Plugin
>    Affects Versions: 3.1.1
>            Reporter: Björn Michael
>            Priority: Major
>
> If repository URL ends with a trailing slash then the URLs in 
> {{maven-wrapper.properties}} contain double slashes.
> E.g. {{MVNW_REPOURL=[https://myrepo.local/]}} ends up with
> {code:java}
> distributionUrl=https://myrepo.local//org/apache/maven/apache-maven/3.8.7/apache-maven-3.8.7-bin.zip
> wrapperUrl=https://myrepo.local//org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar{code}
> This also occurs when mirror * URL ends with trailing slash.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to