|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2003
/
2003-11
/
501 Not Implemented
[
Newbie question / Bilbo Baggins ... ]
[
Re: feature list / Alexander Lazic ... ]
501 Not Implemented
isiah_lau(at)corp.konicaminolta.com.hk |
2003-11-13 09:20:33 |
[ FULL ]
|
I would be glad if you can let me know this problem is solvable or not. I
try to reverse proxy my Lotus Notes http. When I click some link, it
failed as below
From Browser,
501 Not Implemented
This method may not be used.
|
|
|
Re: 501 Not Implemented
Robert Segall <roseg(at)apsis.ch> |
2003-11-13 11:39:07 |
[ FULL ]
|
On Thursday 13 November 2003 09:20, isiah_lau(at)corp.konicaminolta.com.hk
wrote:[...]
(added from private message)
[...]
The URL is indeed not canonical: in particular OpenView&Click is not a
valid
parameter name and the $ in the value is not allowed.
Your options, depending on what version you use and your requirements:
- add the offending characters (& in CSqid, $ in CSqval) to the allowed
chars
- use Pound-current which by default does not do URL checking
Hope this helps.[...]
|
|
|
Antwort: 501 Not Implemented
Christian Brandlehner <christian(at)brandlehner.at> |
2003-11-13 20:24:05 |
[ FULL ]
|
Hi,
I do not think that the problem is related to pound in conjunction with
Lotus Domino. My website is running fine with pound 1.4 and I tested
several different Lotus Domino Versions. Can you tell us more about your
configuration so I can get an idea of what excatly you are trying to do?
Kind regards,
Christian Brandlehner
web: http://www.brandlehner.at
isiah_lau(at)corp.konicaminolta.com.hk
13.11.2003 09:20
An
pound(at)apsis.ch
Kopie
Thema
501 Not Implemented
I would be glad if you can let me know this problem is solvable or not. I
try to reverse proxy my Lotus Notes http. When I click some link, it
failed as below
From Browser,
501 Not Implemented
This method may not be used.
|
|
|
Re: Antwort: 501 Not Implemented
"Luuk de Boer" <luuk(at)planet.nl> |
2003-11-13 22:02:23 |
[ FULL ]
|
seems to me that some http commands are not allowed in the compiled
version of pound. If correct you should see the url in your logfile
so you can see what the exact problem is. Possibly you have to
compile webdav into it or / with unsafe option ...
same needs to be done for outlook webaccess. Especially with opening
messages where the url has the subject of the message included.
grtz.
Luuk
On 13 Nov 2003 at 20:24, Christian Brandlehner wrote:
[...]
|
|
|
Re: 501 Not Implemented
isiah_lau(at)corp.konicaminolta.com.hk |
2003-11-14 02:19:37 |
[ FULL ]
|
Thanks Robert, please read.
- add the offending characters (& in CSqid, $ in CSqval) to the allowed
chars
How do I do it at the conf?
- use Pound-current which by default does not do URL checking
Its already not doing URL checking...
Isiah Lau
System Admin Section
Information System Division
Konica Minolta B.T. MFG (HK) Ltd.
Email: isiah_lau(at)corp.konicaminolta.com.hk
Phone: 852-29115218 or $B&A(B793-218
Fax: 852-28563443
Robert Segall
<roseg(at)apsis.c To: pound(at)apsis.ch
h> cc:
Subject: Re: 501 Not Implemented
11/13/2003
06:39 PM
On Thursday 13 November 2003 09:20, isiah_lau(at)corp.konicaminolta.com.hk
wrote:[...]
I[...]
(added from private message)
[...]
The URL is indeed not canonical: in particular OpenView&Click is not a
valid
parameter name and the $ in the value is not allowed.
Your options, depending on what version you use and your requirements:
- add the offending characters (& in CSqid, $ in CSqval) to the allowed
chars
- use Pound-current which by default does not do URL checking
Hope this helps.
--
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-1-920 4904
|
|
|
Re: 501 Not Implemented
Robert Segall <roseg(at)apsis.ch> |
2003-11-14 16:05:01 |
[ FULL ]
|
On Friday 14 November 2003 02:19, isiah_lau(at)corp.konicaminolta.com.hk
wrote:[...]
That was half in jest: the & character is a separator for the parameters,
so
it should not be included. Next time I'll put a smiley on it.
[...]
Pound 1.5 does URL checking by default, Pound-current requires you to enable
it explicitly. The easiest solution for you would be to move to -current -
leave your config file as it is and it should work.
If you do enable URL checking make sure you add
CSqval
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789/_.!~*'(),%-+$"
(on one line) in your config file.
Try it and let us know how it works.[...]
|
|
|
|