Hi,
In the jetty-plus's pom file, there is the line in maven-bundle-plugin
configuration:
<Import-Package>!javax.sql.*;!javax.security.*;!.......
This means that it does not import packages under javax.security. But the
classes like JAASLoginService in org.eclipse.jetty.plus.jaas and its subpackage
import javax.security.auth and its sub-package.
So jetty-plus bundle does not work on OGSi platform when you use JAAS.
Right?
Thanks
Guofeng
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users