zip downloads: 414 Request-URI Too Long at download in web-interface
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
Steps to reproduce
- Select many files in a single folder (the overall size of the filenames has to be longer than the allowed uri length of the webserver)
- Click on "Download" to download the files as single zip archive
- See the error
Expected behaviour
When selecting many files to download as single zip in the web-interface, the filenames should be sent as POST-data and the webserver should provide the requested zip-archive.
Actual behaviour
All filenames are appended to the request-uri as GET-variables and the request fails with the error "414 Request-URI Too Long"
Server configuration
Operating system: Debian GNU/Linux 8.10 (jessie)
Web server: Apache/2.4.10 (Debian)
Database: mysql Ver 14.14 Distrib 5.5.58, for debian-linux-gnu (x86_64) using readline 6.3
PHP version: 5.6.33-0+deb8u1
Nextcloud version: 12.0.4.3
Updated from an older Nextcloud/ownCloud or fresh install: updated from previous stable Nextcloud version
Where did you install Nextcloud from: Official installer
Signing status:
Signing status
No errors have been found.
List of activated apps:
App list
Enabled:
- activity: 2.5.2
- admin_audit: 1.2.0
- bruteforcesettings: 1.0.3
- calendar: 1.5.7
- comments: 1.2.0
- contacts: 2.0.1
- dav: 1.3.0
- federatedfilesharing: 1.2.0
- federation: 1.2.0
- files: 1.7.2
- files_pdfviewer: 1.1.1
- files_sharing: 1.4.0
- files_texteditor: 2.4.1
- files_trashbin: 1.2.0
- files_versions: 1.5.0
- files_videoplayer: 1.1.0
- firstrunwizard: 2.1
- gallery: 17.0.0
- gpxedit: 0.0.7
- gpxpod: 2.2.2
- logreader: 2.0.0
- lookup_server_connector: 1.0.0
- mail: 0.7.8
- metadata: 0.6.0
- nextcloud_announcements: 1.1
- notifications: 2.0.0
- oauth2: 1.0.5
- password_policy: 1.2.2
- previewgenerator: 1.0.9
- provisioning_api: 1.2.0
- quota_warning: 1.1.1
- serverinfo: 1.2.0
- sharebymail: 1.2.0
- survey_client: 1.0.0
- systemtags: 1.2.0
- tasks: 0.9.5
- theming: 1.3.0
- twofactor_backupcodes: 1.1.1
- twofactor_totp: 1.3.1
- unsplash: 1.0.5
- updatenotification: 1.2.0
- workflowengine: 1.2.0
Disabled:
- encryption
- files_external
- user_external
- user_ldap
Nextcloud configuration:
Config report
{
"system": {
"instanceid": "ocw2k9mreo0w",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"cloud.buchhaltungen-huber.de",
"cloud.huberulrich.de"
],
"datadirectory": "\/var\/www\/nextcloud\/data",
"overwrite.cli.url": "http:\/\/cloud.huberulrich.de",
"dbtype": "mysql",
"version": "12.0.4.3",
"dbname": "nextcloud",
"dbhost": "localhost",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"mail_domain": "huberulrich.de",
"mail_smtpmode": "smtp",
"mail_from_address": "cloud",
"mail_smtphost": "huberulrich.de",
"mail_smtpport": "587",
"maintenance": false,
"theme": "",
"loglevel": 2,
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "tls"
}
}
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Vivaldi 1.14.1064.3 (Offizieller Build) (64-Bit) (Chromium-Derivative: Chrome/62.0.3202.97)
(Browser independent problem)
Operating system: Win10
Logs
Web server error log
Web server error log
[Wed Apr 19 15:31:48.084655 2017] [authz_core:error] [pid 18897] [client 79.203.95.69:33102] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 15:34:53.244041 2017] [authz_core:error] [pid 18878] [client 79.203.95.69:33150] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 15:35:18.314385 2017] [authz_core:error] [pid 18892] [client 79.203.95.69:33168] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 15:35:28.794689 2017] [authz_core:error] [pid 18909] [client 79.203.95.69:33214] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 15:35:34.101242 2017] [authz_core:error] [pid 18908] [client 79.203.95.69:33232] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 15:35:38.053863 2017] [authz_core:error] [pid 18889] [client 79.203.95.69:33250] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 15:35:42.543135 2017] [authz_core:error] [pid 18906] [client 79.203.95.69:33268] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 15:35:47.190874 2017] [authz_core:error] [pid 18902] [client 79.203.95.69:33290] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 15:51:54.539950 2017] [authz_core:error] [pid 18891] [client 79.203.95.69:33738] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 15:52:02.242719 2017] [authz_core:error] [pid 18903] [client 79.203.95.69:33750] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 16:04:05.490462 2017] [authz_core:error] [pid 20702] [client 79.203.95.69:49556] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 16:04:10.895776 2017] [authz_core:error] [pid 20692] [client 79.203.95.69:49612] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 16:04:30.333243 2017] [authz_core:error] [pid 20683] [client 79.203.95.69:49638] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 16:04:39.219256 2017] [authz_core:error] [pid 20675] [client 79.203.95.69:49678] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 16:17:50.840610 2017] [authz_core:error] [pid 20709] [client 79.203.95.69:49784] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 16:29:35.657211 2017] [authz_core:error] [pid 20920] [client 79.203.95.69:49948] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 16:30:18.988413 2017] [ssl:error] [pid 20923] [client 2600:c02:1020:4202::ac10:8269:42975] AH02042: rejecting client initiated renegotiation
[Wed Apr 19 16:32:36.693744 2017] [ssl:error] [pid 20924] [client 64.41.200.105:53547] AH02042: rejecting client initiated renegotiation
[Wed Apr 19 16:47:00.516806 2017] [ssl:error] [pid 21136] [client 2600:c02:1020:4202::ac10:8269:39611] AH02042: rejecting client initiated renegotiation
[Wed Apr 19 16:49:14.531754 2017] [ssl:error] [pid 21125] [client 64.41.200.105:47250] AH02042: rejecting client initiated renegotiation
[Wed Apr 19 17:07:47.639678 2017] [authz_core:error] [pid 24148] [client 79.203.95.69:50738] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 17:08:25.014372 2017] [authz_core:error] [pid 24136] [client 79.203.95.69:50992] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 17:08:31.683257 2017] [authz_core:error] [pid 24130] [client 79.203.95.69:51018] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 17:08:36.834529 2017] [authz_core:error] [pid 24127] [client 79.203.95.69:51036] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 17:08:41.001649 2017] [authz_core:error] [pid 24152] [client 79.203.95.69:51052] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 17:09:10.963904 2017] [authz_core:error] [pid 24136] [client 79.203.95.69:51074] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 17:09:14.227829 2017] [authz_core:error] [pid 24140] [client 79.203.95.69:51094] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Apr 19 17:09:19.081531 2017] [authz_core:error] [pid 24147] [client 79.203.95.69:51108] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 02:10:28.594137 2017] [authz_core:error] [pid 24139] [client 79.203.95.69:52448] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 02:10:31.955455 2017] [authz_core:error] [pid 24146] [client 79.203.95.69:52472] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 02:11:14.573192 2017] [authz_core:error] [pid 24139] [client 79.203.95.69:52496] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 02:12:21.552184 2017] [authz_core:error] [pid 24143] [client 79.203.95.69:52652] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 02:12:27.256842 2017] [authz_core:error] [pid 24117] [client 79.203.95.69:52660] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 03:00:16.156467 2017] [:error] [pid 24130] [client 83.11.234.213:58924] script '/var/www/nextcloud/xmlrpc.php' not found or unable to stat
[Thu Apr 20 03:00:19.456385 2017] [:error] [pid 24143] [client 83.11.234.213:58931] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:00:20.341289 2017] [:error] [pid 24132] [client 83.11.234.213:58937] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:00:21.353086 2017] [:error] [pid 24148] [client 83.11.234.213:58943] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:00:22.211477 2017] [:error] [pid 24145] [client 83.11.234.213:58947] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:07:04.812487 2017] [authz_core:error] [pid 24137] [client 79.203.95.69:53750] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 03:07:08.287207 2017] [authz_core:error] [pid 24126] [client 79.203.95.69:53766] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 03:12:38.419559 2017] [authz_core:error] [pid 24132] [client 79.203.95.69:53926] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 03:12:42.189113 2017] [authz_core:error] [pid 24127] [client 79.203.95.69:53942] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 03:26:26.123022 2017] [:error] [pid 24126] [client 117.196.77.42:29914] script '/var/www/nextcloud/xmlrpc.php' not found or unable to stat
[Thu Apr 20 03:26:26.543185 2017] [:error] [pid 24129] [client 117.196.77.42:29916] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:26:26.950628 2017] [:error] [pid 24131] [client 117.196.77.42:29917] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:26:27.458860 2017] [:error] [pid 24148] [client 117.196.77.42:29919] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:26:27.880406 2017] [:error] [pid 24150] [client 117.196.77.42:29921] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:45:04.726919 2017] [:error] [pid 24129] [client 77.27.11.68:54393] script '/var/www/nextcloud/xmlrpc.php' not found or unable to stat
[Thu Apr 20 03:45:04.922602 2017] [:error] [pid 24142] [client 77.27.11.68:54396] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:45:05.113019 2017] [:error] [pid 24131] [client 77.27.11.68:54397] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:45:05.406708 2017] [:error] [pid 24152] [client 77.27.11.68:54403] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:45:05.598954 2017] [:error] [pid 24150] [client 77.27.11.68:54404] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:45:12.535389 2017] [:error] [pid 24126] [client 2601:8c1:8100:6ec:65c8:49bd:55f7:e1d2:60049] script '/var/www/nextcloud/xmlrpc.php' not found or unable to stat
[Thu Apr 20 03:45:14.157149 2017] [:error] [pid 24137] [client 2601:8c1:8100:6ec:65c8:49bd:55f7:e1d2:60072] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:45:16.269727 2017] [:error] [pid 24143] [client 2601:8c1:8100:6ec:65c8:49bd:55f7:e1d2:60115] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:45:17.113783 2017] [:error] [pid 24127] [client 2601:8c1:8100:6ec:65c8:49bd:55f7:e1d2:60121] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 03:45:17.600681 2017] [:error] [pid 24147] [client 2601:8c1:8100:6ec:65c8:49bd:55f7:e1d2:60128] script '/var/www/nextcloud/wp-login.php' not found or unable to stat
[Thu Apr 20 04:14:18.220964 2017] [authz_core:error] [pid 29213] [client 79.203.95.165:56174] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:14:23.519784 2017] [authz_core:error] [pid 29203] [client 79.203.95.165:56196] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:14:28.595018 2017] [authz_core:error] [pid 29202] [client 79.203.95.165:56212] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:14:31.358230 2017] [authz_core:error] [pid 29221] [client 79.203.95.165:56236] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:16:45.349814 2017] [authz_core:error] [pid 29446] [client 79.203.95.165:56286] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:17:45.327921 2017] [authz_core:error] [pid 29433] [client 79.203.95.165:56302] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:18:35.297200 2017] [authz_core:error] [pid 29589] [client 79.203.95.165:56324] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:24:32.582480 2017] [authz_core:error] [pid 29713] [client 79.203.95.165:61157] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:24:39.709586 2017] [authz_core:error] [pid 29709] [client 79.203.95.165:56426] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:24:43.642458 2017] [authz_core:error] [pid 29708] [client 79.203.95.165:56446] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:24:50.524429 2017] [authz_core:error] [pid 29698] [client 79.203.95.165:56460] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:27:31.704740 2017] [authz_core:error] [pid 29710] [client 2003:86:2c10:f700:cc6b:3c2b:e755:1b5a:37236] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:27:35.594305 2017] [authz_core:error] [pid 29689] [client 2003:86:2c10:f700:cc6b:3c2b:e755:1b5a:37262] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:28:58.183326 2017] [authz_core:error] [pid 29834] [client 2003:86:2c10:f700:cc6b:3c2b:e755:1b5a:37290] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 04:29:39.801559 2017] [authz_core:error] [pid 29829] [client 2003:86:2c10:f700:cc6b:3c2b:e755:1b5a:37326] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 15:23:52.516620 2017] [authz_core:error] [pid 2046] [client 2003:86:2c10:f700:cc6b:3c2b:e755:1b5a:46138] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 15:23:54.960825 2017] [authz_core:error] [pid 2077] [client 2003:86:2c10:f700:cc6b:3c2b:e755:1b5a:46148] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Apr 20 15:23:57.083482 2017] [authz_core:error] [pid 2074] [client 2003:86:2c10:f700:cc6b:3c2b:e755:1b5a:46174] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Apr 21 18:12:52.134228 2017] [authz_core:error] [pid 7022] [client 84.172.217.245:47624] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Apr 21 18:12:57.797338 2017] [authz_core:error] [pid 7027] [client 84.172.217.245:47656] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Apr 21 18:13:07.942894 2017] [authz_core:error] [pid 7025] [client 84.172.217.245:47672] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Apr 21 19:41:39.667984 2017] [authz_core:error] [pid 7028] [client 84.172.217.245:51112] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Apr 21 19:41:48.848716 2017] [authz_core:error] [pid 7022] [client 84.172.217.245:51134] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Apr 21 19:42:46.640896 2017] [authz_core:error] [pid 7012] [client 84.172.217.245:51176] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Apr 21 23:31:15.321576 2017] [authz_core:error] [pid 7652] [client 84.172.217.245:58516] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Apr 21 23:31:24.843085 2017] [authz_core:error] [pid 7012] [client 84.172.217.245:58534] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Apr 21 23:31:32.598164 2017] [authz_core:error] [pid 7019] [client 84.172.217.245:58562] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Apr 24 18:12:43.230599 2017] [authz_core:error] [pid 1344] [client 2003:86:2c12:f200:9964:5bf3:1da0:a0d2:51013] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Apr 24 18:24:22.803217 2017] [authz_core:error] [pid 1599] [client 2003:86:2c12:f200:9964:5bf3:1da0:a0d2:51356] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Apr 25 19:38:30.019725 2017] [authz_core:error] [pid 14526] [client 2003:86:2c1b:8700:3018:4ec5:b572:92f:65059] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Apr 25 19:40:28.017342 2017] [authz_core:error] [pid 14499] [client 2003:86:2c1b:8700:3018:4ec5:b572:92f:65250] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Apr 25 19:40:34.777321 2017] [authz_core:error] [pid 14516] [client 2003:86:2c1b:8700:3018:4ec5:b572:92f:65279] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Apr 28 11:01:22.882917 2017] [authz_core:error] [pid 11902] [client 84.172.217.29:53096] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Apr 28 11:01:30.079350 2017] [authz_core:error] [pid 11905] [client 84.172.217.29:53136] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed May 03 16:24:07.607300 2017] [authz_core:error] [pid 9682] [client 2003:86:2c18:da00:3c9e:5fb2:de5f:1e2f:50319] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed May 03 16:31:32.417578 2017] [authz_core:error] [pid 9694] [client 2003:86:2c18:da00:3c9e:5fb2:de5f:1e2f:50773] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed May 03 16:31:35.378122 2017] [authz_core:error] [pid 9707] [client 2003:86:2c18:da00:3c9e:5fb2:de5f:1e2f:50791] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed May 03 16:32:17.542405 2017] [authz_core:error] [pid 9702] [client 2003:86:2c18:da00:3c9e:5fb2:de5f:1e2f:50804] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Sun May 07 18:08:51.204444 2017] [authz_core:error] [pid 31298] [client 2003:86:2c00:6100:9c0d:b841:6406:e385:51861] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:49:01.513124 2017] [authz_core:error] [pid 14666] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53165] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:49:06.433974 2017] [authz_core:error] [pid 14671] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53186] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:49:15.817888 2017] [authz_core:error] [pid 14663] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53198] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:49:46.696486 2017] [authz_core:error] [pid 14671] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53239] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:49:49.079184 2017] [authz_core:error] [pid 14677] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53253] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:49:58.408388 2017] [authz_core:error] [pid 14658] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53263] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:50:09.619081 2017] [authz_core:error] [pid 14659] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53274] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:50:48.982683 2017] [authz_core:error] [pid 14678] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53327] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:50:57.315869 2017] [authz_core:error] [pid 14680] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53333] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:50:58.903730 2017] [authz_core:error] [pid 14657] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53340] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:51:00.554855 2017] [authz_core:error] [pid 14666] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53349] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:51:09.933570 2017] [authz_core:error] [pid 14665] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53357] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:51:12.094877 2017] [authz_core:error] [pid 14653] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53365] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:51:14.001368 2017] [authz_core:error] [pid 15468] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53373] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:53:44.101220 2017] [authz_core:error] [pid 14666] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53452] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:53:46.359539 2017] [authz_core:error] [pid 14665] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53458] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:53:54.846639 2017] [authz_core:error] [pid 14666] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53466] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Jul 25 19:53:57.437400 2017] [authz_core:error] [pid 14670] [client 2003:8b:4d0c:500:dc35:6152:3644:ab74:53473] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Sep 14 09:38:04.781235 2017] [authz_core:error] [pid 27854] [client 84.172.192.128:33038] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Sep 14 09:41:41.316494 2017] [authz_core:error] [pid 27971] [client 84.172.192.128:33640] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Sep 14 09:41:50.837889 2017] [authz_core:error] [pid 27975] [client 84.172.192.128:33658] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Sep 14 09:42:08.260171 2017] [authz_core:error] [pid 27852] [client 84.172.192.128:33668] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Sep 14 09:42:30.382395 2017] [authz_core:error] [pid 27956] [client 84.172.192.128:33744] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Sep 14 09:42:43.172718 2017] [authz_core:error] [pid 27854] [client 84.172.192.128:33788] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Sep 14 09:42:47.316136 2017] [authz_core:error] [pid 27960] [client 84.172.192.128:33816] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Sep 14 09:42:50.583699 2017] [authz_core:error] [pid 27966] [client 84.172.192.128:33838] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Sep 14 09:42:53.199387 2017] [authz_core:error] [pid 27955] [client 84.172.192.128:33858] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Sep 14 09:42:55.433172 2017] [authz_core:error] [pid 27963] [client 84.172.192.128:33878] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Sep 29 10:32:17.499141 2017] [authz_core:error] [pid 28824] [client 84.172.200.63:48196] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Sep 29 10:34:31.875335 2017] [authz_core:error] [pid 27900] [client 84.172.200.63:48804] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Sep 29 10:35:31.109460 2017] [authz_core:error] [pid 27893] [client 84.172.200.63:48956] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Sep 29 10:35:48.067988 2017] [authz_core:error] [pid 27903] [client 84.172.200.63:48992] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Sep 29 10:36:25.098567 2017] [authz_core:error] [pid 27897] [client 84.172.200.63:49098] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Sep 29 10:36:44.534812 2017] [authz_core:error] [pid 27900] [client 84.172.200.63:49120] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Sep 29 10:36:51.597229 2017] [authz_core:error] [pid 27884] [client 84.172.200.63:49138] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Sep 29 10:37:05.099264 2017] [authz_core:error] [pid 27980] [client 84.172.200.63:49182] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Sep 29 10:37:40.841028 2017] [authz_core:error] [pid 27904] [client 84.172.200.63:49222] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Sep 29 10:39:43.182936 2017] [authz_core:error] [pid 27879] [client 84.172.200.63:49296] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Sun Oct 08 20:21:28.531036 2017] [authz_core:error] [pid 15241] [client 84.172.197.114:37368] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Oct 23 15:00:56.307454 2017] [authz_core:error] [pid 15066] [client 2003:8b:4d0f:6200:a961:607a:2426:209b:50763] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Oct 26 01:14:08.896482 2017] [ssl:error] [pid 13441] AH01941: stapling_renew_response: responder error
[Mon Nov 13 22:42:21.961333 2017] [authz_core:error] [pid 15246] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:38172] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:12:31.170689 2017] [authz_core:error] [pid 15246] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40078] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:19:12.833384 2017] [authz_core:error] [pid 21354] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40202] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:19:33.145339 2017] [authz_core:error] [pid 21372] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40228] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:19:59.894550 2017] [authz_core:error] [pid 21365] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40300] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:20:05.006169 2017] [authz_core:error] [pid 21359] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40340] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:20:14.403681 2017] [authz_core:error] [pid 21360] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40370] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:20:50.941181 2017] [authz_core:error] [pid 21387] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40400] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:20:54.201615 2017] [authz_core:error] [pid 21377] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40426] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:21:01.023171 2017] [authz_core:error] [pid 21375] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40440] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:21:04.108992 2017] [authz_core:error] [pid 21355] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40458] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:21:09.763159 2017] [authz_core:error] [pid 21399] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40484] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:21:12.686130 2017] [authz_core:error] [pid 21375] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40502] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:21:40.502061 2017] [authz_core:error] [pid 21369] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40534] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:22:50.777625 2017] [authz_core:error] [pid 21357] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40588] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:23:51.432530 2017] [authz_core:error] [pid 21369] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40624] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:27:18.423150 2017] [authz_core:error] [pid 21377] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40700] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:27:24.605969 2017] [authz_core:error] [pid 21370] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40716] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:27:26.901011 2017] [authz_core:error] [pid 21395] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40730] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Nov 13 23:27:32.340737 2017] [authz_core:error] [pid 21378] [client 2003:8b:4d08:4700:bc6d:c13b:23f4:a146:40742] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Nov 29 14:34:23.674426 2017] [authz_core:error] [pid 6665] [client 2003:8b:4d10:3e00:5472:7bf4:6ac5:6dc5:54132] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Tue Dec 05 12:34:38.272822 2017] [authz_core:error] [pid 10655] [client 2003:8b:4d12:9000:1d3f:ce3:12f5:51c2:54968] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:55:11.555084 2017] [authz_core:error] [pid 20681] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:54938] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:55:21.956221 2017] [authz_core:error] [pid 20662] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:54964] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:55:47.750395 2017] [authz_core:error] [pid 22929] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55003] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:55:49.572666 2017] [authz_core:error] [pid 20686] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55012] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:56:05.194880 2017] [authz_core:error] [pid 20689] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55048] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:56:23.729844 2017] [authz_core:error] [pid 20676] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55062] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:56:36.454845 2017] [authz_core:error] [pid 20687] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55072] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:56:39.287761 2017] [authz_core:error] [pid 20678] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55082] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:57:15.441324 2017] [authz_core:error] [pid 20681] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55096] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:57:17.898235 2017] [authz_core:error] [pid 21639] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55107] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:57:20.584205 2017] [authz_core:error] [pid 20661] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55118] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:57:39.761229 2017] [authz_core:error] [pid 21639] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55134] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:58:15.876490 2017] [authz_core:error] [pid 20682] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55145] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:58:19.223279 2017] [authz_core:error] [pid 20667] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55150] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Dec 14 14:58:21.052869 2017] [authz_core:error] [pid 22930] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:55159] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Fri Dec 15 00:47:44.767454 2017] [authz_core:error] [pid 20677] [client 2003:8b:4d10:c00:a947:b1da:fde:a9e2:62718] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Mon Dec 18 19:14:36.389490 2017] [authz_core:error] [pid 11666] [client 2003:8b:4d0e:0:3d67:2950:e94f:33ac:64084] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:00:33.168623 2017] [authz_core:error] [pid 1469] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35674] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:00:43.667647 2017] [authz_core:error] [pid 1468] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35722] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:01:05.416739 2017] [authz_core:error] [pid 1414] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35762] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:01:17.239853 2017] [authz_core:error] [pid 1430] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35806] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:01:32.501554 2017] [authz_core:error] [pid 1436] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35834] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:01:36.373541 2017] [authz_core:error] [pid 1439] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35854] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:01:40.887140 2017] [authz_core:error] [pid 1449] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35868] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:01:58.877128 2017] [authz_core:error] [pid 1467] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35884] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:02:02.226711 2017] [authz_core:error] [pid 1433] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35904] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:02:04.794294 2017] [authz_core:error] [pid 1435] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35930] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:02:08.765256 2017] [authz_core:error] [pid 1408] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35948] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Wed Dec 27 14:02:11.960818 2017] [authz_core:error] [pid 1429] [client 2003:8b:2a02:8800:44ab:504f:1ae0:f27b:35964] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Sat Dec 30 11:29:26.278409 2017] [authz_core:error] [pid 17754] [client 2003:8b:2a23:8700:6257:18ff:fea9:e79b:39862] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Sat Jan 13 19:16:24.955004 2018] [ssl:error] [pid 24772] AH01941: stapling_renew_response: responder error
[Mon Jan 15 10:01:35.417671 2018] [ssl:error] [pid 2305] AH01941: stapling_renew_response: responder error
[Mon Jan 15 14:47:58.453011 2018] [ssl:error] [pid 11261] AH01941: stapling_renew_response: responder error
[Mon Jan 15 15:17:30.122531 2018] [ssl:error] [pid 11525] AH01941: stapling_renew_response: responder error
[Tue Jan 16 08:49:06.503728 2018] [ssl:error] [pid 14955] AH01941: stapling_renew_response: responder error
[Tue Jan 16 09:00:41.005924 2018] [ssl:error] [pid 14896] AH01941: stapling_renew_response: responder error
[Tue Jan 16 12:37:13.938380 2018] [ssl:error] [pid 14937] AH01941: stapling_renew_response: responder error
[Tue Jan 16 14:23:00.647293 2018] [ssl:error] [pid 14950] AH01941: stapling_renew_response: responder error
[Tue Jan 16 14:34:54.480283 2018] [ssl:error] [pid 14935] AH01941: stapling_renew_response: responder error
[Tue Jan 16 16:10:07.338178 2018] [ssl:error] [pid 14946] AH01941: stapling_renew_response: responder error
[Wed Jan 17 09:38:03.115527 2018] [ssl:error] [pid 20830] AH01941: stapling_renew_response: responder error
[Thu Jan 18 12:22:21.069790 2018] [ssl:error] [pid 30289] AH01941: stapling_renew_response: responder error
[Thu Jan 18 13:21:55.278811 2018] [authz_core:error] [pid 30292] [client 2003:8b:4d09:fc00:38cc:ba59:30ae:4825:56937] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Jan 18 13:22:23.003828 2018] [authz_core:error] [pid 1516] [client 2003:8b:4d09:fc00:38cc:ba59:30ae:4825:56957] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
Nextcloud log (data/nextcloud.log)
Nextcloud log
No data to the bug in the log since error resides in problem with apache
Browser log
Browser log
Request-URI: https://cloud.huberulrich.de/index.php/apps/files/ajax/download.php?dir=%2FPrivat%2FFotos%2FMalerweg&files=%5B%2220170315_113510.jpg%22%2C%2220170316_042446.jpg%22%2C%2220170315_113515.jpg%22%2C%2220170315_113531.jpg%22%2C%2220170316_042450.jpg%22%2C%2220170316_064843.jpg%22%2C%2220170316_100748.jpg%22%2C%2220170316_120724.jpg%22%2C%2220170316_111915.jpg%22%2C%2220170316_120739.jpg%22%2C%2220170316_120736.jpg%22%2C%2220170316_125303.jpg%22%2C%2220170316_124735_003.jpg%22%2C%2220170316_125312.jpg%22%2C%2220170316_133728.jpg%22%2C%2220170316_140406.jpg%22%2C%2220170316_125343.jpg%22%2C%2220170316_140412.jpg%22%2C%2220170316_140732.jpg%22%2C%2220170316_140417.jpg%22%2C%2220170316_142108.jpg%22%2C%2220170316_142327.jpg%22%2C%2220170316_144735.jpg%22%2C%2220170316_143933.jpg%22%2C%2220170316_144745.jpg%22%2C%2220170316_150856.jpg%22%2C%2220170316_150857.jpg%22%2C%2220170316_151347.jpg%22%2C%2220170316_151516.jpg%22%2C%2220170316_151954.jpg%22%2C%2220170316_152014.jpg%22%2C%2220170316_152139.jpg%22%2C%2220170316_152417.jpg%22%2C%2220170316_152802.jpg%22%2C%2220170316_152430.jpg%22%2C%2220170316_152755.jpg%22%2C%2220170316_152808.jpg%22%2C%2220170316_153300.jpg%22%2C%2220170316_152814.jpg%22%2C%2220170316_153303.jpg%22%2C%2220170316_153306.jpg%22%2C%2220170316_153310.jpg%22%2C%2220170316_153308.jpg%22%2C%2220170316_153437.jpg%22%2C%2220170316_153433.jpg%22%2C%2220170316_153525.jpg%22%2C%2220170316_153527.jpg%22%2C%2220170316_153524.jpg%22%2C%2220170316_154059.jpg%22%2C%2220170316_153957.jpg%22%2C%2220170316_154108.jpg%22%2C%2220170316_154253.jpg%22%2C%2220170316_154256.jpg%22%2C%2220170316_154258.jpg%22%2C%2220170316_154300.jpg%22%2C%2220170316_154321.jpg%22%2C%2220170316_154302.jpg%22%2C%2220170316_154528.jpg%22%2C%2220170316_154534.jpg%22%2C%2220170316_155939.jpg%22%2C%2220170316_160244.jpg%22%2C%2220170316_160251.jpg%22%2C%2220170316_160441.jpg%22%2C%2220170316_160519.jpg%22%2C%2220170316_160533.jpg%22%2C%2220170316_160459.jpg%22%2C%2220170316_160534.jpg%22%2C%2220170316_160618.jpg%22%2C%2220170316_160628.jpg%22%2C%2220170316_160740.jpg%22%2C%2220170316_160717.jpg%22%2C%2220170316_160920.jpg%22%2C%2220170316_160926.jpg%22%2C%2220170316_160928.jpg%22%2C%2220170316_160933.jpg%22%2C%2220170316_161015.jpg%22%2C%2220170316_161053.jpg%22%2C%2220170316_161055.jpg%22%2C%2220170316_161112.jpg%22%2C%2220170316_161318.jpg%22%2C%2220170316_161754.jpg%22%2C%2220170316_161800.jpg%22%2C%2220170316_161802.jpg%22%2C%2220170316_161949.jpg%22%2C%2220170316_161952.jpg%22%2C%2220170316_161950.jpg%22%2C%2220170316_164612.jpg%22%2C%2220170316_164626.jpg%22%2C%2220170316_170137.jpg%22%2C%2220170316_170141.jpg%22%2C%2220170316_170339.jpg%22%2C%2220170316_171405.jpg%22%2C%2220170316_171407.jpg%22%2C%2220170316_174831.jpg%22%2C%2220170316_174912.jpg%22%2C%2220170316_174929.jpg%22%2C%2220170316_181610%20(2).jpg%22%2C%2220170316_181610.jpg%22%2C%2220170317_050625.jpg%22%2C%2220170317_050636.jpg%22%2C%2220170317_051108.jpg%22%2C%2220170317_051036.jpg%22%2C%2220170317_051139.jpg%22%2C%2220170317_050948.jpg%22%2C%2220170317_060021.jpg%22%2C%2220170317_060209_001.jpg%22%2C%2220170317_060046.jpg%22%2C%2220170317_060216.jpg%22%2C%2220170317_060235.jpg%22%2C%2220170317_060308.jpg%22%2C%2220170317_060318.jpg%22%2C%2220170317_060250.jpg%22%2C%2220170317_060354.jpg%22%2C%2220170317_060404.jpg%22%2C%2220170317_060407.jpg%22%2C%2220170317_060904.jpg%22%2C%2220170317_060410.jpg%22%2C%2220170317_060921.jpg%22%2C%2220170317_060930.jpg%22%2C%2220170317_060954.jpg%22%2C%2220170317_060941.jpg%22%2C%2220170317_061816.jpg%22%2C%2220170317_062137.jpg%22%2C%2220170317_062222.jpg%22%2C%2220170317_061009.jpg%22%2C%2220170317_062337.jpg%22%2C%2220170317_062520.jpg%22%2C%2220170317_065559.jpg%22%2C%2220170317_065614.jpg%22%2C%2220170317_065611.jpg%22%2C%2220170317_065528.jpg%22%2C%2220170317_074435.jpg%22%2C%2220170317_085131.jpg%22%2C%2220170317_085559.jpg%22%2C%2220170317_090426.jpg%22%2C%2220170317_090513.jpg%22%2C%2220170317_090433.jpg%22%2C%2220170317_090619.jpg%22%2C%2220170317_090637.jpg%22%2C%2220170317_090709.jpg%22%2C%2220170317_090714.jpg%22%2C%2220170317_090720.jpg%22%2C%2220170317_090756.jpg%22%2C%2220170317_090805.jpg%22%2C%2220170317_090833.jpg%22%2C%2220170317_090843.jpg%22%2C%2220170317_090835.jpg%22%2C%2220170317_090913.jpg%22%2C%2220170317_090900.jpg%22%2C%2220170317_090951.jpg%22%2C%2220170317_091424.jpg%22%2C%2220170317_091101.jpg%22%2C%2220170317_091428.jpg%22%2C%2220170317_091429.jpg%22%2C%2220170317_091447.jpg%22%2C%2220170317_091449.jpg%22%2C%2220170317_091450.jpg%22%2C%2220170317_091537.jpg%22%2C%2220170317_091527.jpg%22%2C%2220170317_091902.jpg%22%2C%2220170317_091729.jpg%22%2C%2220170317_091944.jpg%22%2C%2220170317_091947.jpg%22%2C%2220170317_092007.jpg%22%2C%2220170317_092011.jpg%22%2C%2220170317_092021.jpg%22%2C%2220170317_092151.jpg%22%2C%2220170317_092229.jpg%22%2C%2220170317_092226.jpg%22%2C%2220170317_092241.jpg%22%2C%2220170317_092234.jpg%22%2C%2220170317_092314.jpg%22%2C%2220170317_092424.jpg%22%2C%2220170317_092317.jpg%22%2C%2220170317_092425.jpg%22%2C%2220170317_092454.jpg%22%2C%2220170317_092433.jpg%22%2C%2220170317_092456.jpg%22%2C%2220170317_092731.jpg%22%2C%2220170317_092458.jpg%22%2C%2220170317_092845.jpg%22%2C%2220170317_092849.jpg%22%2C%2220170317_092946.jpg%22%2C%2220170317_093038.jpg%22%2C%2220170317_092953.jpg%22%2C%2220170317_093041.jpg%22%2C%2220170317_093124.jpg%22%2C%2220170317_093240.jpg%22%2C%2220170317_093244.jpg%22%2C%2220170317_093753.jpg%22%2C%2220170317_094129.jpg%22%2C%2220170317_094116.jpg%22%2C%2220170317_094435.jpg%22%2C%2220170317_094427.jpg%22%2C%2220170317_094135.jpg%22%2C%2220170317_100629.jpg%22%2C%2220170317_100034.jpg%22%2C%2220170317_100637.jpg%22%2C%2220170317_100743.jpg%22%2C%2220170317_100747.jpg%22%2C%2220170317_100639.jpg%22%2C%2220170317_100847.jpg%22%2C%2220170317_100840.jpg%22%2C%2220170317_100806.jpg%22%2C%2220170317_100909.jpg%22%2C%2220170317_101124.jpg%22%2C%2220170317_101128.jpg%22%2C%2220170317_102113.jpg%22%2C%2220170317_102328.jpg%22%2C%2220170317_102704.jpg%22%2C%2220170317_102701.jpg%22%2C%2220170317_102933.jpg%22%2C%2220170317_102935.jpg%22%2C%2220170317_102940.jpg%22%2C%2220170317_103436.jpg%22%2C%2220170317_103550.jpg%22%2C%2220170317_102950.jpg%22%2C%2220170317_103554.jpg%22%2C%2220170317_103904.jpg%22%2C%2220170317_104103.jpg%22%2C%2220170317_110315.jpg%22%2C%2220170317_110258.jpg%22%2C%2220170317_104600.jpg%22%2C%2220170317_125722.jpg%22%2C%2220170317_130518.jpg%22%2C%2220170317_131142.jpg%22%2C%2220170317_131156.jpg%22%2C%2220170317_131151.jpg%22%2C%2220170317_131457.jpg%22%2C%2220170317_131503.jpg%22%2C%2220170317_131521.jpg%22%2C%2220170317_131535.jpg%22%2C%2220170317_131539.jpg%22%2C%2220170317_131542.jpg%22%2C%2220170317_131604.jpg%22%2C%2220170317_131545.jpg%22%2C%2220170317_131609.jpg%22%2C%2220170317_131622.jpg%22%2C%2220170317_131613.jpg%22%2C%2220170317_131648.jpg%22%2C%2220170317_131826.jpg%22%2C%2220170317_131724.jpg%22%2C%2220170317_131835.jpg%22%2C%2220170317_131833.jpg%22%2C%2220170317_131855.jpg%22%2C%2220170317_131841.jpg%22%2C%2220170317_132637.jpg%22%2C%2220170317_132641.jpg%22%2C%2220170317_132808.jpg%22%2C%2220170317_132812.jpg%22%2C%2220170317_132954.jpg%22%2C%2220170317_132942.jpg%22%2C%2220170317_132958.jpg%22%2C%2220170317_132959.jpg%22%2C%2220170317_133000.jpg%22%2C%2220170317_134230.jpg%22%2C%2220170317_133541.jpg%22%2C%2220170317_134316.jpg%22%2C%2220170317_141416.jpg%22%2C%2220170317_141432.jpg%22%2C%2220170317_141553.jpg%22%2C%2220170317_141024.jpg%22%2C%2220170317_145719.jpg%22%2C%2220170317_145707.jpg%22%2C%2220170317_141631.jpg%22%2C%2220170317_145849.jpg%22%2C%2220170317_145851.jpg%22%2C%2220170317_145850.jpg%22%2C%2220170317_150349.jpg%22%2C%2220170317_150616.jpg%22%2C%2220170317_165839.jpg%22%2C%2220170317_152559.jpg%22%2C%2220170317_165841.jpg%22%2C%2220170317_165846.jpg%22%2C%2220170317_165843.jpg%22%2C%2220170317_165855.jpg%22%2C%2220170317_165936.jpg%22%2C%2220170317_165906.jpg%22%2C%2220170317_165950.jpg%22%2C%2220170317_165956.jpg%22%2C%2220170317_170006.jpg%22%2C%2220170317_170055.jpg%22%2C%2220170317_192942.jpg%22%2C%2220170317_192955.jpg%22%2C%2220170318_081120.jpg%22%2C%2220170318_081123.jpg%22%2C%2220170318_081138.jpg%22%2C%2220170318_081127.jpg%22%2C%2220170318_081145.jpg%22%2C%2220170318_081150.jpg%22%2C%2220170318_090459.jpg%22%2C%2220170318_090512.jpg%22%2C%2220170318_090718.jpg%22%2C%2220170318_090721.jpg%22%2C%2220170318_090815.jpg%22%2C%2220170318_090805.jpg%22%2C%2220170318_090905.jpg%22%2C%2220170318_090910.jpg%22%2C%2220170318_094441.jpg%22%2C%2220170318_112256.jpg%22%2C%2220170318_115308.jpg%22%2C%2220170318_094457.jpg%22%2C%2220170318_115314.jpg%22%2C%2220170318_115319.jpg%22%2C%2220170318_115559.jpg%22%2C%2220170318_120316.jpg%22%2C%2220170318_120041.jpg%22%2C%2220170318_123009.jpg%22%2C%2220170318_123310.jpg%22%2C%2220170318_123006.jpg%22%2C%2220170318_123523.jpg%22%2C%2220170318_123314.jpg%22%2C%2220170318_123526.jpg%22%2C%2220170318_123901.jpg%22%2C%2220170318_130925.jpg%22%2C%2220170318_130932.jpg%22%2C%2220170318_133230.jpg%22%2C%2220170318_133254.jpg%22%2C%2220170318_133119.jpg%22%2C%2220170318_144816.jpg%22%2C%2220170318_144713.jpg%22%2C%2220170318_151855.jpg%22%2C%2220170318_150237.jpg%22%2C%2220170318_152452.jpg%22%2C%2220170318_152503.jpg%22%2C%2220170318_152830.jpg%22%2C%2220170318_152509.jpg%22%2C%2220170318_153646.jpg%22%2C%2220170318_153436.jpg%22%2C%2220170318_154653.jpg%22%2C%2220170318_160945_001.jpg%22%2C%2220170318_160939.jpg%22%2C%2220170318_161152.jpg%22%2C%2220170318_161348.jpg%22%2C%2220170318_161354.jpg%22%2C%2220170318_170437.jpg%22%2C%2220170318_170444.jpg%22%2C%2220170318_174848.jpg%22%2C%2220170318_175307.jpg%22%2C%2220170318_175309.jpg%22%2C%2220170318_174850.jpg%22%2C%2220170318_175311.jpg%22%2C%2220170318_175455.jpg%22%2C%2220170318_175459.jpg%22%2C%2220170318_181134.jpg%22%2C%2220170318_175508.jpg%22%2C%2220170318_181139.jpg%22%2C%2220170318_181147.jpg%22%2C%2220170319_075711.jpg%22%2C%2220170319_103258.jpg%22%2C%2220170319_102557.jpg%22%2C%2220170319_103842.jpg%22%2C%2220170319_104035.jpg%22%2C%2220170319_104038.jpg%22%2C%2220170319_104357.jpg%22%2C%2220170319_110552.jpg%22%2C%2220170319_105827.jpg%22%2C%2220170319_114026.jpg%22%2C%2220170319_114410.jpg%22%2C%2220170319_161249.jpg%22%2C%22IMG_20170316_1204491.jpg%22%2C%22IMG_20170316_1207276.jpg%22%2C%22IMG_20170316_1207399.jpg%22%2C%22IMG_20170316_1242009.jpg%22%2C%22IMG_20170316_1236061.jpg%22%2C%22IMG_20170316_1242142.jpg%22%2C%22IMG_20170316_1253083.jpg%22%2C%22IMG_20170316_1248009.jpg%22%2C%22IMG_20170316_1256005.jpg%22%2C%22IMG_20170316_1253279.jpg%22%2C%22IMG_20170316_1253545.jpg%22%2C%22IMG_20170316_1256028.jpg%22%2C%22IMG_20170316_1256048.jpg%22%2C%22IMG_20170316_1321001.jpg%22%2C%22IMG_20170316_1321283.jpg%22%2C%22IMG_20170316_1337328.jpg%22%2C%22IMG_20170316_1331080.jpg%22%2C%22IMG_20170316_1337511.jpg%22%2C%22IMG_20170316_1404206.jpg%22%2C%22IMG_20170316_1404110.jpg%22%2C%22IMG_20170316_1408077.jpg%22%2C%22IMG_20170316_1412009.jpg%22%2C%22IMG_20170316_1421247.jpg%22%2C%22IMG_20170316_1421407.jpg%22%2C%22IMG_20170316_1423331.jpg%22%2C%22IMG_20170316_1424190.jpg%22%2C%22IMG_20170316_1425435.jpg%22%2C%22IMG_20170316_1424267.jpg%22%2C%22IMG_20170316_1424327.jpg%22%2C%22IMG_20170316_1425547.jpg%22%2C%22IMG_20170316_1447562.jpg%22%2C%22IMG_20170316_1444114.jpg%22%2C%22IMG_20170316_1439289.jpg%22%2C%22IMG_20170316_1448057.jpg%22%2C%22IMG_20170316_1511440.jpg%22%2C%22IMG_20170316_1511283.jpg%22%2C%22IMG_20170316_1513546.jpg%22%2C%22IMG_20170316_1514300.jpg%22%2C%22IMG_20170316_1513508.jpg%22%2C%22IMG_20170316_1514398.jpg%22%2C%22IMG_20170316_1514555.jpg%22%2C%22IMG_20170316_1519484.jpg%22%2C%22IMG_20170316_1517198.jpg%22%2C%22IMG_20170316_1519550.jpg%22%2C%22IMG_20170316_1520064.jpg%22%2C%22IMG_20170316_1520380.jpg%22%2C%22IMG_20170316_1521168.jpg%22%2C%22IMG_20170316_1520442.jpg%22%2C%22IMG_20170316_1521245.jpg%22%2C%22IMG_20170316_1521369.jpg%22%2C%22IMG_20170316_1522269.jpg%22%2C%22IMG_20170316_1522019.jpg%22%2C%22IMG_20170316_1522321.jpg%22%2C%22IMG_20170316_1522359.jpg%22%2C%22IMG_20170316_1531397.jpg%22%2C%22IMG_20170316_1524572.jpg%22%2C%22IMG_20170316_1536029.jpg%22%2C%22IMG_20170316_1541120.jpg%22%2C%22IMG_20170316_1539323.jpg%22%2C%22IMG_20170316_1541207.jpg%22%2C%22IMG_20170316_1546430.jpg%22%2C%22IMG_20170316_1600546.jpg%22%2C%22IMG_20170316_1601096.jpg%22%2C%22IMG_20170316_1547371.jpg%22%2C%22IMG_20170316_1601457.jpg%22%2C%22IMG_20170316_1602059.jpg%22%2C%22IMG_20170316_1602166.jpg%22%2C%22IMG_20170316_1602216.jpg%22%2C%22IMG_20170316_1602271.jpg%22%2C%22IMG_20170316_1602447.jpg%22%2C%22IMG_20170316_1603019.jpg%22%2C%22IMG_20170316_1606553.jpg%22%2C%22IMG_20170316_1603099.jpg%22%2C%22IMG_20170316_1610330.jpg%22%2C%22IMG_20170316_1610360.jpg%22%2C%22IMG_20170316_1607004.jpg%22%2C%22IMG_20170316_1615418.jpg%22%2C%22IMG_20170316_1610432.jpg%22%2C%22IMG_20170316_1622533.jpg%22%2C%22IMG_20170316_1623012.jpg%22%2C%22IMG_20170316_1623063.jpg%22%2C%22IMG_20170316_1633117.jpg%22%2C%22IMG_20170316_1637010.jpg%22%2C%22IMG_20170316_1637087.jpg%22%2C%22IMG_20170316_1637168.jpg%22%2C%22IMG_20170316_1614372-panorama.jpg%22%2C%22IMG_20170316_1638138.jpg%22%2C%22IMG_20170316_1638219.jpg%22%2C%22IMG_20170316_1638458.jpg%22%2C%22IMG_20170316_1641334.jpg%22%2C%22IMG_20170316_1640253.jpg%22%2C%22IMG_20170316_1646308.jpg%22%2C%22IMG_20170316_1646252.jpg%22%2C%22IMG_20170316_1646107.jpg%22%2C%22IMG_20170316_1701423.jpg%22%2C%22IMG_20170316_1701557.jpg%22%2C%22IMG_20170316_1703317.jpg%22%2C%22IMG_20170316_1704341.jpg%22%2C%22IMG_20170316_1704479.jpg%22%2C%22IMG_20170316_1705307.jpg%22%2C%22IMG_20170316_1705542.jpg%22%2C%22IMG_20170316_1705455.jpg%22%2C%22IMG_20170316_1706005.jpg%22%2C%22IMG_20170316_1712450.jpg%22%2C%22IMG_20170316_1716119.jpg%22%2C%22IMG_20170316_1716049.jpg%22%2C%22IMG_20170316_1716265.jpg%22%2C%22IMG_20170316_1716370.jpg%22%2C%22IMG_20170316_1716556.jpg%22%2C%22IMG_20170316_1717039.jpg%22%2C%22IMG_20170316_1717260.jpg%22%2C%22IMG_20170316_1717517.jpg%22%2C%22IMG_20170316_1718090.jpg%22%2C%22IMG_20170316_1718058.jpg%22%2C%22IMG_20170316_1718341.jpg%22%2C%22IMG_20170316_1718198.jpg%22%2C%22IMG_20170316_1718472.jpg%22%2C%22IMG_20170316_1721156.jpg%22%2C%22IMG_20170316_1721079.jpg%22%2C%22IMG_20170316_1721374.jpg%22%2C%22IMG_20170316_1748437.jpg%22%2C%22IMG_20170316_1748492.jpg%22%2C%22IMG_20170316_1748531.jpg%22%2C%22IMG_20170316_1721471.jpg%22%2C%22IMG_20170316_1748579.jpg%22%2C%22IMG_20170316_1749123.jpg%22%2C%22IMG_20170316_1749261.jpg%22%2C%22IMG_20170316_1822572%20(2).jpg%22%2C%22IMG_20170316_1822572.jpg%22%2C%22IMG_20170316_1749385.jpg%22%2C%22IMG_20170316_1823284.jpg%22%2C%22IMG_20170316_1749458.jpg%22%2C%22IMG_20170316_1823517%20(2).jpg%22%2C%22IMG_20170316_1823464.jpg%22%2C%22IMG_20170316_1823517.jpg%22%2C%22IMG_20170316_1823319.jpg%22%2C%22IMG_20170316_1824006.jpg%22%2C%22IMG_20170317_0600237.jpg%22%2C%22IMG_20170316_1824102.jpg%22%2C%22IMG_20170317_0600139.jpg%22%2C%22IMG_20170317_0600492.jpg%22%2C%22IMG_20170317_0600445.jpg%22%2C%22IMG_20170317_0602174.jpg%22%2C%22IMG_20170317_0602076.jpg%22%2C%22IMG_20170317_0602491.jpg%22%2C%22IMG_20170317_0602263.jpg%22%2C%22IMG_20170317_0602394.jpg%22%2C%22IMG_20170317_0603004.jpg%22%2C%22IMG_20170317_0602551.jpg%22%2C%22IMG_20170317_0603046.jpg%22%2C%22IMG_20170317_0603330.jpg%22%2C%22IMG_20170317_0603247.jpg%22%2C%22IMG_20170317_0604120.jpg%22%2C%22IMG_20170317_0604050.jpg%22%2C%22IMG_20170317_0604209.jpg%22%2C%22IMG_20170317_0608344.jpg%22%2C%22IMG_20170317_0608228.jpg%22%2C%22IMG_20170317_0604445.jpg%22%2C%22IMG_20170317_0608527.jpg%22%2C%22IMG_20170317_0609084.jpg%22%2C%22IMG_20170317_0609272.jpg%22%2C%22IMG_20170317_0608572.jpg%22%2C%22IMG_20170317_0610096.jpg%22%2C%22IMG_20170317_0609443.jpg%22%2C%22IMG_20170317_0609586.jpg%22%2C%22IMG_20170317_0618115.jpg%22%2C%22IMG_20170317_0618221.jpg%22%2C%22IMG_20170317_0618251.jpg%22%2C%22IMG_20170317_0619121.jpg%22%2C%22IMG_20170317_0627029.jpg%22%2C%22IMG_20170317_0621430.jpg%22%2C%22IMG_20170317_0627102.jpg%22%2C%22IMG_20170317_0627282.jpg%22%2C%22IMG_20170317_0627438.jpg%22%2C%22IMG_20170317_0627352.jpg%22%2C%22IMG_20170317_0628302.jpg%22%2C%22IMG_20170317_0627545.jpg%22%2C%22IMG_20170317_0628543.jpg%22%2C%22IMG_20170317_0629026.jpg%22%2C%22IMG_20170317_0629088.jpg%22%2C%22IMG_20170317_0632114.jpg%22%2C%22IMG_20170317_0632455.jpg%22%2C%22IMG_20170317_0646223.jpg%22%2C%22IMG_20170317_0646341.jpg%22%2C%22IMG_20170317_0646396.jpg%22%2C%22IMG_20170317_0656215.jpg%22%2C%22IMG_20170317_0656287.jpg%22%2C%22IMG_20170317_0656381.jpg%22%2C%22IMG_20170317_0656411.jpg%22%2C%22IMG_20170317_0656519.jpg%22%2C%22IMG_20170317_0657004.jpg%22%2C%22IMG_20170317_0656576.jpg%22%2C%22IMG_20170317_0657089.jpg%22%2C%22IMG_20170317_0659431.jpg%22%2C%22IMG_20170317_0701094.jpg%22%2C%22IMG_20170317_0701209.jpg%22%2C%22IMG_20170317_0705164.jpg%22%2C%22IMG_20170317_0701281.jpg%22%2C%22IMG_20170317_0633544-panorama.jpg%22%2C%22IMG_20170317_0706508.jpg%22%2C%22IMG_20170317_0706591.jpg%22%2C%22IMG_20170317_0717354.jpg%22%2C%22IMG_20170317_0716348.jpg%22%2C%22IMG_20170317_0717440.jpg%22%2C%22IMG_20170317_0717553.jpg%22%2C%22IMG_20170317_0719035.jpg%22%2C%22IMG_20170317_0718525.jpg%22%2C%22IMG_20170317_0719070.jpg%22%2C%22IMG_20170317_0719330.jpg%22%2C%22IMG_20170317_0719276.jpg%22%2C%22IMG_20170317_0721562.jpg%22%2C%22IMG_20170317_0721514.jpg%22%2C%22IMG_20170317_0722455.jpg%22%2C%22IMG_20170317_0722540.jpg%22%2C%22IMG_20170317_0724328.jpg%22%2C%22IMG_20170317_0724453.jpg%22%2C%22IMG_20170317_0727088.jpg%22%2C%22IMG_20170317_0726581.jpg%22%2C%22IMG_20170317_0726522.jpg%22%2C%22IMG_20170317_0729498.jpg%22%2C%22IMG_20170317_0729414.jpg%22%2C%22IMG_20170317_0729562.jpg%22%2C%22IMG_20170317_0727203.jpg%22%2C%22IMG_20170317_0742335.jpg%22%2C%22IMG_20170317_0918207.jpg%22%2C%22IMG_20170317_0918410.jpg%22%2C%22IMG_20170317_0918261.jpg%22%2C%22IMG_20170317_0920065.jpg%22%2C%22IMG_20170317_0920135.jpg%22%2C%22IMG_20170317_0920409.jpg%22%2C%22IMG_20170317_0920594.jpg%22%2C%22IMG_20170317_0922241.jpg%22%2C%22IMG_20170317_0923312.jpg%22%2C%22IMG_20170317_0922417.jpg%22%2C%22IMG_20170317_0924376.jpg%22%2C%22IMG_20170317_0927488.jpg%22%2C%22IMG_20170317_0927556.jpg%22%2C%22IMG_20170317_0928235.jpg%22%2C%22IMG_20170317_0926105.jpg%22%2C%22IMG_20170317_0928352.jpg%22%2C%22IMG_20170317_0928456.jpg%22%2C%22IMG_20170317_0929084.jpg%22%2C%22IMG_20170317_0929175.jpg%22%2C%22IMG_20170317_0929321.jpg%22%2C%22IMG_20170317_0929102.jpg%22%2C%22IMG_20170317_0940292.jpg%22%2C%22IMG_20170317_0938057.jpg%22%2C%22IMG_20170317_0931142.jpg%22%2C%22IMG_20170317_0941433.jpg%22%2C%22IMG_20170317_0940378.jpg%22%2C%22IMG_20170317_0941201.jpg%22%2C%22IMG_20170317_0958566.jpg%22%2C%22IMG_20170317_0959111.jpg%22%2C%22IMG_20170317_0958062.jpg%22%2C%22IMG_20170317_1000410.jpg%22%2C%22IMG_20170317_1001035.jpg%22%2C%22IMG_20170317_1000546.jpg%22%2C%22IMG_20170317_1001310.jpg%22%2C%22IMG_20170317_1006592.jpg%22%2C%22IMG_20170317_1007027.jpg%22%2C%22IMG_20170317_1007116.jpg%22%2C%22IMG_20170317_1007391.jpg%22%2C%22IMG_20170317_1007222.jpg%22%2C%22IMG_20170317_1007176.jpg%22%2C%22IMG_20170317_1008237.jpg%22%2C%22IMG_20170317_1008089.jpg%22%2C%22IMG_20170317_1009200.jpg%22%2C%22IMG_20170317_1009323.jpg%22%2C%22IMG_20170317_1009471.jpg%22%2C%22IMG_20170317_1008156.jpg%22%2C%22IMG_20170317_1008311.jpg%22%2C%22IMG_20170317_1010008.jpg%22%2C%22IMG_20170317_1010269.jpg%22%2C%22IMG_20170317_1011492.jpg%22%2C%22IMG_20170317_1011289.jpg%22%2C%22IMG_20170317_1011447.jpg%22%2C%22IMG_20170317_1011553.jpg%22%2C%22IMG_20170317_1025435.jpg%22%2C%22IMG_20170317_1025191.jpg%22%2C%22IMG_20170317_1026028.jpg%22%2C%22IMG_20170317_1028104.jpg%22%2C%22IMG_20170317_1028195.jpg%22%2C%22IMG_20170317_1029251.jpg%22%2C%22IMG_20170317_1029383.jpg%22%2C%22IMG_20170317_1029495.jpg%22%2C%22IMG_20170317_1032245.jpg%22%2C%22IMG_20170317_1029551.jpg%22%2C%22IMG_20170317_1032169.jpg%22%2C%22IMG_20170317_1032316.jpg%22%2C%22IMG_20170317_1032350.jpg%22%2C%22IMG_20170317_1036161.jpg%22%2C%22IMG_20170317_1036471.jpg%22%2C%22IMG_20170317_1039266.jpg%22%2C%22IMG_20170317_1039140.jpg%22%2C%22IMG_20170317_1045208.jpg%22%2C%22IMG_20170317_1041189.jpg%22%2C%22IMG_20170317_1045253.jpg%22%2C%22IMG_20170317_1046446.jpg%22%2C%22IMG_20170317_1047088.jpg%22%2C%22IMG_20170317_1103223.jpg%22%2C%22IMG_20170317_1156542.jpg%22%2C%22IMG_20170317_1256114.jpg%22%2C%22IMG_20170317_1257396.jpg%22%2C%22IMG_20170317_1257424.jpg%22%2C%22IMG_20170317_1257358.jpg%22%2C%22IMG_20170317_1311477.jpg%22%2C%22IMG_20170317_1312589.jpg%22%2C%22IMG_20170317_1312090.jpg%22%2C%22IMG_20170317_1313172.jpg%22%2C%22IMG_20170317_1315194.jpg%22%2C%22IMG_20170317_1315064.jpg%22%2C%22IMG_20170317_1315233.jpg%22%2C%22IMG_20170317_1315397.jpg%22%2C%22IMG_20170317_1315495.jpg%22%2C%22IMG_20170317_1316085.jpg%22%2C%22IMG_20170317_1316144.jpg%22%2C%22IMG_20170317_1316363.jpg%22%2C%22IMG_20170317_1318466.jpg%22%2C%22IMG_20170317_1317242.jpg%22%2C%22IMG_20170317_1318015.jpg%22%2C%22IMG_20170317_1319517.jpg%22%2C%22IMG_20170317_1319367.jpg%22%2C%22IMG_20170317_1319166.jpg%22%2C%22IMG_20170317_1320135.jpg%22%2C%22IMG_20170317_1324452.jpg%22%2C%22IMG_20170317_1320220.jpg%22%2C%22IMG_20170317_1324492.jpg%22%2C%22IMG_20170317_1325317.jpg%22%2C%22IMG_20170317_1325344.jpg%22%2C%22IMG_20170317_1326087.jpg%22%2C%22IMG_20170317_1326225.jpg%22%2C%22IMG_20170317_1326264.jpg%22%2C%22IMG_20170317_1327051.jpg%22%2C%22IMG_20170317_1328056.jpg%22%2C%22IMG_20170317_1328221.jpg%22%2C%22IMG_20170317_1329093.jpg%22%2C%22IMG_20170317_1329000.jpg%22%2C%22IMG_20170317_1328576.jpg%22%2C%22IMG_20170317_1329188.jpg%22%2C%22IMG_20170317_1329125.jpg%22%2C%22IMG_20170317_1329314.jpg%22%2C%22IMG_20170317_1403222.jpg%22%2C%22IMG_20170317_1409154.jpg%22%2C%22IMG_20170317_1407126.jpg%22%2C%22IMG_20170317_1410198.jpg%22%2C%22IMG_20170317_1410307.jpg%22%2C%22IMG_20170317_1410269.jpg%22%2C%22IMG_20170317_1412177.jpg%22%2C%22IMG_20170317_1412478.jpg%22%2C%22IMG_20170317_1413519.jpg%22%2C%22IMG_20170317_1413537.jpg%22%2C%22IMG_20170317_1413553.jpg%22%2C%22IMG_20170317_1413570.jpg%22%2C%22IMG_20170317_1413555.jpg%22%2C%22IMG_20170317_1413593.jpg%22%2C%22IMG_20170317_1413595.jpg%22%2C%22IMG_20170317_1414002.jpg%22%2C%22IMG_20170317_1414000.jpg%22%2C%22IMG_20170317_1415015.jpg%22%2C%22IMG_20170317_1414006.jpg%22%2C%22IMG_20170317_1414544.jpg%22%2C%22IMG_20170317_1416579.jpg%22%2C%22IMG_20170317_1416481.jpg%22%2C%22IMG_20170317_1417028.jpg%22%2C%22IMG_20170317_1418092.jpg%22%2C%22IMG_20170317_1425129.jpg%22%2C%22IMG_20170317_1424582.jpg%22%2C%22IMG_20170317_1431426.jpg%22%2C%22IMG_20170317_1431526.jpg%22%2C%22IMG_20170317_1443232.jpg%22%2C%22IMG_20170317_1443282.jpg%22%2C%22IMG_20170317_1443561.jpg%22%2C%22IMG_20170317_1443409.jpg%22%2C%22IMG_20170317_1444081.jpg%22%2C%22IMG_20170317_1444534.jpg%22%2C%22IMG_20170317_1452290.jpg%22%2C%22IMG_20170317_1445537.jpg%22%2C%22IMG_20170317_1452337.jpg%22%2C%22IMG_20170317_1453366.jpg%22%2C%22IMG_20170317_1455086.jpg%22%2C%22IMG_20170317_1455145.jpg%22%2C%22IMG_20170317_1456320.jpg%22%2C%22IMG_20170317_1455397.jpg%22%2C%22IMG_20170317_1455179.jpg%22%2C%22IMG_20170317_1457038.jpg%22%2C%22IMG_20170317_1456558.jpg%22%2C%22IMG_20170317_1457110.jpg%22%2C%22IMG_20170317_1457534.jpg%22%2C%22IMG_20170317_1458143.jpg%22%2C%22IMG_20170317_1458250.jpg%22%2C%22IMG_20170317_1459397.jpg%22%2C%22IMG_20170317_1500027.jpg%22%2C%22IMG_20170317_1500100.jpg%22%2C%22IMG_20170317_1500438.jpg%22%2C%22IMG_20170317_1500511.jpg%22%2C%22IMG_20170317_1502063.jpg%22%2C%22IMG_20170317_1502235.jpg%22%2C%22IMG_20170317_1502365.jpg%22%2C%22IMG_20170317_1507151.jpg%22%2C%22IMG_20170317_1507012.jpg%22%2C%22IMG_20170317_1506592.jpg%22%2C%22IMG_20170317_1509054.jpg%22%2C%22IMG_20170317_1512404.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the web-interface download flow with enough selected filenames to exceed the web server URI limit. Trace where the client builds the zip-download request and where the server receives the file list; verify the request uses POST data and that the resulting zip downloads successfully without a 414 error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- full-stack, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100