Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002069 [Quercus] major always 10-14-07 22:14 10-15-07 12:26
Reporter jims View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.4 Product Version 3.1.3
  Product Build
Summary 0002069: Resolution in Bug 2052 does *not* work: RE: Quercus, Unicode, Drupal reporting PCRE version invalid
Description In bug 2052, the suggested resolution was to enable unicode semantics with the following resin-web.xml file, to make Drupal work:

<web-app xmlns="http://caucho.com/ns/resin"> [^] [^]
  <servlet-mapping url-pattern="*.php"
                   servlet-class="com.caucho.quercus.servlet.QuercusServlet">
    <init>
      <php-ini>
        <unicode.semantics>on</unicode.semantics>
        <unicode.runtime_encoding>ISO-8859-1</unicode.runtime_encoding>
      </php-ini>
    </init>
  </servlet-mapping>
</web-app>

The fact is, this does not work and results in the same message as originally reported in the Bug.

Was this "resolution" tested before the bug was closed? A simple way to reproduce this, and shouldn't take much time:

1. Download Drupal (www.drupal.org)
2. Expand Drupal within webapps/ROOT (or other appropriate location)
3. Setup above mentioned resin-web.xml file
3. Start resin
4. Go to appropriate URL for drupal.

Get message as originally reported in 2052.

I suggest the person who "closed" 2052 actually try their solution before closing a bug.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0002342)
ferg
10-15-07 12:26

php/4en0

(verified failure for 3.1.3)
 

- Issue History
Date Modified Username Field Change
10-14-07 22:14 jims New Issue
10-15-07 12:26 ferg Note Added: 0002342
10-15-07 12:26 ferg Assigned To  => ferg
10-15-07 12:26 ferg Status new => closed
10-15-07 12:26 ferg Resolution open => fixed
10-15-07 12:26 ferg Fixed in Version  => 3.1.4


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker