Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] why does jetty-plus bundle not import javax.security.* package?

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

 


Back to the top