Modify ↓
Opened 17 years ago
Closed 17 years ago
#663 closed defect (fixed)
Patch for upload with classpath
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Hello,
uploading data to osm does not work when using the classpath library.
I found the problem to be in OsmServerWriter.java which creates the OutputStream after connect() which apparently classpath doesn't like in that order.
Attached is a patch that i've tested to work both with SUN's Java and gcj-4.1.
It would be nice if you could include it.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | 50_OsmServerWriter.dpatch added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch applied in r592. Would have been even easier for me if you had attached a standard diff ;-)