Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use Firebird provided IP address for connecting event channel [JDBC384] #426

Closed
firebird-automations opened this issue Mar 8, 2015 · 4 comments

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Jaybird currently uses the IP address returned by Firebird for connecting the event channel, however this might be the wrong IP address, so always use the original hostname or address that was used for establishing the main connection.

NOTE: Only for Jaybird 2.2.x, implementation in Jaybird 3 already does this.

Commits: b625749 fa63d67 4f2748b FirebirdSQL/fbt-repository@25889e5 FirebirdSQL/fbt-repository@a42b143 FirebirdSQL/fbt-repository@f12a1a3

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 2.2.8 [ 10664 ]

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Changed implementation to ignore Firebird provided IP address, and use that of main connection.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment