]> Sergey Matveev's repositories - public-inbox.git/commit
mid: compress Message-IDs with '%' in them
authorEric Wong <e@80x24.org>
Mon, 17 Aug 2015 07:46:54 +0000 (07:46 +0000)
committerEric Wong <e@80x24.org>
Mon, 17 Aug 2015 07:51:53 +0000 (07:51 +0000)
commit0fea7793b22efd2596983283947ee43687e0cfac
tree50ec37c06e6834c500430652fb24c79f798d6980
parent5c3f7d5f9a03056da6740af523f22903880cc9ec
mid: compress Message-IDs with '%' in them

Some HTTP servers (apache2 2.2.22-13+deb7u5) on my system
apparently do not handle "%25" correctly.  I'm not yet sure if
it's something weird with my rewrite rules or what....
lib/PublicInbox/MID.pm
t/view.t