| Article: |
Introduction to Amazon S3 with Java and REST | |
| Subject: | It's not just 200, it's 2XX | |
| Date: | 2007-11-09 07:44:34 | |
| From: | pcarroll | |
|
Response to: nice article
|
||
| I'm guessing that the ((statusCode/100) != 2) to handle *all* 2XX return codes, not just 200. | ||
Showing messages 1 through 1 of 1.
-
It's not just 200, it's 2XX
2007-11-11 08:12:59 georgecoller [View]
That's called clever programming at the expense of code clarity. (bad habit, especially in tutorial)


