-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Hi,
we are using Hudson behind a Apache with mod_jk and the ajp13 protocol.
Most of the links work OK, but it is not possible to submit the job
configuration form. Apache says "Bad Gateway" and the Hudson logs says:
[Winstone 2009/07/18 19:16:04] - Error within request handler thread
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key Ajp13Listener.ShortPacket
at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
at java.util.ResourceBundle.getString(ResourceBundle.java:285)
at winstone.WinstoneResourceBundle.getString(WinstoneResourceBundle.java:40)
at
winstone.ajp13.Ajp13Listener.getBodyResponsePacket(Ajp13Listener.java:426)
at
winstone.ajp13.Ajp13Listener.allocateRequestResponse(Ajp13Listener.java:194)
at winstone.RequestHandlerThread.run(RequestHandlerThread.java:79)
at java.lang.Thread.run(Thread.java:595)
- is duplicated by
-
JENKINS-1652 MissingResourceException: checking file fingerprints under Winstone while proxied
-
- Closed
-
Code changed in hudson
User: : kohsuke
Path:
trunk/hudson/main/war/pom.xml
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=19910
Log:
[FIXED JENKINS-4053] Incorporated a new version of Winstone that fixes this problem.