Let's take this discussion online. I have noticed the same before but only on cancel, never on save. (that was on an ie6 running on parallels on osx) I have no clue why in some cases the wrong url is returned.
I think we need help from the jspwiki-masters ;-)) dirk On Mon, May 19, 2008 at 8:52 PM, Terry Steichen <[EMAIL PROTECTED]> wrote: > Dirk, > > Thanks for your response. > > The url that's showing when the "page not found" message is displayed, is: > http://127.0.0.1:8080/TC5/Edit.jsp?page=T.msg (URL1) > > What is should be showing at that point is: > http://127.0.0.1:8080/TC5/Wiki.jsp?page=T.msg (URL2) > > Upon saving/canceling, the switch between those urls (URL1->URL2) works > perfectly fine with Firefox. > > I don't have access to any other browsers besides IE and Ffx. > > The only hidden fields appear to be these: > > <input name="page" type="hidden" value="T.msg" /> > <input name="action" type="hidden" value="save" /> > <input name='encodingcheck' type='hidden' value='ぁ' /> > <input name="agjsdc" type="hidden" value="1178319530417" /> > > The source of the page that displays the page in the editor (just prior to > the problem in IE) is attached. (Naturally, the source of the page is > identical whether displayed in IE or Ffx.) > > Terry > > > On Mon, 2008-05-19 at 19:34 +0200, Dirk Frederickx wrote: > > Hi Terry, > > 1) I think that the changes of 2.7.0-svn-10 have nothing to do with > the problem you are facing; they were just fixing some bugs introduced > earlier in hte 2.7.0-svn trunk. > > Can you indicate which url is showing when you get the "page cannot be > displayed" error. > Are you having this issue with other browsers too ? > Did you check all hidden fields in the plain.jsp, so they are not corrupted. > > My 2 cents. > > dirk > > On Mon, May 19, 2008 at 6:28 PM, Terry Steichen <[EMAIL PROTECTED]> wrote: >> Dirk, >> >> [off list (because it's so specific)] >> >> I'm using 2.6.2 (actually 2.7.0-svn-0) and have finally tweaked it enough >> to >> get my application working. >> >> Now I discover a new problem. Using IE 6.0 (implemented on Linux via >> IE4Linux), when I exit an edit operation (either 'Save' or 'Cancel'), I >> get >> a "page cannot be displayed" error. It seems to suggest that the redirect >> isn't working as it should. >> >> The same problem occurred on the "Plain Jane" 2.6.2 local install. >> >> I tried this on JSPWiki.org (which is using 2.6.2-rc-4) and it worked >> fine. >> I then looked into the ChangeLog and it shows that 2.6.2-rc-4 is, for all >> intents, 2.6.2. >> >> I then looked at the changelog for 2.7 and noticed you did some changes >> regarding IE and editing around 2.7.0-svn-10. >> >> Question 1: Would those changes be possibly related to the problem I'm >> experiencing? >> >> Question 2: If so, would it be possible to upgrade only the specific >> javascript module that has the change? >> >> Regards, >> >> Terry >> >> PS: I had thought it might be that the IE4Linux implementation had some >> peculiarities; but since it works with JSPWiki.org, I guess that's >> probably >> not an issue. >> >> >
