I did that and I can reproduce the error.
In Kapersky AV 2009, if I turn on under Anti-Malware the Web Traffic
option, the login page is truncated. See below ... that's the full
page, truncated in the middle of the word "accessing"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://
www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-
type">
<title>Login</title>
<style type="text/css">
#loginBox
{
width: 30%;
margin: auto;
margin-top: 10%;
padding-left: 10%;
padding-right: 10%;
padding-top: 5%;
padding-bottom: 5%;
font-family: verdana;
font-size: 10px;
background-color: #eee;
border: 2px solid #ccc;
}
#loginBox h1
{
font-size: 42px;
font-family: "Trebuchet MS";
margin: 0;
color: #ddd;
}
#loginBox p
{
position: relative;
top: -1.5em;
padding-left: 4em;
font-size: 12px;
margin: 0;
color: #666;
}
#loginBox table
{
table-layout: fixed;
border-spacing: 0;
width: 100%;
}
#loginBox td.label
{
width: 33%;
text-align: right;
}
#loginBox td.field
{
width: 66%;
}
#loginBox td.field input
{
width: 100%;
}
#loginBox td.buttons
{
text-align: right;
}
</style>
</head>
<body>
<div id="loginBox">
<h1>Login</h1>
<p>You must provide your credentials before acces
On Nov 16, 8:38 pm, "Roger Demetrescu" <[EMAIL PROTECTED]>
wrote:
> n Sun, Nov 16, 2008 at 19:59, Pezzi <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi Roger,
>
> > the page does not contain a PaginateGrid - actually, it's the standard
> > login template that's generated when you quickstart a project with
> > identity turned on. And that login form is truncated in the middle.
>
> Ok...
>
> May I ask you a favor ? What happens if you..
>
> 1) Turn off the AV
> 2) Browse the login page and save its source as login.html in a static folder
> 3) Browse the login.html (with AV turned off).
> - Do you see truncated page ?
> 4) Browse the login.html with the AV turned on...
> - Do you see truncated page ?
>
> The goal here is to test if TG/cherrypy http headers are somehow
> responsible for AV doing its mess...
>
> Thanks,
>
> Roger
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---