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 >

