[Mono-bugs] [Bug 686533] New: Exception in System.Web.Mvc in ProcessRequestInit: Method `System.Web.HttpRequest:get_InputValidationEnabled ()' is inaccessible from method `Microsoft.Web.Infrastructure.DynamicValidationHelper.ValidationUtility:IsValidationEnabled (System.Web.HttpContex

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Apr 11 03:00:08 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=686533

https://bugzilla.novell.com/show_bug.cgi?id=686533#c0


           Summary: Exception in System.Web.Mvc in ProcessRequestInit:
                    Method
                    `System.Web.HttpRequest:get_InputValidationEnabled ()'
                    is inaccessible from method
                    `Microsoft.Web.Infrastructure.DynamicValidationHelper.
                    ValidationUtility:IsValidationEnabled
                    (System.Web.HttpContex
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.10.x
          Platform: All
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: tymek.majewski at nearmap.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12)
Gecko/20101027 Ubuntu/9.10 (karmic) Firefox/3.6.12

This is mono 2.10.1 MVC3 with mod-mono-server4.

In our system, from time to time we experience the "get_InputValidationEnabled
()' is inaccessible" exception - details below. After this happens, it seems
the application (server in x.y.z.a/mono terms) needs to be restarted, otherwise
all fall over this problem. 

Main Exception in System.Web.Mvc in ProcessRequestInit: Method
`System.Web.HttpRequest:get_InputValidationEnabled ()' is inaccessible from
method
`Microsoft.Web.Infrastructure.DynamicValidationHelper.ValidationUtility:IsValidationEnabled
(System.Web.HttpContext)'

 at System.Web.Mvc.MvcHandler.ProcessRequestInit (System.Web.HttpContextBase
httpContext, IController& controller, IControllerFactory& factory) [0x00000] in
<filename unknown>:0
 at System.Web.Mvc.MvcHandler+<>c__DisplayClass6.<BeginProcessRequest>b__2 ()
[0x00000] in <filename unknown>:0
 at
System.Web.Mvc.SecurityUtil+<>c__DisplayClassb`1[System.IAsyncResult].<ProcessInApplicationTrust>b__a
() [0x00000] in <filename unknown>:0
 at System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0 (System.Action f)
[0x00000] in <filename unknown>:0
 at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust (System.Action
action) [0x00000] in <filename unknown>:0
 at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust[IAsyncResult]
(System.Func`1 func) [0x00000] in <filename unknown>:0
 at System.Web.Mvc.MvcHandler.BeginProcessRequest (System.Web.HttpContextBase
httpContext, System.AsyncCallback callback, System.Object state) [0x00000] in
<filename unknown>:0
 at System.Web.Mvc.MvcHandler.BeginProcessRequest (System.Web.HttpContext
httpContext, System.AsyncCallback callback, System.Object state) [0x00000] in
<filename unknown>:0
 at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest
(System.Web.HttpContext context, System.AsyncCallback cb, System.Object
extraData) [0x00000] in <filename unknown>:0
 at System.Web.HttpApplication+<Pipeline>c__Iterator6.MoveNext () [0x00000] in
<filename unknown>:0
 at System.Web.HttpApplication.Tick () [0x00000] in <filename unknown>:0
No InnerException

Reproducible: Sometimes

Steps to Reproduce:
Keep reqesting aspx pages.

Actual Results:  
Http 500

Expected Results:  
Http 200

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list