commit | 23bb0df05c437fe91acb980868870c50d17cb0ab | [log] [tgz] |
---|---|---|
author | Nasser Grainawi <nasser@grainawi.org> | Thu Jun 14 21:25:07 2012 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Thu Jun 14 21:25:07 2012 -0700 |
tree | 2c9b34cf7336f6eb2520a5c36eefa262bea9d6b2 | |
parent | cca7a0eb0b2b729e4c2dc2228b86d22e8a18fd39 [diff] |
Fix attempts to access plugins/<plugin-name> The URI here was the same length as the context, thus incrementing the context by 1 and trying to use that as an index into the URI was resulting in an index error. Fixed this way we disallow a plugin from serving content on this page. If we want to allow it this fix needs to change. Change-Id: I6c26584f46c8049fe3786018d9a09c1612e6a1c2