geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
John-Mark Gurney dbf3c5c767 when debugging flush to get messages out timely... 4 years ago
ggatehttp get things mostly working.. 4 years ago
shared when debugging flush to get messages out timely... 4 years ago
tests get things mostly working.. 4 years ago
.gitignore update tests to new name and create the starting test... 4 years ago
Makefile only display the first few erros, and fail if everything didn't get 4 years ago
Makefile.inc add testing infrastructure.. 5 years ago
README.md add discussion about issues w/ WebDAV/REST and this.. 4 years ago

README.md

https ggate working tree

This is a working tree for ggate work.

This is a variant of ggatec using http(s) GET/PUT instead of talking to ggated.

Note that when I started on this project, that this would be completely standards complaint. After running into an issue w/ the wsgidav server not supporting partial PUTs, I did some research, and came across this post that talks about how the IETF intentionally broke partial PUTs, despite having the same problems w/ other parts of their spec.

Servers known to work:

  • apache 2.2.x: can truncate file under some conditions

Services known to not work:

  • wsgidav (Python): Does not implement partial PUT