HTTP/1.1 200 OK
Date: Tue, 14 Jan 2025 06:12:32 GMT
Server: Nexus/3.74.0-05 (OSS)
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
Content-Type: text/html
Last-Modified: Tue, 14 Jan 2025 06:12:32 GMT
Pragma: no-cache
Cache-Control: no-cache, no-store, max-age=0, must-revalidate, post-check=0, pre-check=0
Expires: 0
Content-Length: 8031
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sonatype Nexus Repository</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="description" content="Sonatype Nexus Repository"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="icon" type="image/png" href="./static/rapture/resources/safari-favicon-32x32.png?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328" sizes="32x32">
<link rel="mask-icon" href="./static/rapture/resources/favicon-white.svg?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328" color="#00bb6c">
<link rel="icon" type="image/png" href="./static/rapture/resources/favicon.svg?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328" sizes="16x16">
<link rel="stylesheet" type="text/css" href="./static/rapture/resources/loading-prod.css?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328">
<link rel="stylesheet" type="text/css" href="./static/rapture/resources/baseapp.css?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328">
<link rel="stylesheet" type="text/css" href="./static/rapture/resources/nexus-rapture-prod.css?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328">
<link rel="stylesheet" type="text/css" href="./static/rapture/resources/nexus-proximanova-plugin-prod.css?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328">
<link rel="stylesheet" type="text/css" href="./static/rapture/resources/nexus-coreui-plugin-prod.css?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328">
<link rel="stylesheet" type="text/css" href="./static/rapture/resources/nexus-proui-plugin-prod.css?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328">
<link rel="stylesheet" type="text/css" href="./static/rapture/resources/nexus-onboarding-plugin-prod.css?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328">
<link rel="stylesheet" type="text/css" href="./static/nexus-rapture-bundle.css?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328">
<link rel="stylesheet" type="text/css" href="./static/nexus-coreui-bundle.css?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328">
<script type="text/javascript">
function log(msg) {
if (console && console.log) {
console.log(msg);
}
}
function progressMessage(msg) {
log(msg);
document.getElementById('loading-msg').innerHTML=msg;
}
</script>
<script type="text/javascript">
function servicePath(service) {
return window.location.origin + window.location.pathname + service;
}
(function () {
const telemetryService = servicePath('service/rest/v1/user-telemetry/javascript');
log('Creating wrapper script');
const scriptElement = document.createElement('script');
scriptElement.type = 'text/javascript';
scriptElement.src = telemetryService;
scriptElement.async = true;
scriptElement.style.display = 'none';
scriptElement.onload = () => initializeTelemetry();
document.head.appendChild(scriptElement);
})();
async function getTelemetryConfig() {
try {
const telemetryService = 'service/rest/v1/user-telemetry/config';
const response = await fetch(servicePath(telemetryService));
return await response.json();
} catch (error) {
console.error('Error fetching telemetry config:', error);
}
}
async function initializeTelemetry() {
if (window.userTelemetry) {
log('Initializing telemetry');
const telemetryService = 'service/rest/v1/user-telemetry/events';
let config = await getTelemetryConfig();
config.contentHost = servicePath(telemetryService);
config.dataHost = config.contentHost;
config.sanitizeUrl = sanitizeUrl;
config.filterUrls = ['*/#admin*'];
config.usePOST = true;
window.userTelemetry.initialize(config);
if (typeof window.initializeTelemetry != 'function') {
window.initializeTelemetry = initializeTelemetry;
}
}
else {
log('Could not initialize telemetry');
}
}
function sanitizeUrl(url) {
try {
const urlObject = new URL(url);
return `${urlObject.pathname}${urlObject.hash}`;
} catch (error) {
log("Invalid URL");
return '';
}
}
</script>
</head>
<body class="x-border-box">
<div id="loading-mask"></div>
<div id="loading">
<div id="loading-background">
<div id="loading-content">
<img id="loading-logo" src="./static/rapture/resources/images/sonatype-repository-logo-loading.svg?_v=3.74.0-05&_e=OSS&_c=2024-11-01-1821-54328"
alt="Sonatype Nexus Repository Manager Logo"/>
<div class="loading-indicator"