Mantis - Quercus
Viewing Issue Advanced Details
5675 minor always 02-28-14 14:02 08-15-23 21:19
nam  
 
normal  
new  
open  
none    
none  
0005675: wordpress-3.5.1 does not work with Undertow servlet engine
Undertow bug. request.getRequestURI() shouldn't be including the <welcome-file>.

Instead of returning:
  /wordpress-3.5.1/

it is returning:
  /wordpress-3.5.1/index.php

Test case:
  var_dump($_SERVER['REQUEST_URI']);

There are no notes attached to this issue.