Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 164226

Summary: [Search] Indexer loops indefinitely when a .php file contains a trailing slash
Product: Community Reporter: Denis Roy <denis.roy>
Component: WebsiteAssignee: phoenix.ui <phoenix.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Denis Roy CLA 2006-11-11 14:23:07 EST
When a .php file contains an (incorrect) trailing slash, all relative links on that page will cause the indexer to loop indefinitely, as the relative paths concatenate to .php/ indefinitely and return a seemingly valid page.  Two options:

1. look at the latest mnogo to see if this is a bug or
2. add a rewrite rule to redirect *.php/ to *.php
Comment 1 Denis Roy CLA 2006-11-27 15:38:23 EST
Fixed with a new indexer version and an Apache rewriterule