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?



On Fri, Dec 9, 2011 at 11:55 AM, Guofeng Zhang <guofeng@xxxxxxxxxxxxx> wrote:

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?

Perfectly right. If I remember well, we had some issues with the packaging of javax.security in orbit. We added it to orbit later as the bundle javax.security.auth.message

We probably omitted to fix the code since then.
Could you file a bug about it so we can fix it?

Even better would be if you could give it a shot and let us know if it works for you: none of the projects I work on are using JAAS in OSGi I am afraid.
Thanks,
Hugues

 

Thanks

 

Guofeng

 


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top