I'm facing same issue, currently migrating AEM Forms repository from TFS to GitLab using the following command:git push --mirror GitLaberror: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413It seems to fail due to a HTTP 413 (Request Entity Too Large) error, possibly because of the...
IntroductionCreating professional-looking office cleaning checklists and marketing flyers doesn’t have to be complicated. Adobe Illustrator provides versatile tools to design clear, visually appealing documents quickly. Whether you’re a small business owner or managing a cleaning team, using a struc...
Hi, Our recent Best Practices Analyzer (BPA) report highlighted multiple instances where we use java.io.InputStream APIs for general I/O operations, including file reading (e.g., using BufferedReader or InputStreamReader) and handling network streams (e.g., processing HTTP responses). We are prepari...
Hi Team, Facing issue with below vulnerability in AEM server - Any idea which service pack / hotfix this vulnerability got fixed ? My current AEM version is AEM 6.5.21 This jar is embedded as part of com.adobe.cq.dam.cq-scene7-imaging Spring Framework Path Traversal Vulnerability Vulnerability Re...
I'm managing a couple of thousand pages across 2 websites and I want to automate the processes around identifying pages that haven't been updated recently i.e. by published date. I can output as an excel etc but are there any automations inside of AEM to assist with tasks like this?
Hi,When moving pages in AEM as a Cloud Service, admin users can move without any workflow, but other users (with full permissions) trigger the "Request to Complete Move Operation" workflow, which fails with:java.lang.NullPointerExceptionPermissions provided: read, write, modify, delete, replicate.Wh...
Hi AEM Community, I'm working on migration project , migrating from classic UI to touch UI. we have one button on siteadmin navigation bar called "start workflow" when clicked content tree dialog will open first where user where dialog will open with selected page(s) will show along next and cancel ...
Hi AEM Community, I'm working on an AEM Forms implementation and need some guidance on the best approach for the following use case: Requirements: The form is embedded in an iFrame on an external websiteThe parent page URL contains a token parameter that needs to be capturedThis token must be us...
After installing latest service package 6.5.23.0In console/bundles below bundle is installed state.SARB Project - sarb-internet-site Bundleza.co.sarb.internet-site.core - Installed not active org.apache.xmlbeans,version=[2.0,3) -- Cannot be resolved can you pls, kindly share the details or reference...
Hi all,Previously, I was using JDK 11 and JUnit 4 in the AEM project source code, and all the core module test cases were passing. However, after upgrading to JDK 21 and JUnit 5, all the test cases started failing with several issues such as NullPointerException, NoClassDefFoundError, and others. Fo...