Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JS1-504 Here is an overview of the issue: --------------------------------------------------------------------- Key: JS1-504 Summary: JspLink -> addQueryData Type: Bug Status: Unassigned Priority: Major Project: Jetspeed Components: JSP Versions: 1.4 Assignee: Reporter: Arthur D'Alessandro Created: Tue, 13 Jul 2004 7:46 AM Updated: Tue, 13 Jul 2004 7:46 AM Environment: J2SDK 1_4_02 running tomcat 5.019 with Jetspeed 1.4 Description: When adding query data via the JspLink class, the attribute names are mistakenly converted to lower case. eg: oJspLink.addQueryData("eventSubmit_doGetalerthistory","true"); oJspLink.addQueryData("SomeOtherCaseSensativeAttribute","SomeValue")l; When invoked by the toString() method yields: eventsubmit_dogetalerthistory=true&someothercasesensativeattribute=SomeValue The case on the value appears to be maintained. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
