rackerlabs / atom-hopper

ATOM Hopper - The Java ATOMpub Server
http://atomhopper.org
59 stars 55 forks source link

D-17434: implements ETag postfix tag based on some header values in the HTTP request #275

Closed shintasmith closed 10 years ago

shintasmith commented 10 years ago

Created a new class called HeaderValueEntityTagProcessor that knows how to append a string in ETag based on some HTTP request header values.

shintasmith commented 10 years ago

@usnavi, I cleaned up the for loop.