Ticket #2383 (closed Task: fixed)

Opened 5 months ago

Last modified 4 weeks ago

set defaults in default.properties for all interfaces

Reported by: mosipov Owned by: mosipov
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

Changed 4 months ago by mosipov

  • owner set to mosipov
  • status changed from new to assigned

Changed 4 months ago by th-schwarz

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.

Changed 4 months ago by mosipov

The Connector won't be enabled by default, it will use: FalseUserAction.java

Changed 4 weeks ago by mosipov

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [2623]

Note: See TracTickets for help on using tickets.