 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Forum and Wrox.com Feedback section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|

July 18th, 2003, 01:07 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 141
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Posting bug
When I post a reply, it takes me to a page that said it was successful. In the upper left it has a folder tree of where I am at on the site. If I click the lowest level to take me to the topic again so I can see all the posts to it, it takes me back to the main menu of the forums. It does not do it to me all the time, but most of the time I have this problem.
Chris
__________________
Chris
|

July 18th, 2003, 01:35 PM
|
|
Friend of Wrox
|
|
Join Date: May 2003
Posts: 202
Thanks: 0
Thanked 1 Time in 1 Post
|
|
I can't seem to replicate this problem.
Maybe some details will help:
What kind of reply are you doing? Reply to topic, Reply Quote, Topic Quote, or Quick Reply.
Does it only happen if you have the checkbox set to spell check and then go back and edit your post?
Any other details about how/when it happens would be appreciated.
Bruce Luckcuck
Director, Applications & Support Services
Wiley Publishing, Inc.
|

July 18th, 2003, 03:16 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 141
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I just click the link at the bottom of the page that says somehting like:
I do not have the spell check box checked. My signature is checked. I will send this and see if it does it again.
Chris
|

July 18th, 2003, 03:17 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 141
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
It indeed happened again when I sent that last message
Chris
|

July 18th, 2003, 03:18 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 141
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
however it did not do it on that last one where I did a quick reply.
Chris
|

July 23rd, 2003, 04:57 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
|
|
Same problem here. It may be that the automatic redirect takes over before the manual one has a chance.
--
Joe
|

July 25th, 2003, 11:04 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Are any of you guys running programs like Norton Internet Security? The Privacy Control feature of this program blocks the referrer in a browser. Therefore, the server doesn't know what page the original request came from. The ASP code then, apparently, uses /default.asp as the page to redirect to.
As soon as I turned off Privacy Control, redirecting worked again.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|

July 25th, 2003, 02:01 PM
|
|
Friend of Wrox
|
|
Join Date: May 2003
Posts: 202
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Quote:
quote:Originally posted by Imar
Are any of you guys running programs like Norton Internet Security? The Privacy Control feature of this program blocks the referrer in a browser. Therefore, the server doesn't know what page the original request came from. The ASP code then, apparently, uses /default.asp as the page to redirect to.
As soon as I turned off Privacy Control, redirecting worked again.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
Good call! This is probably what's happening.
It is true that the forums will default to default.asp if the referrer is not found. In addition to firewall/privacy programs, some proxy servers don't pass referrer information correctly, consistently, or at all.
As a work around, I made some changes to the the referrer logic to allow the forums to "deduce" where you were coming from based on what you're trying to do. It's not going to be perfect, but it's better than going to default.asp every time.
Obviously the best solution is to make sure your browser/computer is configured to allow the HTTP_REFERRER header to pass through to the forums.
Bruce Luckcuck
Director, Applications & Support Services
Wiley Publishing, Inc.
|

July 28th, 2003, 09:19 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 141
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I do not have that Norton program. We do have a firewall, but I do not think this is thee problem cause it does work every once in a while and It seems to know where I am coming from when entering in replies other ways.
Chris
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Bug Base In C# |
vasancer |
BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 |
3 |
October 22nd, 2008 01:20 PM |
| Bug or no to bug learning C using VS.Net to compil |
tesh |
All Other Wrox Books |
0 |
February 14th, 2007 01:06 PM |
| Span Bug? |
interrupt |
HTML Code Clinic |
4 |
June 20th, 2006 09:40 AM |
| bug in jsp |
sagar |
Pro JSP |
0 |
July 5th, 2004 09:16 AM |
| Bug happens |
guoqi |
BOOK: ASP.NET Website Programming Problem-Design-Solution |
0 |
October 13th, 2003 01:35 PM |
|
 |