OX6.18.1
Firefox 3.6.13
apache version seems to be irrelevant, e.g. 2.2.15
reverse proxy config is measwhile reduced down to:
ProxyPass /ox/ http://oxserver/ox6/
ProxyPassReverse /ox/ http://oxserver/
ProxyPass /ajax/ http://oxserver/ajax/
ProxyPassReverse /ajax/ http://oxserver/ajax/
ProxyPass /servlet/ http://oxserver/servlet/
ProxyPassReverse /servlet/ http://oxserver/servlet/
This happens only when using the ox gui from behind an apache reverse proxy, direct
way everything correct. I open new mail and send it. The new mail window gets closed and mail is realy sent, but in the same moment a new windows pops up with following address:
which is basically the POST send request sent before which gets even the HTTP 200 OK reply from ox ! Looking at the tcpdump and cannot understand it. The only little difference is within the 200 OK reply:
direct:
HTTP/1.1 200 OK
Date: Thu, 20 Jan 2011 23:23:50 GMT
Expires: Sat, 06 May 1995 12:00:00 GMT,Sat, 06 May 1995 12:00:00 GMT,Sat, 06 May 1995 12:00:00 GMT
Content-Type: text/html; charset=UTF-8
Pragma: no-cache,no-cache,no-cache
Cache-Control: no-store, no-cache, must-revalidate,post-check=0, pre-check=0,no-store, no-cache, must-revalidate,post-check=0, pre-check=0,no-store, no-cache, must-revalidate,post-check=0, pre-check=0
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 259
Keep-Alive: timeout=15, max=100
and proxied:
HTTP/1.1 200 OK
Date: Thu, 20 Jan 2011 23:18:13 GMT
Expires: Sat, 06 May 1995 12:00:00 GMT
Content-Type: text/html; charset=UTF-8
Pragma: no-cache,no-cache,no-cache
Cache-Control: no-store, no-cache, must-revalidate,post-check=0, pre-check=0,no-store, no-cache, must-revalidate,post-check=0, pre-check=0,no-store, no-cache, must-revalidate,post-check=0, pre-check=0
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 258
Keep-Alive: timeout=15, max=100
The lenght seems to be due to differently zipped trailing contents inside but the gzipped content is always the same:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript">(parent.callback_new || window.opener && window.opener.callback_new)({"data":"default0/Sent/269"})</script>
Martin, any ideas ?
Firefox 3.6.13
apache version seems to be irrelevant, e.g. 2.2.15
reverse proxy config is measwhile reduced down to:
ProxyPass /ox/ http://oxserver/ox6/
ProxyPassReverse /ox/ http://oxserver/
ProxyPass /ajax/ http://oxserver/ajax/
ProxyPassReverse /ajax/ http://oxserver/ajax/
ProxyPass /servlet/ http://oxserver/servlet/
ProxyPassReverse /servlet/ http://oxserver/servlet/
This happens only when using the ox gui from behind an apache reverse proxy, direct
way everything correct. I open new mail and send it. The new mail window gets closed and mail is realy sent, but in the same moment a new windows pops up with following address:
which is basically the POST send request sent before which gets even the HTTP 200 OK reply from ox ! Looking at the tcpdump and cannot understand it. The only little difference is within the 200 OK reply:
direct:
HTTP/1.1 200 OK
Date: Thu, 20 Jan 2011 23:23:50 GMT
Expires: Sat, 06 May 1995 12:00:00 GMT,Sat, 06 May 1995 12:00:00 GMT,Sat, 06 May 1995 12:00:00 GMT
Content-Type: text/html; charset=UTF-8
Pragma: no-cache,no-cache,no-cache
Cache-Control: no-store, no-cache, must-revalidate,post-check=0, pre-check=0,no-store, no-cache, must-revalidate,post-check=0, pre-check=0,no-store, no-cache, must-revalidate,post-check=0, pre-check=0
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 259
Keep-Alive: timeout=15, max=100
and proxied:
HTTP/1.1 200 OK
Date: Thu, 20 Jan 2011 23:18:13 GMT
Expires: Sat, 06 May 1995 12:00:00 GMT
Content-Type: text/html; charset=UTF-8
Pragma: no-cache,no-cache,no-cache
Cache-Control: no-store, no-cache, must-revalidate,post-check=0, pre-check=0,no-store, no-cache, must-revalidate,post-check=0, pre-check=0,no-store, no-cache, must-revalidate,post-check=0, pre-check=0
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 258
Keep-Alive: timeout=15, max=100
The lenght seems to be due to differently zipped trailing contents inside but the gzipped content is always the same:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript">(parent.callback_new || window.opener && window.opener.callback_new)({"data":"default0/Sent/269"})</script>
Martin, any ideas ?
Comment