Skip to content

Commit 7a9babd

Browse files
author
Thierry Boileau
committed
Reintroduce SDC authenticator helper and drop Android SaxRepresentation (wait for more tests)
1 parent 04b93b3 commit 7a9babd

File tree

2 files changed

+1
-169
lines changed

2 files changed

+1
-169
lines changed

org.restlet.java/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/SaxRepresentation.java.android

Lines changed: 0 additions & 167 deletions
This file was deleted.

org.restlet.java/org.restlet/src/main/java/org/restlet/engine/security/SdcAuthenticatorHelper.java.gae renamed to org.restlet.java/org.restlet/src/main/java/org/restlet/engine/security/SdcAuthenticatorHelper.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
* Restlet is a registered trademark of QlikTech International AB.
88
*/
99

10-
package org.restlet.ext.net.internal;
10+
package org.restlet.engine.security;
1111

1212
import org.restlet.data.ChallengeScheme;
13-
import org.restlet.engine.security.AuthenticatorHelper;
1413

1514
/**
1615
* Implements the SDC adhoc authentication. This challenge scheme is used to

0 commit comments

Comments
 (0)