willprice76
willprice76
This was breaking the parsing of the uri into integer parts, now we ignore the version part
In version 1.7 the links to social sharing, og metadata with the site URL and other functionality which makes links is all broken due to this, on pages other than...
In order to work around issue #93 we attempted to define our own CustomRichTextDataConverter with the @Primary and @Component annotations. However, due to the way in which the DXA 2.0...
The ContextEngine is used to determine device characteristics such as screen width and device family. This is then used in the DefaultMediaHelper and ContextualDeviceUrlBasedViewResolver to implement serverside responsive (RESS) rendering....
In the GenericSemanticModelDataConverter.selfLink method there is always a round trip to the link resolver to resolve the link: https://github.com/sdl/dxa-web-application-java/blob/58a4fdebafc192b9a87570c684bd97d9091fdc5f/dxa-framework/dxa-tridion-provider/src/main/java/com/sdl/dxa/tridion/mapping/converter/GenericSemanticModelDataConverter.java#L83 This can be unnecessary as: 1. If you want to convert...
If you have a content model which uses 2 levels of multivalue embedded fields (for example schema Article contains multival embedded field Paragraph, which contains multivalue embedded field Link) then...
This occurs in DXA 1.8, not yet tested in DXA 2.0. The DXA could be made more resilient to these potential CMS user errors by simply not adding the include...
It appears that sometime when editing content with XPM that the published content ends up with version information in component links (eg tcm:12-345-v0). This will cause an exception to be...