Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

workaround for the issue #90 ( HTTPSSLProvider is not working ) #91

Closed
wants to merge 351 commits into from
Closed

workaround for the issue #90 ( HTTPSSLProvider is not working ) #91

wants to merge 351 commits into from

Conversation

cofinoa
Copy link
Contributor

@cofinoa cofinoa commented Jan 2, 2015

This is a workaround for the issue #90

DennisHeimbigner and others added 30 commits October 17, 2014 12:39
fix unit tests;
InvCatalog 1.0.7 schema
make linear interpolation the default.
Add global flag that use can set.
ToolsUI: can set this flag in Modes menu.
Grib1DataTable UI: Allow dumping data raw, linear and cubic.
clean up Ecmef Grib API table reading of units.
turn off debug logs messages
* It will eventually render CatalogPrimerW.html obsolete.
* Fixed code samples in DatasetScan.html
Update to data file we have and fix typos. Still need to track down
hwave_4D.nc.
* Deleted CatalogPrimerW.html. All of its content has been moved to CatalogPrimer.html.
its located in module cdm (even tho its package
is ucar.nc2). So created a duplicate in module
ui than can use dap4 code.
JohnLCaron and others added 24 commits December 15, 2014 12:58
Conflicts:
	cdm/src/test/java/ucar/nc2/util/cache/TestNetcdfFileCache.java
Create DataTable for viewing Variable
This commit guess the real value for the URL size, making a request with
a range.

Conflicts:
	cdm/src/main/java/ucar/unidata/io/http/HTTPRandomAccessFile.java
remove debug in OpendapServlet;
remove failing test
Will replace the old 4.1 package from Ubuntu with another package soon.
* Added a reminder to release.txt to update file permissions.
In UF-file is month stored 1=January, but java Calendar uses 0=January.
At least UTC timezone is recognized
Add handling for figuring out correct end time of the data set. Also add
support for 'GM' timezone as well for UTC. Fix small typo.
The IOSP had been putting out the same information for both 'StationName'
and Station. Disambiguate these terms by using 'instrument_name' and
'site_name' from the CF/Radial spec. Also correct the IOSP to properly
get different entries from the file.
This new one is statically linked to hdf5, linking against the
(incompatible) version on Travis' Ubuntu 12.04 images.
was wrong because computeArraySize was wrong.
The problem with computeArraySize was that the dimension
walking loop includes lines that should have been outside the loop.
THis create a larger array size than actual.
@cwardgar
Copy link
Contributor

cwardgar commented Jan 2, 2015

Try creating a pull request against Unidata:4.5.4, not Unidata:4.5.3.

@cwardgar cwardgar closed this Jan 2, 2015
@DennisHeimbigner
Copy link
Contributor

This is probably a result of our moving to Apache httpclient library 4.2.
I have not had the capability of testing the client side keys issue.

@cofinoa
Copy link
Contributor Author

cofinoa commented Jan 3, 2015

I made this pull-request against the wrong branch and therefore @cwardgar has closed it.
I have create a new pull request against the 4.5.4 branch. The pull-request is the #92

@DennisHeimbigner
Copy link
Contributor

It turns out that equivalent code is already in 4.5.5 and 4.6.0.
You can see it at HTTPSession#setGlobalKeystore().
However, the invocation of this code in HTTPAuthStore has a bug
that prevented it from being invoked. I have fixed 4.5.5. to invoke the
code properly. However, I still do not know if it works because
of no access to a server to test it. Please pull 4.5.5 from github
and see if it solves your problem.

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

Successfully merging this pull request may close these issues.

None yet

6 participants