[Mono-dev] header have been already sent ?
Miguel de Icaza
miguel at ximian.com
Mon Sep 5 23:36:24 EDT 2005
Hello,
[ Gonzalo, can you review if revision 49519 is correct? ]
> I am also getting this exception in my application when I am trying to
> access a protected page (see attached application). Instead of redirecting
> to the login page the exception is thrown and a "Unauthorized" page is
> shown.
Thanks for the test case, this is what I needed.
I have committed a fix to SVN for accessing protected.aspx and it now
takes me to the login.aspx page, could you please try the latest version
from SVN?
I could not understand your other issues, could you provide a test case
that fails?
Miguel.
>
> There are a few other things that are not working anymore:
> + ValidationSummary does not seem to work (when leaving the name field empty
> for example)
> + When adding a namespace that does not exist, I don't get an error. The
> page just loads forever. For example:
> <%@ Import Namespace="foo" %>
>
> Bernhard
>
> ----- Original Message -----
> > Hello,
> >
> >> I'm back from my holydays... and i've updated mono from svn...
> >> It seems that there are many changes in ASP.NET
> >> Many web application that worked before doesn't work now...
> >>
> >> The first error I experience is an xsp error :
> >
> > We need a test case for this.
> >
> > Something in your code is triggering the HTTP headers to be sent. You
> > can debug this by adding a:
> >
> > Console.WriteLine (Environment.StackTrace)
> >
> > To:
> >
> > mcs/class/System.Web/System.Web/HttpResponse.cs
> >
> > in the method "WriteHeaders"
> >
> > Send me the output.
> >
> > Miguel
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
--
Miguel de Icaza <miguel at ximian.com>
More information about the Mono-devel-list
mailing list