[fpc-devel] FPC bug tracker page is sniffing user agents?

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Sun Sep 25 12:48:35 CEST 2011


Ok, testing again this error seams to have disappeared ... maybe my
original post has nothing to do with what I really wanted to
investigate.

The original issue that I wanted to investigate here is that accessing
http://bugs.freepascal.org/login_page.php with Opera for Mac OS X I
get only the top blue bar, with an empty contents area, while in other
browsers it works fine. Acessing other pages works with Opera.

Opera reports that it gets this page:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
	<link rel="stylesheet" type="text/css"
href="http://bugs.freepascal.org/css/default.css" />
	<link rel="stylesheet" type="text/css" href="/css/fp.css" />
	<script type="text/javascript" language="JavaScript"><!--
		if(document.layers) {document.write("<style>td{padding:0px;}<\/style>")}
	// --></script>
	<meta http-equiv="Content-type" content="text/html;charset=utf-8" />
	<meta http-equiv="Pragma" content="no-cache" />
	<meta http-equiv="Cache-Control" content="no-cache" />
	<meta http-equiv="Pragma-directive" content="no-cache" />
	<meta http-equiv="Cache-Directive" content="no-cache" />
	<meta http-equiv="Expires" content="Sun, 25 Sep 2011 10:44:56 GMT" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"
/>	<title>Free Pascal/Lazarus Bug Tracker</title>
	<script type="text/javascript" language="JavaScript"
src="javascript/common.js"></script>
	<script type="text/JavaScript" src="javascript/ajax.js"></script>
</head>
<body>
<link rel="stylesheet" type="text/css" href="css/fp.css" />
<div id="header">
<div id="menu">
<a href="http://www.freepascal.org/">Home</a>
<a href="http://www.freepascal.org/news.var">News</a>
<a href="http://www.freepascal.org/download.var">Download</a>
<a href="http://wiki.freepascal.org/">Wiki</a>
<a href="http://community.freepascal.org:10000">Community</a>
<a href="http://www.freepascal.org/docs.var">Documentation</a>
<a href="http://mantis.freepascal.org/set_project.php?project_id=6">Bug
tracker</a>
</div>
<div class="spacer"></div>

Which seams cutted.

Any ideas? The error is 100% reproducible. I vaguely remember having
faced it in the past, but I don't remember if it ever got solved.

-- 
Felipe Monteiro de Carvalho



More information about the fpc-devel mailing list