dwr icon indicating copy to clipboard operation
dwr copied to clipboard

Direct Web Remoting - Easy Ajax for Java

Results 17 dwr issues
Sort by recently updated
recently updated
newest added

Can someone look at the main website? The main site is now broken. There was also an issue with the DTD earlier. Could we please get this fixed? Thanks.

Hi I've been trying to upgrade DWR from 2.0.10 to 3.0.2 but it hasn't been possible. Besided configuring the private values of the engine.js is there anything else that's needed...

Hi, Unable to access https://directwebremoting.org/ website. Got the ERR_TOO_MANY_REDIRECTS error. Already tried to clear cache and delete cookies but still cannot access the website.

Issue : DWRsessionID is not changing when we logging out from application and then login from the same browser. This improves the chance for CSRF attack . The issue is...

Hi Does DWR have a new version that works with Tomcat 10.0? DWR is using javax.servlet.http.HttpServletRequest but it has been changed in Tomcat 10 thanks

Previous `LocalUtil.java` makes below useless: `clazz = Thread.currentThread().getContextClassLoader().loadClass(remappedClassName);` Because of the next: `clazz = LocalUtil.class.getClassLoader().loadClass(remappedClassName);`

- sort method names inside dwr interfaces so that content doesn't change between application runs - allows consistent content hashing

**assertIsNotOnBaseObject** currently depends on throwing exception for its base case, that is, when the method is not one of Object's methods. That is very bad for performance because exceptions are...

The documentation at http://directwebremoting.org/dwr/documentation/server/generic.html still says that .forward() is used. Text should be updated to reflect that .include() is used since https://directwebremoting.atlassian.net/browse/DWR-659

From mailing list: > When I fetch something which has a Date member then the json contains something like > { > "currentSeason": "N", > "openStatus": "O", > "seasonEndDate": new...