[Orca-users] R=?iso-8859-1?Q?=E9?=p. : Re: Further Info
Guy Dallaire
gdallair at criq.qc.ca
Wed Apr 12 14:32:05 PDT 2000
The problem is confirmed: oracle web sever cannot open fil with name length > 128 characters.
I modified orca like this (function escape_name)
if (length($name) > 100) {
my $md5 = md5_base64($name);
$name = substr($name, 0, 80) . "-$md5";
# Be careful to convert any / characters _, since / is a valid base64
# character and should not be used.
$name =~ s:/:_:g;
}
This limits the file name length. But there is still a problem when I click on one of the graphs (ex: daily run percent) I'm taken to another page and on that page, all the graphs are invisible...
Guy Dallaire
Centre de recherche industrielle du Québec
Ste-Foy, QC, Canada
Phone: (418) 659-1550 x 2612
e-mail: gdallair-nospam at criq.qc.ca
Note: remove "-nospam" from my e-mail
>>> blair at akamai.com 00-04-11 19:12:21 >>>
Sometimes there is a problem with the server and it can't open
the files. Have you looked at the error log?
Blair
gdallair at criq.qc.ca wrote:
>
> The proble seems related to the length of the filenames produced by
> orca. If I rename the filenames to something shorter like 'a.html',
> everything seems to be ok.
>
> There seems to be a problem in Internet exploder and Netscrape that
> prevent the browsers from opening very long urls...
>
> ------------------------------------------------------------------------
> Easter Made Simple
> Click Here ->
> http://click.egroups.com/1/3122/7/_/_/_/955480612/
> ------------------------------------------------------------------------
------------------------------------------------------------------------
Enter to WIN one of 10 NEW Kenmore Ranges!
Only at sears.com
http://click.egroups.com/1/2677/7/_/_/_/955494424/
------------------------------------------------------------------------
------------------------------------------------------------------------
1.6 Million Digital Images!
Download one Today from Corbis.com
http://click.egroups.com/1/3356/7/_/_/_/955575210/
------------------------------------------------------------------------
More information about the Orca-users
mailing list