Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin for a CurationConcerns issue #34

Closed
barmintor opened this issue Oct 3, 2016 · 6 comments
Closed

Pin for a CurationConcerns issue #34

barmintor opened this issue Oct 3, 2016 · 6 comments
Labels

Comments

@barmintor
Copy link
Member

Migrating an object with a 7 digit id was yielding empty path segments in the members URI when CC was configured with the default (noid) id-uri translators. Reverting to AF basic fixed the problem.

Example: 1667751 -> /dev/16/67/75/1//1667751/members

@barmintor barmintor added the bug label Oct 3, 2016
@mjgiarlo
Copy link
Member

@barmintor What is the right value for your example? Is it /dev/16/67/75/1/1667751? That is, is the problem the double-slash, the one-digit "pair," both, or something else?

@barmintor
Copy link
Member Author

The double slash blows up- empty path segments aren't allowed.

@mjgiarlo
Copy link
Member

Thanks, @barmintor.

@mjgiarlo
Copy link
Member

@barmintor: Fix on the way.

mjgiarlo added a commit that referenced this issue Oct 21, 2016
Identifiers that 1) are sufficiently short (< 8 characters) and 2) contain structure (a slash or a hash) were being treefied in a way that led to double slashes and misplaced hashes. Fixes #34
mjgiarlo added a commit that referenced this issue Oct 21, 2016
Identifiers that 1) are sufficiently short (< 8 characters) and 2) contain structure (a slash or a hash) were being treefied in a way that led to double slashes and misplaced hashes. Fixes #34
@mjgiarlo
Copy link
Member

@barmintor backported to 1.x-stable branch and cut v1.1.2 with the fix (while the 2.x beta process plays out).

mjgiarlo added a commit that referenced this issue Oct 21, 2016
Identifiers that 1) are sufficiently short (< 8 characters) and 2) contain structure (a slash or a hash) were being treefied in a way that led to double slashes and misplaced hashes. Fixes #34
@barmintor
Copy link
Member Author

Thanks @mjgiarlo!

On Fri, Oct 21, 2016 at 11:26 AM, Michael J. Giarlo <
notifications@github.com> wrote:

@barmintor https://github.com/barmintor backported to 1.x-stable branch
and cut v1.1.2 with the fix (while the 2.x beta process plays out).


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#34 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAHUNOj1wgxWMhIs96uctXzU4p_D-T8xks5q2NmXgaJpZM4KMOMW
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants