Mantis - Quercus
|
Viewing Issue Advanced Details |
|
ID:
|
Category:
|
Severity:
|
Reproducibility:
|
Date Submitted:
|
Last Update:
|
2377 |
|
major |
always |
01-29-08 06:36 |
05-13-08 18:40 |
|
Reporter:
|
gjvc |
Platform:
|
Linux |
|
Assigned To:
|
nam |
OS:
|
|
|
Priority:
|
normal |
OS Version:
|
|
|
Status:
|
closed |
Product Version:
|
|
|
Product Build:
|
resin-3.1.s080126 |
Resolution:
|
fixed |
|
Projection:
|
none |
|
|
|
ETA:
|
none |
Fixed in Version:
|
3.1.6 |
|
|
Summary:
|
0002377: resin-3.1.s080126, mediawiki 1.11.0, fails after some use |
Description:
|
This is tricky to describe. I'll start with the basics.
Java 1.6.03, resin 3.1.s080126, mediawiki 1.11.0
Set up mediawiki, use it for a bit, and it stops rendering all links.
This issue is independent of the database because it happens with both postgres 8.2.6/postgresql-8.2-507.jdbc4.jar and mysql 4.0.18/mysql-connector-java-3.1.14-bin.jar.
resin 3.1.3 and mediawiki 1.10 runs ok and hits the above problem
resin-3.1.s080126 and mediawiki 1.11 runs ok and hits the above problem -- see issue
resin 3.1.3 and mediawiki 1.11 doesn't run -- see issue |
Steps To Reproduce:
|
install resin 3.1-SNAPSHOT
install mediawiki 1.11.0
use it for a bit, click around randomly
keep hitting 'Category' pages
Here is some of the generated HTML:
<a name="operations"></a><h2><span class="editsection">[/amm-wiki/index.php?title=Home&action=edit&section=7]</span> <span class="mw-headline"> operations </span></h2>
- <!--LINK 31-->
- <!--LINK 32-->
- <!--LINK 33-->
Clearly there should be a link above in each of the elements.
grepping the source of mediawiki
grep -rl '<!--LINK' /home/wombatweb/web/war/wombat-wiki/
/home/wombatweb/web/war/wombat-wiki/includes/Parser.php
|
Additional Information:
|
|
Relationships | |
Attached Files:
|
|
Notes |
|
(0002696)
|
gjvc
|
01-29-08 06:41
|
|
crap. above, where i say 'see issue' i mean 'see issue 0002359'
Also, the raw HTML is not being escaped. |
|
|
(0002697)
|
nam
|
01-29-08 13:13
|
|
When the links are not rendered anymore, does a restart of the server correct it? |
|
|
(0002698)
|
gjvc
|
01-29-08 14:19
|
|
Hi,
Yes, killing and restarting resin does correct it. ;-/
gjvc |
|
|
(0002705)
|
gjvc
|
02-01-08 01:32
|
|
Hi,
Still unreliable with resin-3.1.s080130, I'm afraid.
And no luck with resin-3.1.s080205 either :-(
gjvc
|
|
|
(0002740)
|
mo
|
02-08-08 13:12
|
|
Hi gjvc
I am very interested in reproducing this issue. I have been testing
MediaWiki with the current trunk and I have not run into the problem
you describe. I am running in interpreted mode and I initialized a
mysql database for this mediawiki install.
I wonder if you could download the most recent snapshot and see
if you can still reproduce the problem. There is a new snapshot
for 2008/02/08:
http://www.caucho.com/download/index.xtp [^]
Also, when you state "the raw HTML is not being escaped" are you
talking about HTML in this bug tracker or are you talking
about HTML inserted into a MediaWiki entry field? |
|
|
(0002896)
|
mo
|
03-25-08 14:12
|
|
A new snapshot released on 2008/03/20 may contain a fix for this problem.
A recently discovered bug in the regexp code may be the cause of this failure,
but testing is needed to discover if this bug has been fixed by the regexp change. |
|
|
(0002932)
|
gjvc
|
03-30-08 22:39
|
|
Hi,
I tried the latest snapshot 20080320, but I run into the bug 002546 instead. Anxiously awaiting a fix to that so I can check the fix to this one :-)
gjvc
|
|
|
(0002936)
|
gjvc
|
04-01-08 03:51
|
|
GOOD NEWS! This appears to be fixed in resin-3.1.s080331. |
|