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
After a first retrieval of a file via conditional GET, things work fine, the file is retrieved and cached, and xsltproc.sh works fine. After the file has been cached locally, the script exits without running the transform.
The text was updated successfully, but these errors were encountered:
You've described a feature or a bug depending on the command-line options. Can you exhibit a command line that misbehaves?
I'm guessing you've discovered a feature. If the resource is cached, and the -F option is included on the command line, the script fails silently by design:
This is a feature. You can schedule the above script to run every hour (say) but force the script to short-circuit if there is no fresh resource. See the documented examples for details.
After a first retrieval of a file via conditional GET, things work fine, the file is retrieved and cached, and xsltproc.sh works fine. After the file has been cached locally, the script exits without running the transform.
The text was updated successfully, but these errors were encountered: