> "NoMethodError: undefined method `<' for nil:NilClass".  I'm attaching
This sounds as if JOSM's not sending any HTTP Request headers but 
directly the XML Content. A normal HTTP Request starts with
   <Method> <Url> HTTP/<Version>
eg.
   GET /index.html HTTP/1.0

So if there's no Request-Header but only XML, the server would try to 
interpret <osmChange version=".." ..> as HTTP-Request and fail with "<" 
not beeing a valid method.

But http://josm.openstreetmap.de/ticket/2820 suggests, that this was a 
temporary server issue, so..

Peter

_______________________________________________
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev

Reply via email to