Build failed in Jenkins: tapestry-trunk-freestyle #585

2011-10-18 Thread Apache Jenkins Server
See Changes: [hlship] TAP5-698: PageTester's setupRequestFromURI incorrectly uses substring twice on same string -- [...truncated 19826 lines...] /_/ /___/ 5.3

Build failed in Jenkins: tapestry-trunk-freestyle #584

2011-10-18 Thread Apache Jenkins Server
See Changes: [hlship] TAP5-724: Restore informal parameters support to Form component [hlship] TAP5-724: Tapestry generates invalid HTML (for strict and transitional doctypes) -- [...tr

Finish bug fixing this week!

2011-10-18 Thread Howard Lewis Ship
There's just a handful of troublesome bugs still out there for 5.3 ... I would like people to spend the next couple of days and the weekend addressing those, so we can switch to a release candidate stance next week. But you say "There's Important Bugs To Be Fixed, We Can't Just Go Forward" ... her

Build failed in Jenkins: tapestry-trunk-freestyle #583

2011-10-18 Thread Apache Jenkins Server
See Changes: [hlship] Advance version number to 5.3-beta-24 [hlship] Revert "TAP5-724: Tapestry generates invalid HTML (for strict and transitional doctypes)" This reverts commit 53ed2911464dafe16b26e7776883091cebf27430. [hl

Build failed in Jenkins: tapestry-trunk-freestyle #582

2011-10-18 Thread Apache Jenkins Server
See Changes: [hlship] Advance version number to 5.3-beta-23 [hlship] Fix broken images and CSS in the Quickstart layout [hlship] Rename Tapestry's internal SessionFactory to TapestrySessionFactory (to avoid name conflicts on

Re: Revision 1181139

2011-10-18 Thread Igor Drobiazko
According to javadocs URLDecoder doesn't convert any spaces, so that I'm wondering if URLDecoder.decode ever needed. http://download.oracle.com/javase/6/docs/api/java/net/URLDecoder.html On Tue, Oct 18, 2011 at 4:47 PM, Howard Lewis Ship wrote: > Found it. I'm not sure ... seems like a damned i

Re: Revision 1181139

2011-10-18 Thread Howard Lewis Ship
Found it. I'm not sure ... seems like a damned if you do, damned if you don't. Maybe we need a way to only enable that logic from inside Tomcat? On Tue, Oct 18, 2011 at 7:46 AM, Howard Lewis Ship wrote: > Can you get me a log message or a Git SHA for this?  I'm not sure what > you are talking ab

Re: Revision 1181139

2011-10-18 Thread Howard Lewis Ship
Can you get me a log message or a Git SHA for this? I'm not sure what you are talking about. On Tue, Oct 18, 2011 at 6:15 AM, Igor Drobiazko wrote: > I'm wondering about the changes made in revision 1181139. According > to TAP5-1686 white spaces in directory names caused exceptions at startup. >

Revision 1181139

2011-10-18 Thread Igor Drobiazko
I'm wondering about the changes made in revision 1181139. According to TAP5-1686 white spaces in directory names caused exceptions at startup. In revision 1181139 I see URLDecoder.decode used to decode a path. I don't see a reason for this change as URLDecoder.decode ignores white spaces. Instead i

Re: Build failed in Jenkins: tapestry-trunk-freestyle #578

2011-10-18 Thread Massimo Lusetti
On Tue, Oct 18, 2011 at 12:08 PM, Igor Drobiazko wrote: > What about contributing a WhitelistAnalyzer in AppModule before > LocalhostOnly which always returns true? Maybe within a particular execution mode which could be specified in the command line for the build on jenkins... Cheers -- Massi

Re: Build failed in Jenkins: tapestry-trunk-freestyle #578

2011-10-18 Thread Igor Drobiazko
What about contributing a WhitelistAnalyzer in AppModule before LocalhostOnly which always returns true? On Mon, Oct 17, 2011 at 11:37 PM, Howard Lewis Ship wrote: > Jenkins now fails every time ... it appears to have something to do > with the whitelist code not seeing "localhost" or "127.0.0.1"