FireFox « Development « Spring Q&A





1. why is chunked transfer encoding not being respected by Firefox?    stackoverflow.com

I'm streaming a large document through a Spring MVC controller running on Apache Tomcat/6.0.18 because its large, and will (eventually) be dynamically generated, I decided to use chunked Transfer-Encoding.

import java.io.FileInputStream;
import java.io.IOException;
import ...

2. cacheSeconds = 0 doesn't work in Mozilla Suite/Firefox    forum.springsource.org

cacheSeconds = 0 doesn't work in Mozilla Suite/Firefox When I set my Controller to cacheSeconds = 0 and press the back button in IE, IE reloads the page nicely. However, in ...

3. Logout link not working on Chrome and FireFox 5    forum.springsource.org

Logout link not working on Chrome and FireFox 5 Hi experts, Recently we observed that our logout in chrome defaults to home page. It works fine in other browsers. Is this ...

4. problem with mozilla firefox    forum.springsource.org

hai users I found a strange problem with mozilla. I hava a jsp file called as welcome.jsp which created a session variable when a user successfully logs in.Then only he is ...

5. Problem with HttpServletRequest.getSession() in Firefox    forum.springsource.org

Problem with HttpServletRequest.getSession() in Firefox Hi all, I have a strange problem with HttpServletRequest.getSession() in Mozilla Firefox. I have a java class that extends org.springframework.web.servlet.mvc.AbstractContro ller. Inside the handleRequestInternal(HttpServletRequest request, HttpServletResponse ...

6. Firefox and showform    forum.springsource.org

I am currently calling showform in the onsubmit and the page gets refreshed in IE. This is not the case with Firefox. Any ideas? Thanks.

7. Firefox and showform question    forum.springsource.org

8. Remeberme not working in firefox 2    forum.springsource.org

Nov 27th, 2006, 05:36 AM #1 opsb View Profile View Forum Posts Private Message Junior Member Join Date Mar 2006 Posts 18 Remeberme not working in firefox 2 For some reason ...

9. Spring bind on firefox quirk    forum.springsource.org

Hi, my application has a login screen which typically has username and password. Once inside the application i have a user management module which also typically has username and password fields. ...





10. commons-fileupload problem with firefox    forum.springsource.org

11. Mozilla Firefox allows me to login automatically. Why?    forum.springsource.org

Mozilla Firefox allows me to login automatically. Why? I have downloaded the acegi security 1.0.6 and deployed the "acegi-security-samples-tutorial-1.0.6.war" into tomcat-5.0.30. Everything is working fine except that the authentication is remembered ...

12. AJAX XT - Firefox not updating text values    forum.springsource.org

AJAX XT - Firefox not updating text values I am having an issue that only surfaces when FireFox is used. The case is when a user types in a zip code ...

13. after successful login, firefox not sent data    forum.springsource.org

after successful login, firefox not sent data I have just upgraded my application from acegi 1.0.6 to Spring Security 2.0.3 and so far everything except one thing has been much improved. ...

14. RememberMe not working with Firefox, Linux, Mac?    forum.springsource.org

RememberMe not working with Firefox, Linux, Mac? I have implemented RememberMe based on the Spring Security 2 documentation. It works perfectly and as intended from IE on a Windows client. However, ...

15. Firefox + wrong CSS kills WizardFormControllers    forum.springsource.org

Firefox + wrong CSS kills WizardFormControllers Today I introduced a small bug in my webapp which led to the following CSS: body { background: url(''); } This happend in the pages ...

16. [Ajax XT] ButtonType.SUBMIT only displays correctly in FireFox    forum.springsource.org

I am attempting to build a submit Button via Ajax XT. Everything works correctly in FireFox but when tested in Internet Explorer the button is displayed, however there is no text ...