You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Filippo Diotalevi (JIRA)" <ji...@apache.org> on 2009/05/08 15:29:45 UTC

[jira] Updated: (FELIX-735) Preferences.putByteArray() does not work

     [ https://issues.apache.org/jira/browse/FELIX-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filippo Diotalevi updated FELIX-735:
------------------------------------

    Attachment: FELIX-735.txt

As pointed out by Guillaume, the putByteArray method erroneously  store the value using Base64.decode instead of Base64.encode

Patch attached

> Preferences.putByteArray() does not work
> ----------------------------------------
>
>                 Key: FELIX-735
>                 URL: https://issues.apache.org/jira/browse/FELIX-735
>             Project: Felix
>          Issue Type: Bug
>          Components: Preferences Service
>            Reporter: Guillaume Nodet
>         Attachments: FELIX-735.txt
>
>
> The method calls Base64.decodeBase64 instead of Base64.encodeBase64

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.