Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificates Alias checks #462

Closed
wants to merge 350 commits into from
Closed

Certificates Alias checks #462

wants to merge 350 commits into from

Conversation

openconcerto
Copy link

Checks non empty keystore
Checks aliases
Warns about non trusted cerrtificates

sbordet and others added 30 commits November 9, 2015 21:58
Introduced the constraint in the API that Stream.headers() and
Stream.data() calls cannot be invoked if the previous operation did
not complete.

Improved interleaving by appending unfinished DATA frames at the end
of the queue, rather than prepending them.
…r. These stats can only exist on SessionStore implementations.
The Loader has been simplified to now just be a switch between loading from the context loader,
the same loader as another class or the system loader.    Multiple loaders will never be tried.

A new runWithServerClassAccess(PriviledgedAction) method has been added to WebAppClassLoader, that
is now used during configuration for actions that need access to both the WEB-INF/lib classes and
the server classes (eg jetty-web.xml and env.xml).

The JMX MBean mechanism has also been modified to look for an MBean class in the same loader that
object came from before attempting the context loader (only if different).
+ a "hybrid" classified artifact is now being produced.
  The choice for "hybrid" was chosen to match classifier
  already in place for websocket-client (similar purpose)
sbordet and others added 28 commits March 14, 2016 19:06
Issue #418 - Add osgi capability for endpoint configurator
HttClientTest cleanup
Conflicts:
	jetty-server/src/main/java/org/eclipse/jetty/server/session/AbstractSession.java
	jetty-server/src/main/java/org/eclipse/jetty/server/session/SessionManager.java
	tests/test-quickstart/src/test/java/org/eclipse/jetty/quickstart/AttributeNormalizerTest.java
+ Adding script to collect all clirr:clirr into single html report
@sbordet
Copy link
Contributor

sbordet commented Mar 29, 2016

@openconcerto looks like you have messed up with the branches.
You should fork jetty, checkout jetty-9.3.x and then issue the pull request for the same branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet