Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2069 | major | always | 10-14-07 22:14 | 10-15-07 12:26 | |
|
|||||
Reporter: | jims | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.4 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|