On Wed, Nov 12, 2008 at 20:51, Pezzi <[EMAIL PROTECTED]> wrote: > > I wish I had checked back here earlier. The only (of several) > turbogears instances it works on is one that serves the pages via an > Apache proxy as SSL (and thus Kapersky can't get its fingers on it). > Now a pattern emerges ! Any idea what it is that bothers Kapersky ?
Pezzi, are you using PaginateDataGrid on these pages that are been truncated ? If the answer is "yes", I'd ask you and/or Jim to do the following home work: 1) Turn off Kapersky 2) Browse the page with problem and save its source code (from the browser) into a static directory on the server. i. e. : page1.html 3) Browse the static page1.html and assert it is not been truncated. 4) Turn on Kapersky 5) Browse again the static page1.html. It should be truncated in you browser at this time. If everything succeed as I am thinking, its time to jump to 2nd level... :) 6) Save page1.html as page2.html and get rid of all html tags inside <body></body> which is not related to the paginate datagrid. 7) Check if the page2.html is still been truncated 8) Save page2.html as page3.html and try to simplify it again (i.e. try to get rid of all querystring parameter from the URL's generated by paginate 9) Repeat those steps until you get the page NOT truncated. When it happens, you probably found what is causing this problem. To be sure, save the page1.html to page999.html and fix the issue you thing is responsible. 10) If page999.html is not truncated, profit... :) I personally have a strong feeling that Kapersky is getting scared about the paginate URL's... It's just a feeling... :) Thanks and good luck. Cheers, 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 -~----------~----~----~----~------~----~------~--~---

