Issue 79906 - Extension Manager / unopkg: Implement mechanism to prohibit export of shared extensions
Summary: Extension Manager / unopkg: Implement mechanism to prohibit export of shared ...
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.4
Assignee: joerg.skottke
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-23 12:41 UTC by joerg.skottke
Modified: 2008-03-12 10:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joerg.skottke 2007-07-23 12:41:49 UTC
When a shared extension is installed it is possible for the user to export the
extension to a local directory and reinstall it below My Extensions. This is bad
because:

a) An Extension Provider might not want that to happen (possible licensing problem)
b) A user might make his office use outdated extensions (e.g. Templates which a
provided company wide could be copied and used. When the company extensions are
updated the user would miss the update). This can very easily happen as users
tend to speed up things. On a slow network this becomes likely to happen.

Probably this should be implemented on a "per Extension" basis, meaning this is
a property of an extension and should not be "smart handled" by just
interpreting access rights.

Note that unopkg should have a switch to display such attributes as well.
Comment 1 joachim.lingner 2007-08-16 13:53:12 UTC
>a) An Extension Provider might not want that to happen (possible licensing
problem)<
Therefore we need more advanced  "lincense and activation" feature. The "simple
license" mechanism was only the first step.
Removing the export feature is no protection at all when it comes to copy
extensions illegally.


>A user might make his office use outdated extensions (e.g. Templates which a
provided company wide could be copied and used. ...<

The user can obtain the extension from different sources and install it, no
matter if the same extension is already installed as shared extension.

I do not see this as defect.

Comment 2 joachim.lingner 2007-08-16 13:55:14 UTC
.
Comment 3 joachim.lingner 2007-08-16 14:43:30 UTC
.
Comment 4 joerg.skottke 2008-03-12 10:53:31 UTC
close
Comment 5 joerg.skottke 2008-03-12 10:54:51 UTC
again