Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280068 - Trying to access sys-apps in full category raises a HTTP 500
Summary: Trying to access sys-apps in full category raises a HTTP 500
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: [OLD] gpackages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Packages Website
URL: http://packages.gentoo.org/category/s...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-02 16:57 UTC by Gabriel
Modified: 2011-11-11 15:59 UTC (History)
0 users

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 Gabriel 2009-08-02 16:57:24 UTC
Hi there,

I was trying to access the list of package under sys-apps, but where the normal display works fine the "full-category" keep sending me an error code 500.

Reproducible: Always

Steps to Reproduce:
1.Go to the link http://packages.gentoo.org/category/sys-apps?full_cat

Actual Results:  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
    <title>500 Internal Server Error</title>
    <style type="text/css">
    #powered_by {
        margin-top: 20px;
        border-top: 2px solid black;
        font-style: italic;
    }

    #traceback {
        color: red;
    }
    </style>
</head>
    <body>
        <h2>500 Internal Server Error</h2>

        <p>The server encountered an unexpected condition which prevented it from fulfilling the request.</p>
        <pre id="traceback"></pre>
    <div id="powered_by">
    <span>Powered by <a href="http://www.cherrypy.org">CherryPy 3.0.2</a></span>
    </div>
    </body>
</html>


Expected Results:  
the page should display the complete list of package under sys-apps
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-08-28 22:18:11 UTC
Fixed amongst other stuff earlier this month.