Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ojdbc6 jar in the docker image is a web page #93

Open
jamesamcl opened this issue Apr 28, 2022 · 0 comments
Open

ojdbc6 jar in the docker image is a web page #93

jamesamcl opened this issue Apr 28, 2022 · 0 comments

Comments

@jamesamcl
Copy link
Member

jamesamcl commented Apr 28, 2022

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??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant