I have AEM 6 in Java 1.7.I can go to site page (http://localhost:4502/sites.html). When I select + sign to create a site, nothing comes up. I am not able to create a site.
As you know from AEM development, you can use selectors in the URL of your pages. Unfortunately, this is also a common area for Denial of Services attacks. Let's look at some strategies to mitigate these types of attacks:The best way to prevent the above is to do a validation of the selectors at the...
AEM does not have out of the box support for two factor authentication. Typically, this is implemented by using a separate product that integrates with AEM via SAML version 2
If you have a need to implement better password policies and rules in AEM, this class is particularly useful:http://jackrabbit.apache.org/api/2.4/org/apache/jackrabbit/core/security/user/action/PasswordValidationAction.html
The company project in the back end workshop will NOT work with Maven 3.3In order to get the project to deploy to your AEM server, you will need to downgrade your version of Maven to 3.2.
We have a node launcher that listens to user group modification and activates the group when a new user is added to the group. The participant step for the launcher uses "Activate Content" model to activate the group node. But it looks like the node does not get activated and when the logs were an...
When I try to UPDATE my Maven project ( Chapter 8 - Using JSP with AEM 6.0 ) after I updated my main pom.xml with the javax.servlet.jsp dependancy, I get the following error :Missing artifact javax.servlet.jsp:jsp.api:jar:2.1I even tried to compile from command line using mvn compile and get the sam...
Adobe has made a new archetype available that incorporates best practices as well as support for the upcoming 6.1 version of AEM and Sling models. In order to start using it, you can access Archetype 10 from the Eclipse plugin when you build an AEM Multi Module project or use your Maven skills. Enjo...