bambuca
bambuca
## Expected Behavior If I select "disneyplus" in section "Protocols and services" under "OMR-Bypass", I expect Disney+ to work. ## Current Behavior Disney+ is not working and displays a black...
It was inspired by UseStatusCodePagesWithReExecute method from Microsoft.AspNetCore.Builder.StatusCodePagesExtensions class. Now, the non-existing URL does not redirect with a 302 but directly returns staus 404. This resolves #6966
nopCommerce version: 4.70, 4.60 Steps to reproduce the problem: When I enter wrong url (non existing page) - fe https://demo.nopcommerce.com/nonexistingurl The browser get HTTP 302 redirect to /page-not-found and then...
Here is a checklist you should tick through before submitting a pull request: * [x] Implementation is clean * [x] Code adheres to the existing coding standards; e.g. no curlies...
"Short".Truncate(100, null); will throw exception: In the Truncate method this code casues error, because value is shorter than lenght and thus value.Substring(0, legth) throws exception https://github.com/Humanizr/Humanizer/blob/main/src/Humanizer/Truncation/FixedLengthTruncator.cs , line 21-26 if...