To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82884


User mav changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|mav                       |sb
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Oct 31 14:42:42 +0000 
2007 -------
The problem here is that the string starts from digit. When an URL syntax is
used ( meas there is protocol specification at the beginning ) there is no
problem, actually this was the scenario that was used during the testing.

According to the idl documentation PasswordContainer is designed to store
passwords for URL-patterns, that is actually an URL that is named "pattern" only
because its password is legal for subfolders. From other side it works well for
any string ( except strings starting from a digit ).

MAV->SB: The problem is that some configuration API does not accept digits at
the beginning of a node name. From other side some of the API works well with
such names. For example in this scenario a new node in the set can be
successfully inserted using XNameContainer::insertByName() so that it will be
stored in the .xcu file. But when it is accessed using
XHierarchicalNameAccess::getByHierarchicalName(), an exception is thrown. 

Could you please take a look whether it is legal to use such node names, and if
yes fix it in the configuration. If not, please send the bug back to me.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to