Authenticator module cannot use solutionModel.getMedia()

I could not find this in the wiki: Is it true that in 6.1 I can not longer use solutionModel.getMedia()?

In 5.2 this was perfectly allowed and now it does not seem to be working anymore.

Michel,

The authenticator is just a headless client that lives only for a short time on the server during the security.authenticate() call.
Solution model code should work and solutionModel.getMedia() should also work.

Are you sure the media exists in the authenticator solution or one of its modules (the authenticator cannot reach the main solution or the login solution)

Rob

The media exists in the before_import-module. The authenticator-module has the before_import-module in it’s property modulesNames. This functioned well in 5.2.

Michel,

Since 6.0 pre/post import hooks are no longer available in regular clients.
Since these modules should only contain data that is used in the import phase having them in regular clients is unneeded overhead, that is why we filter them now.

Rob