From 97bef984363d1279a6ac130d35f063a834e9c241 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 1 Sep 2015 08:55:25 +0000 Subject: www: root atom feed is "new.atom" and not "atom.xml" The MIME type entry for Atom feed relies on "atom", so allow properly-configured static file servers to serve it with the correct Content-Type header. --- t/plack.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/plack.t b/t/plack.t index b3c87642..50c9e605 100644 --- a/t/plack.t +++ b/t/plack.t @@ -83,7 +83,7 @@ EOF test_psgi($app, sub { my ($cb) = @_; - my $atomurl = 'http://example.com/test/atom.xml'; + my $atomurl = 'http://example.com/test/new.atom'; my $res = $cb->(GET('http://example.com/test/')); is(200, $res->code, 'success response received'); like($res->content, qr!href="\Q$atomurl\E"!, -- cgit v1.2.3-24-ge0c7