https://bz.apache.org/bugzilla/show_bug.cgi?id=61784
--- Comment #4 from Lazar Kirchev <lazar.kirc...@gmail.com> --- Now here comes the question what should getRegistrationIds(null) return if there is an auth config provider with null class name registered. According to the spec, if a provider with a null class name is registered, a subsequent call to getCofigProvider() with this layer and app context should return null, but it does not specify if its registration id should be returned in the list of all registration ids. It seems reasonable to be included. However, in this case it should be possible to persist providers with null class names and also it should be stored in the in-memory registration structures. Or, we may assume that this is no actual registration as functionally it does not bring any value and not store it in-memory or persist it. Marc, what do you think about this? How do you interpret the spec? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org