You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The puzzle 120-2756c8f7 in src/test/java/com/jcabi/http/wire/LastModifiedCachingWireTest.java (lines 211-219) has to be resolved: Confirm cache clearing behaviour in all non-OK responses Non-OK behaviour was not specified in #120, so for example, if the response is 404 as below, does it make any sense to keep the item in cache? Is it likely a server will respond 404, and then later the exact unmodified content is available again. I think they all need to be thought about, another dubious response might be 301 Moved Permanently, or 410 Gone etc. Or, personally I think all non-OK and OK responses should behave the same WRT to clearing the cache as the cache value is so unlikely to be returned in future.
The puzzle was created by Alan Evans on 19-May-16.
Estimate: 30 minutes, role: IMP.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD.
The text was updated successfully, but these errors were encountered:
The puzzle
120-2756c8f7
insrc/test/java/com/jcabi/http/wire/LastModifiedCachingWireTest.java
(lines 211-219) has to be resolved: Confirm cache clearing behaviour in all non-OK responses Non-OK behaviour was not specified in #120, so for example, if the response is 404 as below, does it make any sense to keep the item in cache? Is it likely a server will respond 404, and then later the exact unmodified content is available again. I think they all need to be thought about, another dubious response might be 301 Moved Permanently, or 410 Gone etc. Or, personally I think all non-OK and OK responses should behave the same WRT to clearing the cache as the cache value is so unlikely to be returned in future.The puzzle was created by Alan Evans on 19-May-16.
Estimate: 30 minutes, role: IMP.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD.
The text was updated successfully, but these errors were encountered: