Added secure="true" to the Tomcat Connector#80
Conversation
Added the mime-type modernization for javascript
|
Hey @dh-opendap - Can you chime in on this ?? |
|
It's been awhile since I did that, it was probably added for the DIT requirement. Can't recall the exact syntax we use in the regression tests to disable 'secure' interaction with Tomcat, otherwise without the NGAP_CREDS all the tests would fail |
I'm confused. Do you mean that if we set: <Connector secure="true"That will break the Bamboo Application Build tests? Or do you mean that if we don't set Cause I think, at the moment, we do not set this. |
|
I started previously by stating the I don't recall exactly that change, and from the initial comment I interpreted that as stating it was previously used. It isn't currently used as you've noted, and our tomcat-9 servers are DIT-compliant. Our build scripts do the following to execute the regression tests:container_id=$(docker run -d -h hyrax -p 8443:8443 --env BES_SITE_CONF="${bes_site_conf}" echo "Docker image running with ID: ${container_id}" docker exec hyrax-test /bin/bash -c "cd hyrax_regression_tests;
|
I think that this is still relevant. @dh-opendap is that true? Do we still want this change?
I don't remember why we started this PR (no associated issue, of course)
Maybe @dh-opendap Can help sort it out?