dxa-web-application-java icon indicating copy to clipboard operation
dxa-web-application-java copied to clipboard

SDL Digital Experience Accelerator Java Spring MVC web application

Results 48 dxa-web-application-java issues
Sort by recently updated
recently updated
newest added

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.23 to 6.0.0. Release notes Sourced from spring-web's releases. v6.0.0 See What's New in Spring Framework 6.x and Upgrading to Spring Framework 6.x for upgrade instructions and...

dependencies

Using DXA version 2.2.18. The application scanner has detected a vulnerability from DXA: "Path Traversal from URI". This originates from the following method: com.sdl.dxa.tridion.content.GenericStaticContentResolver.getStaticContentFileByPath(GenericStaticContentResolver.java:78) Just wanted to check whether you...

Using DXA version 2.2.18. Current version of Spring Boot: 2.1.17.RELEASE. When I tried to upgrade to 2.5.12, getting the following exception. Does DXA not support Spring Boot version 2.5.12?: Failed...

Using DXA version 2.2.18. When I tried to upgrade to Jackson 2.13.4, getting the following exception. Jackson 2.10.0 works fine. Does DXA not support Jackson 2.13.4?: [http-nio-8080-exec-10] WARN c.s.d.t.m.c.GenericSemanticModelDataConverter -...

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.12.1 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...

dependencies

Bumps logback-core from 1.2.3 to 1.2.9. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-core&package-manager=maven&previous-version=1.2.3&new-version=1.2.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

For our dxa java implementation we have a requirement to sort component based on custom meta date field. This feature is missing in graph ql implementation. https://github.com/RWS/dxa-web-application-java/blob/760603ee76723d640c11e0a41fd9547e1860bedc/dxa-framework/dxa-tridion-provider/src/main/java/com/sdl/dxa/tridion/broker/GraphQLQueryProvider.java#L123 In non graphql...

We were wondering whether the code for checking isNoMediaCache might be incorrect. ~~~ if (!requestDto.isNoMediaCache()) { log.debug("File cannot be cached: {}", file.getAbsolutePath()); binaryComponent.setLastPublishDate(new DateTime().toString()); } ~~~ We always get a...

HI, Following instructions on https://docs.sdl.com/784837/748553/sdl-digital-experience-accelerator-2-2/installing-the-------------dxa-java-web-application-for-------------tridion-sites leads to a failure when running the prepare.bat for the Simple/Default install. dxa-builder.2.2.0-SNAPSHOT cannot be found. ![image](https://user-images.githubusercontent.com/1011584/117149845-7fcdae00-adaf-11eb-946d-66404cb41960.png) Checking the Maven Central, the correct path appears...