Commit Graph

21 Commits

Author SHA1 Message Date
Ryan Baxter
8ef32c6c2b Merge pull request #965 from spring-operator/polish-urls-xml-rate-limiter-no-lua
URL Cleanup
2019-03-27 19:29:38 -04:00
Spring Operator
3b0df41efd URL Cleanup
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://httpbin.org:80 (200) with 5 occurrences could not be migrated:
   ([https](https://httpbin.org:80) result NotSslRecordException).
* [ ] http://www.faqs.org/rfcs/rfc1519.html (200) with 1 occurrences could not be migrated:
   ([https](https://www.faqs.org/rfcs/rfc1519.html) result AnnotatedConnectException).

# 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://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
  https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://example.com with 1 occurrences migrated to:
  https://example.com ([https](https://example.com) result 200).
* [ ] http://example.org with 7 occurrences migrated to:
  https://example.org ([https](https://example.org) result 200).
* [ ] http://github.com/ with 1 occurrences migrated to:
  https://github.com/ ([https](https://github.com/) result 200).
* [ ] http://projects.spring.io/spring-cloud/ with 1 occurrences migrated to:
  https://projects.spring.io/spring-cloud/ ([https](https://projects.spring.io/spring-cloud/) result 200).
* [ ] http://stackoverflow.com/questions/2942299/converting-cidr-address-to-subnet-mask-and-network-address with 1 occurrences migrated to:
  https://stackoverflow.com/questions/2942299/converting-cidr-address-to-subnet-mask-and-network-address ([https](https://stackoverflow.com/questions/2942299/converting-cidr-address-to-subnet-mask-and-network-address) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://projectlombok.org/features/index.html with 1 occurrences migrated to:
  https://projectlombok.org/features/index.html ([https](https://projectlombok.org/features/index.html) result 301).
* [ ] http://raw.github.com/ with 1 occurrences migrated to:
  https://raw.github.com/ ([https](https://raw.github.com/) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
  https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
  https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
  https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).

# Ignored
These URLs were intentionally ignored.

* http://localhost with 5 occurrences
* http://localhost:8008/configserver/foo/default with 1 occurrences
* http://localhost:9000/foos/ with 2 occurrences
2019-03-26 03:39:30 -05:00
Spring Operator
f791ee31a9 URL Cleanup
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).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://maven.apache.org/xsd/maven-4.0.0.xsd with 7 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* [ ] http://www.spring.io with 1 occurrences migrated to:
  https://www.spring.io ([https](https://www.spring.io) result 301).
* [ ] http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* [ ] http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* [ ] http://repo.spring.io/release with 1 occurrences migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 14 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 7 occurrences
2019-03-26 00:10:25 -05:00
Spencer Gibb
b9a9f5167d Going back to snapshots 2017-07-06 10:19:38 -06:00
Spencer Gibb
389cab1c5c Update SNAPSHOT to 2.0.0.M1 2017-07-06 10:16:03 -06:00
Dave Syer
a455171b78 Merge branch 'master' into 2.0.x 2017-06-30 15:52:32 +01:00
Dave Syer
ddd65e338a Add some docs 2017-06-30 15:50:15 +01:00
Dave Syer
f89de3cc28 Bump versions 2017-06-30 15:29:54 +01:00
Dave Syer
13970fb1e0 Remove docs for new features not in 1.0 2017-06-30 14:35:19 +01:00
Spencer Gibb
b9bf99451f Move back to Predicate<ServerWebExchange>
Stick to webflux class as this project is currently built on webflux.

fixes gh-35
2017-03-22 12:01:27 -06:00
Spencer Gibb
a97ca9f9f1 Rename RouteFilter to WebFilterFactory 2017-03-15 10:48:53 -06:00
Spencer Gibb
cd7767e30e Use RequestPredicate instead of Predicate<ServerWebExchange>
renames RoutePredicate -> RequestPredicateFactory
2017-03-14 22:07:44 -06:00
Spencer Gibb
adf5b90810 Add path route predicate docs
See gh-24
2017-03-10 12:18:05 -07:00
Spencer Gibb
67162a9775 Adds PrefixPathRouteFilter 2017-03-10 12:02:25 -07:00
Spencer Gibb
0faee92e0a Add method route predicate docs
See gh-24
2017-03-08 19:32:19 -07:00
Spencer Gibb
d902ada3f1 Add host route predicate docs
See gh-24
2017-03-08 19:22:29 -07:00
Spencer Gibb
77eb067108 Add cookie and header route predicate docs
See gh-24
2017-03-08 13:33:31 -07:00
Spencer Gibb
29851fc067 Update links 2017-03-02 13:36:46 -07:00
Spencer Gibb
04e65dde72 Initial into/features.
Stubs main docs with an outline.

see gh-24
2017-03-02 13:33:51 -07:00
Spencer Gibb
9016cd8367 Creates a sample application.
Uses the starter and fixes conditional on class
2017-03-01 21:25:11 -07:00
Spencer Gibb
ee588eb66d Move to standard spring cloud project structure.
fixes gh-25
2017-03-01 20:45:33 -07:00