dave2wave opened a new issue, #1469:
URL: https://github.com/apache/tooling-trusted-releases/issues/1469

   This is a first pass. In the vhost or a `.htaccess` file add a rewrite rule 
for "Purl" type urls.
   
   ```
   RewriteEngine On
   
   # Has additional path: don't insert agent.json
   RewriteRule ^the\+asf/([^@]+)@([^/]+)/(.*)$ /$1/$2/$3 [NC,L]
   
   # No additional path: append agent.json
   RewriteRule ^the\+asf/([^@]+)@([^/]+)/?$ /$1/$2/agent.json [NC,L]
   ```
   
   We are trying to support a purl spec like 
https://github.com/package-url/purl-spec/issues/837
   
   We would then have a pattern like:
   
   `pkg:scid/release-catalog.apache.org/TheASF/[email protected]` and be rewritten to a 
json with all of a release package's artifacts.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to