Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

LinearGradient
LinearGradient
Offline

Badges

Badges
29

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
23

Posts

Posts
208

Discussions

Discussions
8

Questions

Questions
200

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by LinearGradient
Customize the badges you want to showcase on your profile
Is there a way to configure a replication agent/queue to prevent duplicate items in the queue? - Adobe Experience Manager 15-10-2015
Hi,Out of the box, when a user publishes a site multiple times very quickly, the site's nodes can end up multiple times in the queue. This is especially true if the user does this when non of the site's nodes are replicated before.Is there a way to configure the queue so that when an item that is already in the queue is to be added to queue once again, the queue prevents the second instance to be added (i.e. to behave like a unique queue)?A solution that might work even better for us is that, pr...

Views

790

Likes

0

Replies

1
The "linkchecker" transformer and shortening of long links - Adobe Experience Manager 15-10-2015
Hi,Does the linkchecker transformer, apart from checking broken links, transform long links in generated HTML pages to their short forms?For example, we have this configuration in our /etc/map.publish:{ "jcr:created":"Mon Mar 31 2014 22:17:42 GMT+1100", "jcr:primaryType":"nt:folder", "jcr:createdBy":"admin", "http":{ "jcr:created":"Mon Mar 31 2014 22:17:42 GMT+1100", "jcr:primaryType":"nt:folder", "jcr:createdBy":"admin", "site-1":{ "sling:internalRedirect":[ "/content/myapp/e4/b0/70/b06c95be-f9...

Views

811

Likes

0

Replies

1
Re: Does CQ provide a way to change or strip the suffix from the current URL but preserve the query params? - Adobe Experience Manager 15-10-2015
We have a requirement to implement pagination and to use path variables rather than query parameters (e.g. /books/1, /books/2, etc. rather than /books?page=1, /books?page=2, etc.)In this case, /1, /2, etc. are resolved as suffixes by CQ. So I need to extract the suffix and replace it. At the moment I am doing it manually, but it would be nice if there was a way to transform the current URL into another one with selector, suffix, etc. replaced with different values.

Views

1.1K

Likes

0

Replies

0
Does CQ provide a way to change or strip the suffix from the current URL but preserve the query params? - Adobe Experience Manager 15-10-2015
Hi,I am looking for a way to transform the current request URL into one with a different suffix and preserve everything else.Does CQ (or Sling) has an API for doing this? Or do I have to do it manually, maybe with some help from slingRequest.getRequestPathInfo()?Thanks,Behrang

Views

1.3K

Likes

0

Replies

3
Re: How to pass the current user's credentials to ResourceResolverFactory.getResourceResolver? - Adobe Experience Manager 15-10-2015
Hi Will,Thanks for your reply but I am afraid that doesn't answer my question. Maybe my question is not clear enough. Let me rephrase.There are some articles (for example Getting Resources and Properties in Sling) about how one can access resources, etc. in Sling. However, for example in the given article, access to JCR is done through an administrative resource resolver.Now I have two questions about this:If a request sent by a non-admin user leads to a write operation via an administrative res...

Views

1.4K

Likes

0

Replies

0
How to pass the current user's credentials to ResourceResolverFactory.getResourceResolver? - Adobe Experience Manager 15-10-2015
I want to define an abstract service that subclasses can extend. In the abstract service I want to define a getResourceResolver() method that gets a resource resolver authenticated with the current user.How can I pass the current user's credentials to ResourceResolverFactory.getResourceResolver considering that I don't have access to the request object in the service?Also currently I am acquiring a Session like this:protected ResourceResolver getResourceResolver() { try { return resolverFactory....

Views

2.2K

Likes

0

Replies

4
/etc/map.publish, URL rewriting, one dispatcher, and multiple domains pointing to the same web site: is it possible? - Adobe Experience Manager 15-10-2015
Hi,Let's assume that we have a website stored under /content/acme/site-1.We want this site to be accessible via preview-site-1.acmesites.com as well as site-1.com.Our deployment has only one dispatcher in front of publisher instances.Right now this is causing some issues for us: As content for both preview-site-1.acmesites.com and site-1.com are both stored under, e.g., /htdocs/acme/site-1, the content for the domains are over-writing each other.So when there's a link such as Contact Us in the h...

Views

1.6K

Like

1

Replies

1
A couple of questions about deletion and deactivation of nodes - Adobe Experience Manager 15-10-2015
Hi,I had a couple of questions regarding deletion and deactivation of nodes.Is there an API call for both deleting and deactivating a node?Apart from event handling options, are there any other ways to configure CQ5 so that when descendants of a node N are added/remove/changed on an author instance, the changes are synced to the publish instance? For example by using a special property on the node?

Views

777

Likes

0

Replies

1
Re: Feature request: use special icons for nodes with reserved/special names - Adobe Experience Manager 15-10-2015
Scott,My User Activity page has not been updated since 1 or 2 months ago. Is this a known issue? I can't see a dozen of my posts on that page.Searching the forum itself, at least one of my questions is not showing up. I managed to find that post but my User Activity page issue still persists.Cheers,Behrang

Views

1.1K

Likes

0

Replies

0
Feature request: use special icons for nodes with reserved/special names - Adobe Experience Manager 15-10-2015
Last week we encountered a bug that took us a few days to fix. We had accidentally named an nt:folder node config and non-admin users didn't have read access to its children. Interestingly this node name had been chosen by one of our CQ5 experts. After struggling for hours and tearing apart all our provisioning scripts, the same person who had caused the bug had a light-bulb moment and remembered that CQ5 treats nodes named config in a special manner.Had the node been rendered with a special ico...

Views

1.1K

Likes

0

Replies

2