Re: [jetty-users] Jetty SPDY use split package?

2012-12-05 Thread Guofeng Zhang
at 11:15 AM, Guofeng Zhang guof...@avaya.com wrote: Hi, These days I learning how Jetty support SPDY. I found that spdy-core and spdy-jetty use the same package name. the SPDY modules and npn module has no OSGi headers defined. My question is: will these modules support OSGi

Re: [jetty-users] Jetty SPDY use split package?

2012-09-27 Thread Guofeng Zhang
to be flexible: the jetty-spdy-server-http lists an optional import for the package org.eclipse.jetty.npn We think we should eventually not import it at all in OSGi. Let us know how it goes. Hugues [1] http://wiki.eclipse.org/Jetty/Feature/NPN On Tue, Sep 18, 2012 at 11:15 AM, Guofeng Zhang guof

[jetty-users] why does jetty-plus bundle not import javax.security.* package?

2011-12-08 Thread Guofeng Zhang
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

Re: [jetty-users] why does jetty-plus bundle not import javax.security.* package?

2011-12-08 Thread Guofeng Zhang
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-boun...@eclipse.org [mailto:jetty-users-boun...@eclipse.org] On Behalf Of Guofeng Zhang Sent: Friday, December 09, 2011 11:55 AM To: jetty-users Subject: [jetty-users

Re: [jetty-users] Need ServerAuthentication info...

2011-11-01 Thread Guofeng Zhang
You might be interested in https://bugs.eclipse.org/bugs/show_bug.cgi?id=359329 From: jetty-users-boun...@eclipse.org [mailto:jetty-users-boun...@eclipse.org] On Behalf Of gopinath nallamolu Sent: Monday, October 31, 2011 4:56 PM To: jetty-dev-requ...@eclipse.org; jetty-annou...@eclipse.org;

Re: [jetty-users] JASPI 196: make it work on Jetty 8

2011-09-28 Thread Guofeng Zhang
and jetty-8 as possible, so I'd like to know if this is something that should go into jetty-7, and will then get merged into jetty-8, or if this is a problem specific to jetty-8. thanks Jan On 28 September 2011 15:23, Guofeng Zhang guof...@radvision.commailto:guof...@radvision.com wrote: Hi, JASPI

Re: [jetty-users] JASPI 196: make it work on Jetty 8

2011-09-28 Thread Guofeng Zhang
jesse.mcconn...@gmail.commailto:jesse.mcconn...@gmail.com On Wed, Sep 28, 2011 at 02:30, Guofeng Zhang guof...@radvision.commailto:guof...@radvision.com wrote: The sources in jetty-7.5.1.v20110908/jetty-jaspi and jetty-8.0.1.v20110908/jetty-jaspi are the same each other. JASPI does

[jetty-users] JASPI 196: make it work on Jetty 8

2011-09-27 Thread Guofeng Zhang
Hi, JASPI make us to plug in other authentication module (for example, using openID or other mechanism to authenticate users) easier on Jetty for container-managed security. There is jetty-jaspi module in the Jetty source code base, but I think it has not been maintained for a long time. By

Re: [jetty-users] Unable to find LoginModule class, how to solve it?

2011-09-14 Thread Guofeng Zhang
stack trace showing the error about the Credential please? thanks Jan On 13 September 2011 01:46, Guofeng Zhang guofen...@gmail.com wrote: I can run my web app using jetty-maven-plugin by setting the following: plugin groupIdorg.mortbay.jetty/groupId artifactIdjetty

Re: [jetty-users] Unable to find LoginModule class, how to solve it?

2011-09-12 Thread Guofeng Zhang
use to start jetty - jetty-plus.xml - web.xml It's crucial that you don't have any typos in the loginModuleNames, etc. as described in the tutorial. Cheers, Thomas On 9/12/11 8:19 AM, Guofeng Zhang wrote: Hi, I developed a login module and configure it following Jetty

[jetty-users] Is there any test case or sample XML file to demo how to configure JASPI?

2011-03-22 Thread Guofeng Zhang
Hi, We used JBoss' JASPI, but now we want to use Jetty as a lightweight web container. So JASPI is a better feature in Jetty for our migration. Could you give me a simple XML demo for me to know where could I start? for example, what POJO to instantiate, or something like configuring