Results 13 issues of Jan Horsman

## Description After downloading hoverfly 1.3.0 and running `hoverctl version` I get an error message: `FATA[0000] Could not create a .hoverfly directory` ## Steps to reproduce the issue * download...

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.1 with Sites 9 and DXD 11, DXA can raise pretty ambiguous exceptions, making it hard to troubleshoot. For example, when a page or dynamic component presentation...

Sometimes DXA renders a page like this: ![image](https://cloud.githubusercontent.com/assets/1956935/21140647/91d3d500-c139-11e6-8bf8-d00ae35373ef.png) Error message ``` Server Error in '/' Application. The model item passed into the dictionary is of type 'System.Web.Mvc.HandleErrorInfo', but this dictionary...

enhancement

The `ServerError view ` view, `SectionError` view and `EnityError` view (from the DXA modules project) are not completely consistent: view | Git project | location | uses `customErrors` mode --------|--------------|-----------|------------------------------...

enhancement

When someone requests a URL on a DXA webapplication which cannot be mapped to a publication, this error message is rendered: `No matching Localization found for URL 'http://hostname/path'`. There are...

enhancement

When calling `web-install.ps1` with a relative path in the `-distDestination` parameter, the script will raise an error upon saving the `Log.config`. For example `web-install.ps1 -distDestination ..\..\test` This can simply be...

bug

[Sdl.Web.Common.Models.PageModel.GetXpmMarkup()](https://github.com/sdl/dxa-web-application-dotnet/blob/release/1.7/Sdl.Web.Common/Models/PageModel.cs) has too many responsibilities. It should be split into three public methods: * GetXpmPageMarkup() * GetXpmScriptMarkup() * GetXpmScriptUrl() This is because the XPM page markup i.e. `` and the...

enhancement

The example site in the dxa-web-application-dotnet project uses the DXA Core module. The DLL of the Core module is not available on GitHub though, and the views have to be...

enhancement