----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


> ll,
> 
> Is there anybody that uses Jserv with Uniface (using 7.2.05 on solaris
> 2.6)? We've run into a problem now that we've started using Apache Jserv
> (1.1.2) instead of Netscape cgi.
> 
> One problem we have is the way Uniface (or the web server) handles the
> query string. Using netscape our query strings used to look like this:
>    ts_emp_no=12345^[ts_pay_period_id=^[0.09281457551829342
> With Apache web server it looks like this: 
>    ts_emp_no=12345^[ts_pay_period_id^[0.09281457551829342
> 
> Notice that the null value (ts_pay_period_id) has an equal sign after it
> in netscape, but not in Apache. This causes our getitem/id to bring back
> the value ts_pay_period_id when we use ts_pay_period_id as the id.
> 
> Example:
> Using netscape
> getitem/id $value$, $source_query_string$, "ts_pay_period_id"
> would bring back NULL in $value$.
> Using Apache we get "ts_pay_period_id" in $value$. 
> 
> Thanks for the help,
> 
> Liesbeth Lobato
> Technical Specialist
> IS - Global Applications
> (248) 737 7300 ext. 12700
> 


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to