Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#5
-
Component/s: Bridge
-
Labels:None
-
Environment:JBoss 4.2
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:Ignore the warning.
Description
When interacting with the application, such as facelets-component-showcase on JBoss 4.2, the following will be displayed in the server log:
WARN: [Parameters] Parameters: Invalid chunk ignored.
This is due to a parameter with no name -- the string "&=" appearing in the form-encoded data. It is not clear which parameter is being encoded in this way.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.6 [ 10031 ] | |
| Assignee | Mircea Toma [ mircea.toma ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #14044 | Tue Jun 05 16:29:05 MDT 2007 | mircea.toma | Test if "name" attribute is present before serializing the AnchorElement -- |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/element.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.6DR#6 [ 10090 ] | |
| Fix Version/s | 1.6 [ 10031 ] |
| Fix Version/s | 1.6 [ 10031 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Mircea Toma [ mircea.toma ] |

Suggesting we fix for 1.6; the warning is harmless, but warnings never look good. It might also indicate a deeper problem.