Bug#553635: Javascript waits for infinitity for blocked content

2010-04-24 Thread Mike Hommey
On Fri, Apr 09, 2010 at 11:04:12PM +, Mark Hobley wrote:
 Hi Mike. Right I have installed firebug.
 
 This problem appears to be due to entries in the web page as follows:
 
 script src=https://ssl.google-analytics.com/urchin.js; 
 type=text/javascript
 
 I don't know how to see proxy responses for this, but I know that site is 
 blocked. I haven't quite got to the bottom of this. My system has been 
 updated a couple of times, since I reported this, so there is something weird 
 going on here.

You could use wireshark.

Note https://bugzilla.mozilla.org/show_bug.cgi?id=561536 looks similar
to your problem.

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553635: Javascript waits for infinitity for blocked content

2010-04-09 Thread Mark Hobley
This bug also affects debian iceape. I have installed mozilla-httpliveheaders 
on iceape. At this time, I am trying to login to the ubuntu wiki (cough cough).

I point the browser at http://wiki.ubuntu.com/ and click login:

liveheaders produces the following output:

https://wiki.ubuntu.com/Home?action=login

GET https://wiki.ubuntu.com/Home?action=login HTTP/1.1
Host: wiki.ubuntu.com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100404 I
ceape/2.0.4
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: https://wiki.ubuntu.com/Home?action=login
Cookie: MOIN_SESSION=3w82lah-dz8tnoagyanp36yp-xjk_kbm

HTTP/1.1 200 OK
Date: Fri, 09 Apr 2010 22:11:45 GMT
Server: Apache/2.2.8 (Ubuntu) mod_fastcgi/2.4.6 mod_ssl/2.2.8 OpenSSL/0.9.8g
Expires: Thu, 09 Apr 2009 22:11:45 GMT
Vary: Cookie,User-Agent,Accept-Language
Cache-Control: private, must-revalidate, max-age=10
Content-Type: text/html; charset=utf-8
X-Cache: MISS from yangmei.canonical.com
X-Cache-Lookup: MISS from yangmei.canonical.com:8800
Via: 1.0 yangmei.canonical.com:8800 (squid/2.6.STABLE18), 1.1 wiki.ubuntu.com
Set-Cookie: MOIN_SESSION=snip; expires=Friday, 09-Apr-10 23:11:45 GMT; 
Max-Age=3599; Path=/
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked

#request# GET https://wiki.ubuntu.com/Home?action=login
GET https://wiki.ubuntu.com/Home?action=login
#request# GET https://wiki.ubuntu.com/htdocs/common/js/common.js
#request# GET https://wiki.ubuntu.com/htdocs/ubuntu/css/common.css
#request# GET https://wiki.ubuntu.com/htdocs/ubuntu/css/screen.css
#request# GET https://wiki.ubuntu.com/htdocs/ubuntu/css/print.css
#request# GET https://wiki.ubuntu.com/htdocs/ubuntu/css/projection.css
#request# GET https://ssl.google-analytics.com/urchin.js

The browser now sits and waits forever, because google-analytics is blocked by 
proxy.







--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553635: Javascript waits for infinitity for blocked content

2010-04-09 Thread Mark Hobley
Hi Mike. Right I have installed firebug.

This problem appears to be due to entries in the web page as follows:

script src=https://ssl.google-analytics.com/urchin.js; type=text/javascript

I don't know how to see proxy responses for this, but I know that site is 
blocked. I haven't quite got to the bottom of this. My system has been updated 
a couple of times, since I reported this, so there is something weird going on 
here.

If I point my browser to https://ssl.google-analytics.com/

I get an error as follows:

Proxy Server Refused Connection  

The connection was refused when attempting to contact the proxy server you have 
configured. Please check your proxy settings and try again.

If I point my browser to http://ssl.google-analytics.com/

I get a different error as follows:

Cache Error!
The following error has occured: The request you made has been filted Generated 
by tinyproxy (1.6.3)

Whatever the case ssl.google-analytics.com is never going to connect, so I 
would expect the browser to skip loading this bit once the error occurs.

Mark.






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553635: Javascript waits for infinitity for blocked content

2010-01-18 Thread Mike Hommey
On Sun, Jan 17, 2010 at 11:09:13PM +, Mark Hobley wrote:
 
 
 --- On Wed, 23/12/09, Mike Hommey m...@glandium.org wrote:
 
  How frozen is the browser ? Is the entire browser frozen or
  is only the display of the given web page frozen ?
 
 Hi Mike.
 
 I have just retested this. It is just the given web page that is frozen. 
 Other pages continue to work in the background.
 
 I pulled up some page information, while the browser is sitting there. The 
 problematic entry is as follows:
 
 Name   Address   Type
 text/javascripthttps://ssl.google-analytics.com/ga.jsScript
 
 The address ssl.google-analytics.com is blocked at the proxy, so the browser 
 should skip waiting here.
 (I presume that the proxy returns an error code here.)
 
 I wonder if there is some sort of debugger that I can plug into the browser 
 to see the browser requests and server responses outside of the secure socket 
 layer).

livehttpheaders, firebug, or tamperdata.

You may also want to check Tools  Error Console. With firebug, you may
also be able to debug the javascript in the web page itself.

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553635: Javascript waits for infinitity for blocked content

2010-01-17 Thread Mark Hobley


--- On Wed, 23/12/09, Mike Hommey m...@glandium.org wrote:

 How frozen is the browser ? Is the entire browser frozen or
 is only the display of the given web page frozen ?

Hi Mike.

I have just retested this. It is just the given web page that is frozen. Other 
pages continue to work in the background.

I pulled up some page information, while the browser is sitting there. The 
problematic entry is as follows:

Name   Address   Type
text/javascripthttps://ssl.google-analytics.com/ga.jsScript

The address ssl.google-analytics.com is blocked at the proxy, so the browser 
should skip waiting here.
(I presume that the proxy returns an error code here.)

I wonder if there is some sort of debugger that I can plug into the browser to 
see the browser requests and server responses outside of the secure socket 
layer).

Mark.






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553635: Javascript waits for infinitity for blocked content

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the delay.

On Sun, Nov 01, 2009 at 05:37:56PM +, markhob...@yahoo.co.uk wrote:
 Package: iceweasel
 Version: 3.0.6-3
 Severity: normal
 
 I visit the following website:
 
 https://secure.beepy.co.uk/checkout/
 
 The browser freezes whilst waiting for ssl.google-analytics.com, which 
 is blocked by proxy.
 
 I need to somehow tell the browser to skip waiting for this connection 
 and to continue loading the rest of the page.
 
 By disabling javascript, the page draws fine, so I suspect that the 
 problem is within the javascript area (maybe due to a lack of timeout, 
 or due to error from the proxy being ignored).

How frozen is the browser ? Is the entire browser frozen or is only the
display of the given web page frozen ?

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553635: Javascript waits for infinitity for blocked content

2009-11-01 Thread markhobley
Package: iceweasel
Version: 3.0.6-3
Severity: normal

I visit the following website:

https://secure.beepy.co.uk/checkout/

The browser freezes whilst waiting for ssl.google-analytics.com, which 
is blocked by proxy.

I need to somehow tell the browser to skip waiting for this connection 
and to continue loading the rest of the page.

By disabling javascript, the page draws fine, so I suspect that the 
problem is within the javascript area (maybe due to a lack of timeout, 
or due to error from the proxy being ignored).

Mark.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (50, 'unstable')
Architecture: i386 (IA32)

Kernel: Linux 2.6.26-2-486
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/hsh

Versions of packages iceweasel depends on:
ii  debianutils 2.30 Miscellaneous utilities specific t
ii  fontconfig  2.6.0-3  generic font configuration library
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.2-1.1  GCC support library
ii  libglib2.0-02.16.6-2 The GLib library of C routines
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface 
ii  libnspr4-0d 4.7.1-4  NetScape Portable Runtime Library
ii  libstdc++6  4.3.2-1.1The GNU Standard C++ Library v3
ii  procps  1:3.2.7-11   /proc file system utilities
ii  psmisc  22.6-1   Utilities that use the proc filesy
ii  xulrunner-1.9   1.9.0.14-0lenny1 XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts 0.1-8Xft-compatible versions of some La
ii  libkrb531.6.dfsg.4~beta1-5lenny1 MIT Kerberos runtime libraries
pn  mozplugger  none   (no description available)
pn  ttf-mathematica none   (no description available)
pn  xfonts-mathml   none   (no description available)
pn  xprint  none   (no description available)
pn  xulrunner-1.9-g none   (no description available)

-- no debconf information




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org