You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
I have verified that I am running the latest version of Nancy
I have verified if the problem exist in both DEBUG and RELEASE mode
I have searched open and closed issues to ensure it has not already been reported
Description
I just upgraded Nancy from an old version to 2.0.0. Then I found Nancy.Json.JsonSettings is gone. I have tried to find MaxJsonLength in Nancy.Json.JsonConfigurationExtensions.Json.
Steps to Reproduce
System Configuration
Nancy version: 2.0.0
Nancy host
Nancy.Hosting.Aspnet
Nancy.Hosting.Self
Nancy.Owin ()
Other:
Other Nancy packages and versions:
Environment (Operating system, version and so on): Windows 10, Visual Studio Community 2019
.NET Framework version: 4.7.2
Additional information:
The text was updated successfully, but these errors were encountered:
I want to increase the length limit.
Do you imply there is no length limit anymore?
I assume there is still a limit, but Nancy removed the possibility to change it.
Looking through the codebase of the previous version the limit was actively
enforced, whereas in 2.0.0 it is not. It would appear that there is no
longer a limit.
Have you tried it with a large amount of data that would have failed in
1.4.x?
On Sat, 19 Oct 2019, 21:57 Peter, ***@***.***> wrote:
I want to increase the length limit.
Do you imply there is no length limit anymore?
I assume there is still a limit, but Nancy removed the possibility to
change it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2980?email_source=notifications&email_token=AAJGF3IDORUSGXGUYOZ5GC3QPNYFNA5CNFSM4IVL5IAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBX4Q2A#issuecomment-544196712>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJGF3MO6RKFPV542MTGQPDQPNYFNANCNFSM4IVL5IAA>
.
Prerequisites
DEBUG
andRELEASE
modeDescription
I just upgraded Nancy from an old version to 2.0.0. Then I found Nancy.Json.JsonSettings is gone. I have tried to find MaxJsonLength in Nancy.Json.JsonConfigurationExtensions.Json.
Steps to Reproduce
System Configuration
The text was updated successfully, but these errors were encountered: