OK
WinXP (client and server - LAN)
client IE 6,             server: web2py 1.78.2 with SSL - fails
client Firefox 3.6.3, server: web2py 1.78.2 with SSL - fails
client IE 6,             server: web2py 1.77.3 no SSL - works
client Firefox 3.6.3, server: web2py 1.77.3 no SSL - works

OSX (client and server - localhost)
client Safari OSX,     server: web2py 1.77.3 no SSL - fails
client Firefox 3.6.3 OSX, server: web2py 1.77.3 no SSL - fails
client Safari OSX,     server: web2py 1.74.4 no SSL - works
client Firefox 3.6.3 OSX, server: web2py 1.74.4 no SSL - works

This is strange, but I doubled checked!

Miguel


On Mon, May 17, 2010 at 7:55 PM, mdipierro <[email protected]> wrote:

> Summarizing. It always works exept when you run 1.78.x over SSL on XP.
> Didd you check if 1.78.x works without SSL and if it works on other
> platform (Mac, Linux)? Did you check different browsers (although this
> does not look like a browser problem)?
>
> Massimo
>
> On May 17, 1:43 pm, Miguel Lopes <[email protected]> wrote:
> > The net effect is that response.files.append seems to be ignored.
> > The client receives the page but the appended files are missing.
> >
> > On Mon, May 17, 2010 at 7:38 PM, mdipierro <[email protected]>
> wrote:
> > > How does it fail?
> >
> > > On May 17, 1:29 pm, Miguel Lopes <[email protected]> wrote:
> > > > Correction and extra data:
> >
> > > > Fails on Windows XP with 1.78.2 with SSL enabled,
> > > > Works on the same setting with 1.77.3 SSL off.
> >
> > > > On Mon, May 17, 2010 at 7:12 PM, Miguel Lopes <[email protected]
> >
> > > wrote:
> > > > > I have an app running smoothly on OSX that fails on Windows XP.
> > > > > I've traced the cause to the use of response.files.append(URL(...))
> in
> > > > > views that extend layout
> >
> > > > > In OSX this works with web2py 1.74.4:
> >
> > > > > {{response.files.append(URL(r=request, c='static/biz',
> > > f='common.js'))}}
> > > > > {{response.files.append(URL(r=request, c='static',
> > > f='dashboard.css'))}}
> > > > > {{response.files.append(URL(r=request,
> c='static/jquery-autocomplete',
> > > > > f='jquery.autocomplete.css'))}}
> > > > > {{response.files.append(URL(r=request,
> c='static/jquery-autocomplete',
> > > > > f='jquery.autocomplete.js'))}}
> >
> > > > > {{extend 'layout.html'}}
> >
> > > > > In Windows XP with both web2py 1.77 and 1.78.2 doesn't work!
> >
> > > > > Miguel
>

Reply via email to