Opened 16 years ago
Closed 16 years ago
#2383 closed Task (fixed)
set defaults in default.properties for all interfaces
Reported by: | Michael Osipov | Owned by: | Michael Osipov |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor.Java 2.5 |
Component: | Server : Java | Version: | FCKeditor.Java 2.4 |
Keywords: | Cc: |
Description
the default.properties shall contain references to default implemenations of UserAction, UserPathBuilder, and LocaleResolver. These impelemenations should be used when the user/dev does not provide a custom one.
Change History (4)
comment:1 Changed 16 years ago by
Owner: | set to Michael Osipov |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
The Connector won't be enabled by default, it will use: FalseUserAction.java
IMO the default.properties should NOT contain a reference of UserAction. Remember, in 2.4 we decided, the dev user has to create fckeditor.properties and have to define the implementation of UserAction. The reason was that the Connector shouldn't enabled by default, because of security reasons. I think we should keep this behavior.
For the UserPathBuilder and LocaleResolver you are right.