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

SDL Digital Experience Accelerator .NET MVC web application

Results 42 dxa-web-application-dotnet issues
Sort by recently updated
recently updated
newest added

When an image has spaces or special characters there is a difference in how the image handler is working depending on if the image does or doesn't have the image...

We noticed that Output Cache cached our page that had some exception. After we republished configuration, page was fixed. However, because it was cached, we still saw error on the...

Hi, I've noticed in the latest 2.2.6 version that images with spaces return not found. The problem appears to be with the [702fb31e878e4ad6aa27d2e7feba1f86e476cb27 commit](https://github.com/sdl/dxa-web-application-dotnet/commit/702fb31e878e4ad6aa27d2e7feba1f86e476cb27). This commit means that the urlPath...

can the DXA Container Framework be port to DXA 2.2 & the new region concept so as to serve as a gap filler until the user controlled regions in Tridion...

When configuring the Log4Net logging to log the type (["Used to output the fully qualified type name of the caller issuing the logging request."](https://logging.apache.org/log4net/log4net-1.2.13/release/sdk/log4net.Layout.PatternLayout.html)), DXA logs all log lines like...

enhancement

When using dxa 2.2 (.net) and creating a custom RichText Model YourRichTextModelHere that extends RichText, DXA fails mapping any field using that extended model as the code expects always a...

enhancement
PR

When using dxa 2.2 (.net) and creating a custom Keyword Model _YourKeywordModelHere_ that extends KeywordModel, DXA fails mapping any field using that extended model, unless you specify a metadata schema...

enhancement
PR

Issue #78 fix. Please consider creating a hotfix.

Fix that allows to use extended models of KeywordModel without the need of associating a meatadata schema to the keyword in the cms. Full explanation: https://tridion.stackexchange.com/questions/20292/does-dxa-support-extended-keyword-models **Ideally I would like...