pub-dartlang icon indicating copy to clipboard operation
pub-dartlang copied to clipboard

Package URIs with query parameters should not return 404

Open DartBot opened this issue 10 years ago • 6 comments

From @sethladd on May 11, 2013 21:25:11

If you go to http://pub.dartlang.org/packages/webui_tasks?utm_source=buffer&utm_medium=twitter you will get a 404.

Instead, I expect to get the package page and for the query parameters to be ignored.

Many emailing services or social services add query parameters to links, outside of the control of the author.

Original issue: http://code.google.com/p/dart/issues/detail?id=10599

DartBot avatar Sep 29 '14 17:09 DartBot

From @munificent on July 25, 2013 09:57:12

Labels: Milestone-Later

DartBot avatar Sep 29 '14 17:09 DartBot

From @munificent on August 21, 2013 15:40:01

Labels: -Area-Pub Area-PubSite

DartBot avatar Sep 29 '14 17:09 DartBot

From @sethladd on November 05, 2013 14:02:05

FYI we wanted to send analytics data to pub, but are unable to due to this bug

DartBot avatar Sep 29 '14 17:09 DartBot

From @kasperl on July 10, 2014 03:20:09

Labels: -Milestone-Later Oldschool-Milestone-Later

DartBot avatar Sep 29 '14 17:09 DartBot

From @kasperl on August 04, 2014 00:43:02

Labels: -Oldschool-Milestone-Later

DartBot avatar Sep 29 '14 17:09 DartBot

Other cases where we get an irregular 404:

curl -I 'https://pub.dartlang.org/packages/box2d'
curl -I 'https://pub.dartlang.org/packages/box2d.json'

espadrine avatar Oct 04 '14 09:10 espadrine