Skip to content

RemoteAnonymousRmit3Enabled does not seem to be available any more #1063

Closed
@dimovelev

Description

@dimovelev

With the latest 1.9.20 version of WDT I do not see the SecurityConfiguration RemoteAnonymousRmit3Enabled option any more (in modelHelp). It is also not being applied when I create a domain with it:

$ cat ../VERSION.txt
WebLogic Deploy Tooling 1.9.20
$ ./modelHelp.sh topology:/SecurityConfiguration | grep -i remote
        RemoteAnonymousJndiEnabled:            # boolean
        RemoteAnonymousRmiiiopEnabled:         # boolean

vs

$ cat ../VERSION.txt ; echo
WebLogic Deploy Tooling 1.9.18
$ ./modelHelp.sh topology:/SecurityConfiguration | grep -i remote
        RemoteAnonymousJndiEnabled:            # boolean
        RemoteAnonymousRmiiiopEnabled:         # boolean
        RemoteAnonymousRmit3Enabled:           # boolean

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions