Bug 1027033
Summary: | Zero width non breaking space in project description causes an exception when opening the project | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Zanata | Reporter: | Damian Jansen <djansen> | ||||
Component: | Component-Logic | Assignee: | Alex Eng <aeng> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ding-Yi Chen <dchen> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | development | CC: | dchen, sflaniga, zanata-bugs | ||||
Target Milestone: | --- | ||||||
Target Release: | 3.7 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-07-22 02:20:18 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 1198433 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Damian Jansen
2013-11-05 23:26:41 UTC
Created attachment 820078 [details]
Test run log file
Attach (tail -n 1000 of) the test log
Caused by: line 1:1: unexpected char: 0xFEFF at org.jboss.seam.text.SeamTextLexer.nextToken(SeamTextLexer.java:230) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] Ah, SeamText is exploding again. Fantastic. That's on line 1, so in this case it's probably meant to be acting as a BOM (Byte Order Mark). Issue should be fixed in 3.4.1. Please retest this. Tested with: Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-1-g722ff43) Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-36-gd5f92ff) After inserting 0xFEFF in About and Saved, About is not shown. Steps: 1. Login as a project maintainer or admin. 2. Go to a the project that you can maintain 3. Click Setting - > About (at buttom of Permissions) 4. Type "Test ZWNBS", and paste a ZWNBS from gucharmap 5. Save notes 6. Click About tab on the right of Maintainers Actual: About Page was empty. Expected: "Test ZWNBS" should be shown. Ding, Just tested in Zanata 3.7, seems working fine now. Can you please retest this? Let's wait until Bug 1198433 Verified. Seem to fixed as a by-product of Bug 1198433. The bug was no longer reproducable with Zanata 3.7.0-SNAPSHOT (git-jenkins-zanata-server-build-integration-master-5281) This would have been fixed by the removal of Seam Text in 3.7, so I want to mark it as RELEASE_PENDING for now. Bugzilla won't let me do that from the CLOSED state, which is why I'm reopening. For better tracking, I set the target-release 3.7 |