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

csw over https fails #67

Closed
valentinedwv opened this issue Jan 21, 2014 · 1 comment
Closed

csw over https fails #67

valentinedwv opened this issue Jan 21, 2014 · 1 comment

Comments

@valentinedwv
Copy link

geoportal/src/com/esri/gpt/catalog/harvest/clients/HRHttpClient.java
missing is isHttps()
84-90
/**

  • Validates protocol definition.
  • @throws HRInvalidProtocolException if invalid protocol definition
    */
    @OverRide
    protected void validateProtocol() throws HRInvalidProtocolException {
    super.validateProtocol();
    if (!isHttp() && !isFtp()) {
    throw new HRInvalidProtocolException(
    HRInvalidProtocolException.ProtocolElement.url,
    "Neither HTTP nor FTP protocol.");
    }
    }
@zguo
Copy link
Collaborator

zguo commented Feb 6, 2014

Thanks, a fix has been added to dev branch.

Saisuma004 pushed a commit to Innovate-Inc/geoportal-server that referenced this issue Mar 6, 2017
Saisuma004 pushed a commit to Innovate-Inc/geoportal-server that referenced this issue Mar 6, 2017
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

3 participants