On 01/09/09 22:04, Tom Hughes wrote: > On 01/09/09 21:35, Karl Guggisberg wrote: > >> since a couple of days diff uploads to the dev server fail, whereas on >> production everything looks fine. >> >> Any hint? > > It's because that's a POST and it's being redirected from the new server > to the older server and POST's are hard to redirect. I'll have a look at > it but hopefully the dev apis will be moved to the new server soon anyway.
I've switched the redirect to use a 307 redirect which makes JOSM work but there is a danger that some older or less well written HTTP clients might not handle that too well. Tom -- Tom Hughes ([email protected]) http://www.compton.nu/ _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

