-
Notifications
You must be signed in to change notification settings - Fork 27
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
Changes to the mappings from files to exchange buffers #4
base: master
Are you sure you want to change the base?
Conversation
Do not remove line feeds from text transmissions and fix compression algorithm
Sorry taking to long to consider this pull-request. Please, could you sign the contribution agreement in order to get your contribution merged in the upstream Accord Project? |
I'm sure I can Rafael, where is the agreement? |
Thank you, I'll have to run it by the lawyers at work just to cover us, but I don't think there will be an issue. |
Sure Gary, no problem. |
Hi Rafael, On 3 December 2013 23:28, Rafael Marins [email protected] wrote:
G+: https://plus.google.com/u/0/104223712160178727877/posts |
Minor bug fixes
Conflicts: odetteftp/core/src/main/java/org/neociclo/odetteftp/netty/OdetteFtpChannelHandler.java
Adding getter for property.
the exception handler close it. Destroy oftplet on session close, not on disconnect.
prevent exception in exception handler Remove warnings for CRs being non-alphanumeric
In this forum thread:
http://forum.accordproject.org/Incorrectly-stripping-line-separators-from-data-exchange-buffers-td4024826.html
I mentioned that the mapping was being done incorrectly (it certainly didn't interoperate with the Odex product properly). Gabriel asked for some test code, so I added
/accord/odetteftp/core/src/test/java/org/neociclo/odetteftp/protocol/data/ExchangeBufferTest.java
I updated the NormalMapping.java and CompressionMapping.java classes to make them pass so take a look and see if you want to use that or make your own changes to fix it. We need to make this change as we need to interoperate with other Odex implementations but it will obviously break compatibility with any products that use the current Accord implementation!
Enjoy,
Gary Barker