OpenNTF / p2-layout-provider

Java web app that serves as a basic proxy to provide a Maven repository front-end to p2 (Eclipse-style) repositories
Apache License 2.0
7 stars 5 forks source link

Consider what to do about embedded Jars with slashes in their paths #25

Closed jesse-gallagher closed 4 years ago

jesse-gallagher commented 4 years ago

Currently, a Bundle-ClassPath entry like lib/commons-beanutils.jar is translated to the lib/commons-beanutils classifier. This seems to work, but it sure also seems like a potential problem. Maybe it'd be worth translating those to _, checking for both permutations in the Jar, and hoping that there aren't any true cases of collisions.