sinopia icon indicating copy to clipboard operation
sinopia copied to clipboard

Problem with slashes in package name scope

Open dante2130 opened this issue 8 years ago • 2 comments

If i rewrite url in IIS i dont have possibility to use %2F symbol, only %252F. If i rewrite %2F to %252F - packages with scopes don't work (@test/test - as example). Maybe have some resolution for this problem? Thanks in advance.

dante2130 avatar Jul 26 '17 15:07 dante2130

I'm also getting this issue.

 http  <-- 404, user: florian, req: 'GET /@types%2fhistory', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2fjest', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2fnode', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2freact', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2freact-dom', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2freact-redux', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2freact-router-dom', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2freact-router-redux', error: no such package available

Falieson avatar Aug 19 '17 18:08 Falieson

I think in verdaccio that was fixed while ago, please check here https://github.com/verdaccio/verdaccio/blob/master/wiki/reverse-proxy.md#apache https://github.com/verdaccio/verdaccio/blob/master/wiki/iis-server.md

juanpicado avatar Aug 21 '17 11:08 juanpicado