8 Commits

Author SHA1 Message Date
Angel Aguilera
5487c3c10b Fix typo 2019-04-24 09:11:35 -04:00
Spring Operator
3acfdd630c 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 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.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd (ReadTimeoutException) with 1 occurrences migrated to:
  https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ([https](https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd) result SSLException).

## 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://github.com/SpringSource/spring-amqp with 2 occurrences migrated to:
  https://github.com/SpringSource/spring-amqp ([https](https://github.com/SpringSource/spring-amqp) result 200).
* [ ] http://github.com/SpringSource/spring-amqp-samples with 1 occurrences migrated to:
  https://github.com/SpringSource/spring-amqp-samples ([https](https://github.com/SpringSource/spring-amqp-samples) result 200).
* [ ] http://github.com/defunkt/mustache with 1 occurrences migrated to:
  https://github.com/defunkt/mustache ([https](https://github.com/defunkt/mustache) result 200).
* [ ] http://jquery.com/ with 1 occurrences migrated to:
  https://jquery.com/ ([https](https://jquery.com/) result 200).
* [ ] http://sizzlejs.com/ with 1 occurrences migrated to:
  https://sizzlejs.com/ ([https](https://sizzlejs.com/) result 200).
* [ ] http://www.rabbitmq.com with 1 occurrences migrated to:
  https://www.rabbitmq.com ([https](https://www.rabbitmq.com) result 200).
* [ ] http://www.rabbitmq.com/getstarted.html with 1 occurrences migrated to:
  https://www.rabbitmq.com/getstarted.html ([https](https://www.rabbitmq.com/getstarted.html) result 200).
* [ ] http://forum.springsource.org/forumdisplay.php?f=74 (301) with 1 occurrences migrated to:
  https://forum.spring.io/ ([https](https://forum.springsource.org/forumdisplay.php?f=74) result 301).
* [ ] http://help.github.com/forking/ with 1 occurrences migrated to:
  https://help.github.com/forking/ ([https](https://help.github.com/forking/) result 301).
* [ ] http://jquery.org/license with 1 occurrences migrated to:
  https://jquery.org/license ([https](https://jquery.org/license) result 301).
* [ ] http://mustache.github.com/ with 1 occurrences migrated to:
  https://mustache.github.com/ ([https](https://mustache.github.com/) result 301).
* [ ] http://www.springsource.org/spring-amqp with 1 occurrences migrated to:
  https://www.springsource.org/spring-amqp ([https](https://www.springsource.org/spring-amqp) result 301).
* [ ] http://www.springsource.org/node/feed with 1 occurrences migrated to:
  https://www.springsource.org/node/feed ([https](https://www.springsource.org/node/feed) result 302).

# Ignored
These URLs were intentionally ignored.

* http://java.sun.com/jsp/jstl/core with 1 occurrences
* http://www.springframework.org/tags/form with 1 occurrences
* http://www.w3.org/1999/xhtml with 1 occurrences
2019-03-22 17:38:26 -04:00
Gary Russell
f692398a6a Add Publisher Confirms/Returns Sample
* Polishing according PR comments
2017-02-23 16:06:29 -05:00
Gary Russell
a91fa65b9c Update Contribution 2016-07-11 05:22:59 -04:00
dsyer
1b3fb5fb5d Mention helloworld in README 2011-03-13 15:17:38 +00:00
dsyer
bff1bdb0d0 Update README for webapp 2011-03-13 15:13:20 +00:00
dsyer
b585bac48f Add top-level pom to samples 2011-03-13 13:20:21 +00:00
Dave Syer
ff3fec90fd Initial commit with README 2011-03-10 15:04:14 +00:00