Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DWR Values are being recirculated causing issues #64

Open
terrypacker opened this issue Nov 1, 2013 · 0 comments
Open

DWR Values are being recirculated causing issues #64

terrypacker opened this issue Nov 1, 2013 · 0 comments
Assignees

Comments

@terrypacker
Copy link
Owner

When the PrimativeConverter from DWR is being called on a exponential double value:

  1. It comes back from the page with %2B encoding for the + symbol.
  2. Eventually the decoded value makes it back into the converter again and fails because it contains a +

The code has been hacked to avoid this but it may elude to larger issue in the Mango application or simply a bug in the DWR code.

@ghost ghost assigned terrypacker Nov 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant