Commit Graph

6 Commits

Author SHA1 Message Date
Spring Operator
b9648f1a21 URL Cleanup (#7)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://wsf.cdyne.com/WeatherWS/Weather.asmx?wsdl (500) migrated to:
  http://wsf.cdyne.com/WeatherWS/Weather.asmx?wsdl ([https](https://wsf.cdyne.com/WeatherWS/Weather.asmx?wsdl) result ConnectTimeoutException).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://www.springframework.org/spring-ws/samples/airline/definitions (404) migrated to:
  https://www.springframework.org/spring-ws/samples/airline/definitions ([https](https://www.springframework.org/spring-ws/samples/airline/definitions) result 404).
* http://www.springframework.org/spring-ws/samples/airline/schemas/messages (404) migrated to:
  https://www.springframework.org/spring-ws/samples/airline/schemas/messages ([https](https://www.springframework.org/spring-ws/samples/airline/schemas/messages) result 404).
* http://www.springframework.org/spring-ws/samples/airline/schemas/types (404) migrated to:
  https://www.springframework.org/spring-ws/samples/airline/schemas/types ([https](https://www.springframework.org/spring-ws/samples/airline/schemas/types) result 404).

## Fixed Success
These URLs were fixed successfully.

* http://repo.springsource.org/plugins-release migrated to:
  https://repo.springsource.org/plugins-release ([https](https://repo.springsource.org/plugins-release) result 301).
* http://repo.spring.io/libs-release migrated to:
  https://repo.spring.io/libs-release ([https](https://repo.spring.io/libs-release) result 302).
* http://repo.spring.io/libs-snapshot migrated to:
  https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302).
2019-03-21 05:51:40 -05:00
Arjen Poutsma
fd64f3213d Updated to Spring-WS 2.2.0.RELEASE 2014-05-22 12:13:15 +02:00
Arjen Poutsma
cb87be35f6 Updated to Spring-WS 2.2.0.RELEASE 2014-05-22 12:07:52 +02:00
Arjen Poutsma
3e7e422ba8 Reworked mtom sample to code config 2014-04-28 15:37:22 +02:00
Arjen Poutsma
1753df9eff Removed unnecessary .gitignore files 2013-11-21 12:10:25 +01:00
Arjen Poutsma
75e52751eb Added MTOM sample 2013-11-21 12:07:05 +01:00