Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14005990
D9635.id23118.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D9635.id23118.diff
View Options
diff --git a/src/applications/phragment/application/PhabricatorApplicationPhragment.php b/src/applications/phragment/application/PhabricatorApplicationPhragment.php
--- a/src/applications/phragment/application/PhabricatorApplicationPhragment.php
+++ b/src/applications/phragment/application/PhabricatorApplicationPhragment.php
@@ -36,11 +36,11 @@
'' => 'PhragmentBrowseController',
'browse/(?P<dblob>.*)' => 'PhragmentBrowseController',
'create/(?P<dblob>.*)' => 'PhragmentCreateController',
- 'update/(?P<dblob>.*)' => 'PhragmentUpdateController',
- 'policy/(?P<dblob>.*)' => 'PhragmentPolicyController',
- 'history/(?P<dblob>.*)' => 'PhragmentHistoryController',
- 'zip/(?P<dblob>.*)' => 'PhragmentZIPController',
- 'zip@(?P<snapshot>[^/]+)/(?P<dblob>.*)' => 'PhragmentZIPController',
+ 'update/(?P<dblob>.+)' => 'PhragmentUpdateController',
+ 'policy/(?P<dblob>.+)' => 'PhragmentPolicyController',
+ 'history/(?P<dblob>.+)' => 'PhragmentHistoryController',
+ 'zip/(?P<dblob>.+)' => 'PhragmentZIPController',
+ 'zip@(?P<snapshot>[^/]+)/(?P<dblob>.+)' => 'PhragmentZIPController',
'version/(?P<id>[0-9]*)/' => 'PhragmentVersionController',
'patch/(?P<aid>[0-9x]*)/(?P<bid>[0-9]*)/' => 'PhragmentPatchController',
'revert/(?P<id>[0-9]*)/(?P<dblob>.*)' => 'PhragmentRevertController',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 28, 11:05 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6753275
Default Alt Text
D9635.id23118.diff (1 KB)
Attached To
Mode
D9635: Tighten up Phragment routes to prevent page crashes
Attached
Detach File
Event Timeline
Log In to Comment