Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] org.eclipse.equinox.security

That is a great question.  I don't see why the path is restricted like it is.  Perhaps you can open a bug and provide a contribution as well as tests that use a wider range of characters.
 

Tom
 
 
----- Original message -----
From: Nikolis Galerakis <nikolisgal@xxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx
To: equinox-dev@xxxxxxxxxxx
Cc:
Subject: [equinox-dev] org.eclipse.equinox.security
Date: Fri, Sep 4, 2015 6:57 AM
 
Hello all 

I am currently using org.eclipse.equinox.security bundle by using Eclipse Secure Storage . What I want to do is give my users the possibility to save Nodes in the Secure Storage with Names that contain German and French Special characters such as öäÖÄ so what this means is that I would need to loosen up the control in the isValid method in the org.eclipse.equinox.internal.security.storage.SecurePreferences. I want to use the characters with ASCII codes 32-255 the question is : Is there any reason not to do so ? why is the isValid ASCII code ranges from 32-160 at the moment ? 
 
Thanks in advance,
Nikolaos
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top