Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Won't Fix
-
Affects Version/s: 3.2.1
-
Fix Version/s: 3.2.2
-
Component/s: None
-
Labels:None
-
Acceptance Test - Add?:No
Description
There are a lot of Problems using Spark 2.6.0 with Smack 3.2.0.
We tested file transfer with following configurations:
Spark 2.6.0 Smack 3.2.0, Win XP
Spark 2.5.8 Smack 3.0.0 Win XP
| Local PC | Working transfer directions | VPN PC | Protocol |
|---|---|---|---|
| 2.6.0 | --> | 2.6.0 | Socks5Bytestream |
| 2.6.0 | --> | 2.5.8 | --> Socks5Bytestream <-- IBB |
| 2.5.8 | Both | 2.5.8 | Both IBB |
| 2.5.8 | --> | 2.6.0 | Both Socks5Bytestream |
It seems to me that smack 3.2.0 is not able to handle IBB. It should use this protocol as fallback for socks5bytestream. Especially when you are behind a firewall or connecting through vpn it's necessary to use the IBB transfer mode.
Issue Links
- is related to
-
SPARK-1283
File transfer between 2.5.8 and 2.6.0_12222 is broken
-
Activity
Walter Ebeling
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Priority | Major [ 3 ] | Critical [ 2 ] |
Walter Ebeling
made changes -
| Link |
This issue is related to |
Holger Bergunde
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Walter Ebeling
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Assignee | Robin Collier [ rcollier ] | Walter Ebeling [ webeling ] |
Walter Ebeling
made changes -
| Assignee | Walter Ebeling [ webeling ] | Tim Jentz [ timjentz ] |
Walter Ebeling
made changes -
| Fix Version/s | 3.2.2 [ 10924 ] | |
| Fix Version/s | 3.2.1 [ 10910 ] | |
| Affects Version/s | 3.2.1 [ 10910 ] | |
| Affects Version/s | 3.2.0 [ 10841 ] |
Tim Jentz
made changes -
| Attachment | IBBfix_beta.patch [ 11233 ] |
Walter Ebeling
made changes -
| Parent |
|
|
| Issue Type | Bug [ 1 ] | Sub-task [ 5 ] |
Walter Ebeling
made changes -
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Assignee | Tim Jentz [ timjentz ] | Robin Collier [ rcollier ] |
| Resolution | Won't Fix [ 2 ] |
This is also happening for Smack 3.1.0. I have checke Spark Build 79 that has Smack 3.1.0 as base. Spark 2.5.8 with Smack 3.0.0 is working.