Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
gnu-crypto
sasl-functions.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sasl-functions.patch of Package gnu-crypto
Index: source/gnu/crypto/sasl/ClientMechanism.java =================================================================== --- source.orig/gnu/crypto/sasl/ClientMechanism.java +++ source/gnu/crypto/sasl/ClientMechanism.java @@ -140,9 +140,9 @@ public abstract class ClientMechanism im return mechanism; } - public Object getNegotiatedProperty(final String propName) throws SaslException { + public Object getNegotiatedProperty(final String propName) { if (!isComplete()) { - throw new IllegalMechanismStateException(); + throw new RuntimeException(); } if (Sasl.QOP.equals(propName)) { return getNegotiatedQOP(); Index: source/gnu/crypto/sasl/ServerMechanism.java =================================================================== --- source.orig/gnu/crypto/sasl/ServerMechanism.java +++ source/gnu/crypto/sasl/ServerMechanism.java @@ -147,9 +147,9 @@ public abstract class ServerMechanism im return this.authorizationID; } - public Object getNegotiatedProperty(final String propName) throws SaslException { + public Object getNegotiatedProperty(final String propName) { if (!isComplete()) { - throw new IllegalMechanismStateException(); + throw new RuntimeException(); } if (Sasl.QOP.equals(propName)) { return getNegotiatedQOP();
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor