[jira] Updated: (FELIX-651) Access to password protected OBR

2008-07-29 Thread Remco Poortinga - van Wijnen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remco Poortinga - van Wijnen updated FELIX-651: --- Attachment: UrlEmbeddedCredentialsAuthenticator.java This

[jira] Created: (FELIX-651) Access to password protected OBR

2008-07-29 Thread Remco Poortinga - van Wijnen (JIRA)
: Remco Poortinga - van Wijnen Priority: Trivial For a project I would like to configure a 'private' OBR (somewhat against the federated idea of OBR I guess, but anyway). In other words: username/password protected access. Https OBR are possible, but I have no idea if t

Password protected OBR?

2008-07-29 Thread Remco Poortinga
.apache.felix.bundlerepository; import java.net.Authenticator; import java.net.PasswordAuthentication; /** * @author Remco Poortinga * */ public class UrlEmbeddedCredentialsAuthenticator extends Authenticator { protected PasswordAuthentication getPasswordAuthentication() {

Password protected OBR?

2008-07-29 Thread Remco Poortinga
.apache.felix.bundlerepository; import java.net.Authenticator; import java.net.PasswordAuthentication; /** * @author Remco Poortinga * */ public class UrlEmbeddedCredentialsAuthenticator extends Authenticator { protected PasswordAuthentication getPasswordAuthentication() {