Modify ↓
Opened 5 years ago
Closed 5 years ago
#663 closed defect (fixed)
Patch for upload with classpath
| Reported by: | andreas@… | Owned by: | framm |
|---|---|---|---|
| Priority: | major | 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)
Changed 5 years ago by anonymous
comment:1 Changed 5 years ago by framm
- Resolution set to fixed
- Status changed from new to 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 ;-)