Known Issue with old Hot Fix
Note: Issue with HF 2.2.0.41
- If you are using secure connection and getting following error for POST request
INFO ** org.apache.sling.security.impl.ReferrerFilter Rejected referrer header for POST request to ** Please use following workaround
- Go to /system/console/configMgr and login as admin
- Find the ReferrerFilter
- Configure the hosts as urls like this for example <your-domain-name
Note: Issue with HF 2.2.0.41 and HF 2.2.0.43
- Automated online backup using GET does not work.
Solution: HF 2.2.0.43 onward for security reason, GET is not allowed to change content. Please use following CURL command instead (Official document to change soon). GET download of backup will continue to work.
curl -b login.txt -f -o progress.txt -d "action=add&zipFileName=backup.zip" "http://localhost:4502/crx/config/backup.jsp"
- Felix Configuration save does not work using some browser some time.
- CRXDE light does not show any nodes if you are accessing CRXDE light using reverse proxy.
- If you are accessing author through Proxy or dispatcher with different domain name, You need to add entry in Referral filter to allow proxy or dispatcher host.
- SVN feature does not work through CRXDE and CRXDE light.
- New Node type registration does not work
- Some time felix console return 404 after installing 2.2.0.54 Hotfix.
Solution:
1) cd /crx-quickstart/launchpad/felix
2) grep -H "org.apache.felix.webconsole" . -R
3) look for org.apache.felix.webconsole-<some number>.jar
4) Go to that bundle "cd <bundle number>"
5) Check bundle.location file it should contain slinginstall:org.apache.felix.webconsole-<some number>.jar
6) open bundle.state file and change state to "active" from "installed"
7) Restart your system
- You might get following error if you are using maven build to build and install your package and if your package does not contain properties.xml
java.lang.NullPointerException
at com.day.jcr.vault.packaging.impl.InstallHookProcessor.registerHooks(InstallHookProcessor.java:80)
at com.day.jcr.vault.packaging.impl.ZipVaultPackage.prepareExtract(ZipVaultPackage.java:303)
at com.day.jcr.vault.packaging.impl.JcrPackageImpl.extract(JcrPackageImpl.java:341)
at com.day.jcr.vault.packaging.impl.JcrPackageImpl.install(JcrPackageImpl.java:314)
at com.day.crx.packaging.impl.J2EEPackageManager.consoleInstall(J2EEPackageManager.java:304)
at com.day.crx.packaging.impl.J2EEPackageManager.doPost(J2EEPackageManager.java:152)
at com.day.crx.packaging.impl.PackageManagerServlet.doPost(PackageManagerServlet.java:73)
at com.day.crx.j2ee.CRXHttpServlet.doPost(CRXHttpServlet.java:127)
Solution: Contact Day care to get solution for this.
Resolution
CRX hotfixpack 2.2.0.61 is now available in the Public section of the Package Share (see Public > Adobe CQ/CRX > CRX 2.2.0 > hotfix).