http://revu.ubuntuwire.com/p/zope.index unreviewable ("index" removed from URL)

Bug #518827 reported by Daniel Holbach
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
REVU
Fix Released
Undecided
Unassigned

Bug Description

http://revu.ubuntuwire.com/p/zope.index gets redirected to http://revu.ubuntuwire.com/p/zope. so the package is unreviewable.

Related branches

Revision history for this message
Siegfried Gevatter (rainct) wrote :

You can use http://revu.ubuntuwire.com/details.py?package=zope.index as a workaround.

I'm not sure what's wrong. Does someone see the mistake here?

RewriteCond %{THE_REQUEST} /p/
RewriteRule ^p/(.+)$ /details.py?package=$1

Revision history for this message
StefanPotyra (sistpoty) wrote : Re: [Bug 518827] Re: http://revu.ubuntuwire.com/p/zope.index unreviewable ("index" removed from URL)

Hi,

Am Monday 08 February 2010 15:12:03 schrieb Siegfried Gevatter:
> You can use http://revu.ubuntuwire.com/details.py?package=zope.index as
> a workaround.
>
> I'm not sure what's wrong. Does someone see the mistake here?
>
> RewriteCond %{THE_REQUEST} /p/
> RewriteRule ^p/(.+)$ /details.py?package=$1

maybe that part (right before the snippet) is responsible?

# Get rid of "index" in directories:
RewriteCond %{THE_REQUEST} index
RewriteRule ^(.*)index(?:\.py)?(\?.*)?$ /$1$2 [R=301,L]

Cheers,
    Stefan.

Revision history for this message
Siegfried Gevatter (rainct) wrote :

Right, that was it. Fixed!

Thanks, Daniel and Stefan.

Changed in revu:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.