Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24303 - multipart MIME in buglists
Summary: multipart MIME in buglists
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: PPC All
: High normal (vote)
Assignee: rob holland (RETIRED)
URL: http://bugs.gentoo.org/buglist.cgi?bu...
Whiteboard:
Keywords:
: 24304 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-07-11 12:55 UTC by Derk-Jan Hartman
Modified: 2011-10-30 23:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Derk-Jan Hartman 2003-07-11 12:55:30 UTC
Whenever you access a buglist page on bugs.gentoo.org from Apple's Safari, the page 
gets downloaded. I have this problem at more then one bugzilla location, but since the 
main bugzilla at bugzilla.mozilla.org gets it right when i use Safari. I suspect this problem 
is due to apache MIME setup or something. I'll try to explain why.

When you look at the file that Safari downloads (c below), you'll immediatly notice the 
occurence of  "--thisrandomstring" As described here: 
http://www.programatica.com/cgi6.html  These are often boundaries for multipart/mixed 
messages. I suspect apache is just sending the pages as application/octet-stream  
instead of multipart/mixed.

The result is highly annoying and keeps me from using bugs.gentoo.org with Safari 
instead forcing me to Internet Explorer.
If you are wondering why I use a Mac here, the Gentoo machine is only a server, the mac 
my workstation. Please look into this and see if this is indeed the problem i suspect it is.

Reproducible: Always
Steps to Reproduce:





This is the beginning of the page as downloaded by Safari:


--thisrandomstring
Content-Type: text/html

<!-- 1.0@bugzilla.org -->



  
<html>
  <head>
    <title>Bugzilla is pondering your query</title>
  </head>
  <body>
    <h1 style="margin-top: 20%; text-align: center;">Please stand by ...</h1>


  </body>
</html>
--thisrandomstring
Content-Type: text/html
Set-Cookie: 
LASTORDER=bugs.bug_status%2C%20bugs.priority%2C%20map_assigned_to.login_
name%2C%20bugs.bug_id ; path=/; expires=Sun, 30-Jun-2029 00:00:00 GMT
Set-Cookie: 
BUGLIST=24291:24270:24283:24287:24289:24290:24292:24298:24299:24269:24278:
24296:24274:24288:24268:24286:24297:24273:24294:24285:24271:24280:24293:242
81:24284:24277:24279:24282:24276:24275:24295:24272 ; path=/; expires=Sun, 
30-Jun-2029 00:00:00 GMT

<!-- 1.0@bugzilla.org -->











<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <link title="new" rel="stylesheet" href="/css/main.css" type="text/css">
    <title>Bug List</title>
    

<link rel="Top" href="http://bugs.gentoo.org/">
    
    
    <script type="text/javascript">
  <!--
  
  function initHelp() {}
  // -->
  </script>        

    
        <link href="css/buglist.css" rel="stylesheet" type="text/css">
  
  </head>
  


  <body bgcolor="#ffffff" onload="">


<a href="/"><img border="0" src="/images/bugzilla.png" alt="Gentoo Linux Bugzilla"></a>

<p class="menu">
<a class="menulink" href="http://www.gentoo.org/index.xml">Home</a> |
<a class="menulink" href="http://www.gentoo.org/main/en/about.xml"> About </a> |
<a class="menulink" href="http://www.gentoo.org/main/en/contract.xml"> Social 
Contract</a> |
<a class="menulink" href="http://www.gentoo.org/main/en/docs.xml">Docs</a> |
<a class="menulink" href="http://forums.gentoo.org">Forums</a> |
<a class="menulink" href="http://www.gentoo.org/main/en/lists.xml"> Lists</a> |
<a class="menulink" href="http://www.gentoo.org/main/en/shots.xml">ScreenShots</a> |
<a class="highlight" href="/">Bugs</a> |
<a class="menulink" 
href="http://www.cafeshops.com/cp/store.aspx?s=gentoolinux">Store</a> |
<a class="menulink" href="http://www.gentoo.org/news/en/gwn/gwn.xml"> GWN</a> |
<a class="menulink" href="http://www.gentoo.org/main/en/where.xml"> Get Gentoo!</a>
</p>

<div align="center">
  <b>Fri Jul 11 12:31:18 PDT 2003</b><br>



</div>


<hr>





32 bugs found.











<!-- 1.0@bugzilla.org -->










<!-- 1.0@bugzilla.org -->













  
  <table class="bz_buglist" cellspacing="0" cellpadding="4" width="100%">
    <colgroup>
      <col class="bz_id_column">
      <col class="bz_bug_severity_column">
      <col class="bz_priority_column">
      <col class="bz_rep_platform_column">
      <col class="bz_assigned_to_column">
      <col class="bz_bug_status_column">
      <col class="bz_resolution_column">
      <col class="bz_short_short_desc_column">
    </colgroup>

    <tr align="left">
      <th colspan="1">
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-08-11 14:43:14 UTC
*** Bug 24304 has been marked as a duplicate of this bug. ***
Comment 2 Benjamin Coles 2003-10-07 17:47:29 UTC
Derk do me a favor and test this again, maybe get a screenshot of whats going
on, it helps me see visually how the user sees it and that way I might be
able to fix. Bugzilla also went through an upgrade so it might be all fixed
Comment 3 Derk-Jan Hartman 2003-10-07 18:05:34 UTC
Seems it's fixed now