[seam-issues] [JBoss JIRA] Created: (JBSEAM-4513) GWT 2.0 posts gwtrpc requests with CRC32 check on param class names

rkilcoyne (JIRA) jira-events at lists.jboss.org
Mon Dec 28 14:59:30 EST 2009


GWT 2.0 posts gwtrpc requests with CRC32 check on param class names
-------------------------------------------------------------------

                 Key: JBSEAM-4513
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4513
             Project: Seam
          Issue Type: Bug
          Components: GWT
    Affects Versions: 2.2.0.GA
         Environment: GWT 2.0, JBoss 5.1.0, Seam 2.2.0
            Reporter: rkilcoyne
            Priority: Critical


GWT 2.0 now computes CRC32 hashes on class names that are posted to the seam/gwt resource servlet in gwtrpc requests. 

Example request: 

5|0|6|http://localhost:8080/project/name/|656933BBC9503DC58DE35CC7B08166AB|com.rak.api.gwtrpc.MyService|fetchServer|java.lang.String/2004016611|F6C1A273-FC1F-415B-8D43-3BC84A25584A|1|2|3|4|1|5|6|

Generates an error in seam gwt resource adapter when parsing "java.lang.String/2004016611" as a class name.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list