[web2py] Re: rise HTML
those xxxxx are very important! IE does not display the content of
error pages unless the content is more than 512 bytes. Without the
xxxxx (or some other junk) IE would override the web2py error
messages.

Massimo

On Sep 10, 8:25 pm, "Sebastian E. Ovide" <[email protected]>
wrote:
> Hi All,
>
> in the line class HTTP 
> (http://www.google.com/codesearch/p?hl=en#uyCl3L51_dI/gluon/http.py&q=...)
>  there is a code that adds xxxxxxx to the error page.
>
> I'm using some JS library that would pop up the error page message in case
> of an Ajax call returns an error page ... therefore it displays the message
> that I rise in the controller plus those xxxx
>
> Is it possible to disable those xxxxxx ?
>
> thanks
>
> --
> Sebastian E. Ovide

Reply via email to