Skip to main content

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

This is for 8.0.4. it is well defined in 7.5.4. I think OSGi support is not merged compleleted to 8.0 branch.

 

From: jetty-users-bounces@xxxxxxxxxxx [mailto:jetty-users-bounces@xxxxxxxxxxx] On Behalf Of Guofeng Zhang
Sent: Friday, December 09, 2011 11:55 AM
To: jetty-users
Subject: [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