1d9c71c Resolves: bug 450134

Authored and Committed by rmeggins 15 years ago
1 file changed. 4 lines added. 2 lines removed.
    Resolves: bug 450134
    Bug Description: No text in advance search box does not produce error messages
    Reviewed by: nhosoi (Thanks!)
    Fix Description: The old DSGW used to support GET and POST at the same time.  This does not work anymore since moving to use adminutil.  The solution is to use POST style form arguments with post actions - so lang?file=alert.html becomes <input name=file value=alert.html> inside of a FORM POST.
    Platforms tested: RHEL5
    Flag Day: no
    Doc impact: no
    QA impact: should be covered by regular nightly and manual testing
    New Tests integrated into TET: none
    
        
file modified
+4 -2