Skip to content

Commit

Permalink
Update jaas index.adoc (#12634)
Browse files Browse the repository at this point in the history
* Update index.adoc

There is no ee10-jaas module, or ee8-jaas or ee8-jaas as far as I can see and module 'jaas' made it work in my ee10 set-up.

* Update JaasConfiguration.java

remove reference to non-existing package
  • Loading branch information
karstenhusberg authored Dec 18, 2024
1 parent 68735dc commit f476a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ own custom https://docs.oracle.com/javase/7/docs/api/javax/security/auth/spi/Log
[[module]]
=== The `jaas` module

Enable the `{ee-all}-jaas` module appropriate for your EE platform:
Enable the `jaas` module.

[source]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ public JaasConfiguration()
super(new Builder()
.addDependencies(WebXmlConfiguration.class, MetaInfConfiguration.class, WebInfConfiguration.class, FragmentConfiguration.class)
.addDependents(WebAppConfiguration.class)
.protectAndExpose("org.eclipse.jetty.security.jaas.")
.protectAndExpose("org.eclipse.jetty.ee10.jaas."));
.protectAndExpose("org.eclipse.jetty.security.jaas."));
}

@Override
Expand Down

0 comments on commit f476a58

Please sign in to comment.