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

cq_jcr can't create/modify paths with dots in the name #58

Open
jwadolowski opened this issue Jan 15, 2018 · 0 comments
Open

cq_jcr can't create/modify paths with dots in the name #58

jwadolowski opened this issue Jan 15, 2018 · 0 comments

Comments

@jwadolowski
Copy link
Owner

Description

It's been discovered that cq_jcr doesn't handle resources with dots really well, i.e. /content/path/to/a/resource.with.some.selectors. That's extremely annoying when sling:OsgiConfig nodes are created for example /apps/example/config.author/com.whatever.the.name.is.SomeConfiguration

Please find an alternative or a fix for such use cases.

Reproduction steps

TODO: provide exact reproduction steps

Noteworthy facts

Possible root cause (according to Sling docs):

Resource Path Item path
/content/new.print.a4.html /content/new

In both cases the path may still include selectors and extensions, which are cut off the path before finding out, what to do.

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

No branches or pull requests

1 participant