Changeset a4401eef74856f8f535f045b8cf584368f45c645
- Timestamp:
- 02/04/12 11:03:50 (4 months ago)
- Author:
- Xemle <xemle@phtagr.org>
- Children:
- 77949ced433bbb86ce31f26e66dc0351c3a2dffb
- Parents:
- 52c9172778e5d153c7db8d0957fe720d413134cb
- git-committer:
- Xemle <xemle@phtagr.org> / 2012-02-04T11:03:50Z+0100
- Message:
-
Add debug comment for webdav
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1a41cea
|
ra4401ee
|
|
| 22 | 22 | */ |
| 23 | 23 | |
| | 24 | /** |
| | 25 | * Debug PUT with Netbeans and CURL: |
| | 26 | * |
| | 27 | * curl -c cookies.txt -b XDEBUG_SESSION=netbeans-xdebug --digest --user USER:PASS -T sample.jpg http://localhost/phtagr/webdav/sample.jpg |
| | 28 | */ |
| 24 | 29 | class WebdavController extends AppController |
| 25 | 30 | { |