Hi,

I was wondering if you could explain your comment about the direction it parses
the URL - I don't quite understand what the issue involved is.

BTW, could this also affect file uploads? We've had problems uploading PDFs
since installing SP6A, but it may be a coincidence.

David

Dave Watts wrote:
> 
> > I am trying to get the "/" to work again on a server with CF
> > 45 Enterprise and NT SP6A.
> >
> > The issues has to do with winsock changes made in SP6. I
> > know it is IIS's cause, but they have not released a hotfix
> > for it.
> >
> > My code generates a file, we used to use the "/" to change
> > the name of the file the user would get.
> >
> > <form action="/cranew/modules/generate-csv.cfm/#tempfile#"
> > name="csv" method="post">
> >
> > That used to work, now we get
> >
> > "HTTP Error 405
> > 405 Method Not Allowed
> > The method specified in the Request Line is not allowed for
> > the resource identified by the request.
> 
> You won't be able to "fix" this. It's not really a bug; that's how it should
> have worked all along; URLs should be parsed from right to left by the
> server, not from left to right.
> 
> In any case, you might be able to work around it anyway, by changing your
> form action to point to the correct URL and using CFHEADER in that action
> page, as shown in the first example here:
> 
> http://www.figleaf.com/demo/mimetest/
> 
> Alternately, if that doesn't work for you, you can add the csv extension to
> your server as a file that can be parsed by CF.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 
> ------------------------------------------------------------------------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to