[Bug 442644] New: software search misses some slashes
https://bugzilla.novell.com/show_bug.cgi?id=442644 Summary: software search misses some slashes Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: abauer@novell.com ReportedBy: poeml@novell.com QAContact: adrian@novell.com CC: freitag@novell.com Found By: --- Hi Andreas, the software search uses project names in URLs that are mostly correct regarding :/ notation. In some places the slashes are missing though. http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&p=1&q=rubygems The direct links to packages are correct, but the light grey link to the repo "devel:languages:ruby:extensions/openSUSE_11.0" is not: http://download.opensuse.org/repositories/devel:languages:ruby:extensions/op... In this (special) case, we run into a problem because download.opensuse.org does make an half-hearted attempt to fix this via external redirects, adding one slash with each redirect (not an optimal implementation, but safe, and it was added only as work around for a few special cases). See bug 293081, in particular last comment. What happens is that libcurl stops after the third redirect and refuses to go on. (It happens to work with Firefox, by pure luck.) So while we could probably come up with a better rewriting/redirection on download.opensuse.org to work around this, I assume it would probably easy to make software.o.o construct the final URL right away - which in fact it seems to do already in most places. What do you think? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=442644 User abauer@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=442644#c1 Andreas Bauer <abauer@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Andreas Bauer <abauer@novell.com> 2008-11-07 05:26:29 MST --- Agreed. Fixed with r5555. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com