Changes between Initial Version and Version 1 of Ticket #1351


Ignore:
Timestamp:
May 7, 2010, 4:56:42 AM (14 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1351 – Description

    initial v1  
    99Steps to reproduce:
    1010
    11 1. Load the modified form
    12 2. Specify a LOCALE greater than 2 characters (eg. en-US)
    13 3. Invoke the CREATESESSION operation
    14 4. Open any WebLayout using this generated session id
    15 5. You will get a http authentication prompt because the generated id fails the pattern check.
     11 1. Load the modified form
     12 2. Specify a LOCALE greater than 2 characters (eg. en-US)
     13 3. Invoke the CREATESESSION operation
     14 4. Open any WebLayout using this generated session id
     15 5. You will get a http authentication prompt because the generated id fails the pattern check.
    1616
    1717The LOCALE parameter should either be rejected or validated to ensure it is 2 characters wide.