-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Here is the beginning of the contents of /root/.m2/repository/com/oracle/ojdbc6/11.2.0.4/ojdbc6-11.2.0.4.jar from the image we have on Docker hub:
<html>
<script language="javascript" type="text/javascript">
function submitForm()
{
var hash = location.hash;
if (hash) {
if(hash.indexOf("#") == -1){
hash="#"+hash
}
document.myForm.action = document.myForm.action+hash;
}
document.myForm.submit();
}
</script><head><base target="_self"></head><body onLoad="submitForm()"><noscript><p>JavaScript is required. Enable JavaScript to use OAM Server.</p>
I guess it's not actually required after all, since the Docker image seems to work??
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels