Jon,

This sounds identical to my bug report. Specifically, it stated that if I try pointing Wicket to nonexistant files endless recursion occurs. This is exactly what Gregory is reporting. Remember we closed my bug report on the hunch that it was fixed -- we never actually verified that the issue you fixed had anything to do with the issue I reported.

Anyway, all this goes to say is that Gregory can either create a new bug report or append to http://sourceforge.net/tracker/index.php?func=detail&aid=1176423&group_id=119783&atid=684975

Personally, I'd prefer for latter so we can keep this seemingly identical issue all in one place.

Gili

Jonathan Locke wrote:

that sounds like a good repro case. can you bug report this? (it's fairly painless) i've got too much going right now to fix this today and i don't want us to forget about it.


thanks!

       jon

Gregory Pierce wrote:

I can confirm that if there is ANY problem with the servlet binding to the HTML, you will get the infinite redirect problem.

To test this hypothesis I took the regular old hello-world that I had running and threw in some things that didn't exist:

<html>
<body>
    <span wicket:id="message">Message goes here</span>

    <span wicket:id = "comments">
        <p>
            <span wicket:id = "date">1/1/2004</span><br>
            <span wicket:id = "text">Comment text goes here.</span>
        </p>
  </span>
</body>
</html>


It then proceeds to explode in glorious outofmemory exception 100% CPU fashion. I think there may be a problem with the system not 'giving up' and throwing an error to the user when it should. If you've got undefined stuff with wicket:id in it - just ignore it. I think that would be the best course of action because then the web folks can design the entire widget/interface and the developers don't have to make sure they design *everything*. If you can't find a match, just throw a warn into the log and treat that section as if it were regular old HTML.



------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to