You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by je...@jakarta.apache.org on 2004/07/13 16:46:40 UTC

[jira] Created: (JS1-504) JspLink -> addQueryData

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: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org