Author: nd-guest Date: 2008-03-25 22:07:30 +0000 (Tue, 25 Mar 2008) New Revision: 1445
Modified: packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch Log: be more verbose in the patch description Modified: packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch =================================================================== --- packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch 2008-03-25 21:41:11 UTC (rev 1444) +++ packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch 2008-03-25 22:07:30 UTC (rev 1445) @@ -1,7 +1,9 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 50_OsmServerWriter.dpatch by Andreas Putzo <[EMAIL PROTECTED]> ## -## DP: Create Outputstream prior connect() for uploading with the classpath library. +## DP: Setup the OutputStream for uploading before connecting to the OSM server. +## DP: While the classpath library (URLConnection) documents that this should happen after connect() +## DP: it actually throws an exception in HttpURLConnection when done in that order. @DPATCH@ diff -urNad josm-0.0.0.20080316~/src/org/openstreetmap/josm/io/OsmServerWriter.java josm-0.0.0.20080316/src/org/openstreetmap/josm/io/OsmServerWriter.java _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

