Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-5
-
Fix Version/s: 2.0-beta-5
-
Component/s: None
-
Labels:None
-
Environment:WinXP
-
Number of attachments :
Description
When using the FAQ plugin with site, entities lke < and > are stripped out, and the corresponding character is not injected.
<a href="http://struts.apache.org">Apache Struts</a>
renders as
a href="http://struts.apache.org"Apache Struts/a
instead of
<a href="http://struts.apache.org">Apache Struts</a>
Issue Links
- is depended upon by
-
MNG-2475
Need to finish escaping html in http://maven.apache.org/general.html#Compiling-J2SE-5
-
Activity
Vincent Siveton
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Vincent Siveton [ siveton ] | |
| Resolution | Cannot Reproduce [ 5 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Vincent Siveton
made changes -
| Resolution | Cannot Reproduce [ 5 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
Vincent Siveton
made changes -
| Fix Version/s | 2.0-beta-5 [ 12541 ] | |
| Resolution | Fixed [ 1 ] | |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
Dennis Lundberg
made changes -
I tried with a small faq and I cant reproduce it. Here is my test:
Feel free to reopen it if it doesnt fix.
Tips: try mvn -up or -U to update pulgins