-
Type:
New Feature
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 7.7.3
-
Fix Version/s: None
-
Component/s: Artifactory, PyPI
-
Labels:None
-
Location:External
Steps to reproduce:
- Configure a local PyPI repository "pypi-local".
- Configure a baseurl in the global settings
- Open $BASEURL/artifactory/api/pypi/pypi-local/simple (note the missing trailing slash)
Expected result:
- Redirect to $BASEURL/artifactory/api/pypi/pypi-local/simple/ (note the trailing slash)
Actual result:
Notes:
- This correctly works for non-api requests:
$BASEURL/artifactory/pypi-local -> $BASEURL/artifactory/pypi-local/
- When explictly providing the header X-JFrog-Override-Base-Url it is used.