Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/18/23
    We're having a problem with packages not installing on our AEM publisher. (we deploy via TeamCIty) The only recent change we've made is adding the following change to some of the pom.xml to set up our project for Adobe Cloud Manager. (we haven't migrated yet)   <properties> ...

    Views

    472

    Likes

    0

    Replies

    7
  • 12/18/23
    We migrate our project from On Prem to Cloud. On Prem used a feature called "protected areas" where specific pages were protected by password. In order to set this password on specific page properties we had a custom PostOperation service to get that password from request parameter and store it in C...

    Views

    248

    Likes

    0

    Replies

    2
  • 12/18/23
    Hi, firstly i let you know that i'm new to AEM ecosystem so i haven't already explored all the possibility AEM can offer.I'm currently on a projet that use AEM SPA in an NextJS environnement my pages are rendered using @adobe/aem-react-editable-components on nextjs SSR, using fetchModel that get all...

    Views

    656

    Likes

    0

    Replies

    2
  • 12/18/23
    Hi Team, To play video in Safari browser, we understood that "Accept-Ranges" header in response is required. However, when we access our site and check response header, we dont find this specific header.  However, if we simply access site using publish instances IP, we can see this header in respons...

    Views

    387

    Likes

    0

    Replies

    3
  • 12/18/23
    I was following the documention from the link vlt-tool-install-link I am facing the following issues. I downloaded the jar file https://repo1.maven.org/maven2/org/apache/jackrabbit/vault/org.apache.jackrabbit.vault.rcp/3.7.2/org.apache.jackrabbit.vault.rcp-3.7.2.jarand tried to install it as a packa...

    Views

    151

    Likes

    0

    Replies

    1
  • 12/18/23
    Could you please help me the on the following1) How to install vlt api2) the vlt environment variable setting3) Use vlt tool for content sync Please add other relevant information too...

    Views

    252

    Likes

    0

    Replies

    4
  • 12/17/23
    When conducting penetration testing on our company's Adobe as a Cloud Service, we identified two vulnerabilities, CVE-2019-11358 and CVE-2020-23064.I observed that CVE-2019-11358 has been addressed as per the README.md file located at /libs/clientlibs/granite/jquery in CRXDE.However, there is no rec...

    Views

    416

    Likes

    0

    Replies

    4
  • 12/16/23
    Hello All, I am not able to open my content fragment model to edit.  Getting below mentioned error. Any help in this case? GET /mnt/overlay/dam/cfm/models/editor/content/editor.html/conf/abc/settings/dam/cfm/models/my-model HTTP/1.1] org.apache.jackrabbit.oak.query.QueryImpl Traversal query (query w...

    Views

    240

    Likes

    0

    Replies

    3
  • 12/16/23
    Hi, I am developing AEM as Cloud Service locally on my MacOS, and I have a dispatcher with the following rule in the `rewrite.rules` file:  RewriteCond "%{HTTP_HOST}" "^example\.website\.ca" [NC] RewriteRule ^/?$ /content/path/en.html [PT,L]  As you can see, the condition check if the domain is "exa...

    Views

    197

    Likes

    0

    Replies

    2
  • 12/15/23
    Hello Team, import com.day.cq.search.result.SearchResult; List<MyPOJO> pojoObj = new ArrayList<>(); SearchResult results = query.getResult();Iterator<Resource> resources = results.getResources();            pojoObj = StreamSupport.stream(((Iterable<Resource>) () -> resources).spliterator(), false)  ...

    Views

    287

    Likes

    0

    Replies

    4