Opened 4 years ago
Closed 4 years ago
#1889 closed defect (fixed)
Cannot create NTRU addresses in I2P-Bote 0.4.4
Reported by: | str4d | Owned by: | str4d |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.29 |
Component: | apps/plugins | Version: | 0.9.27 |
Keywords: | I2P-Bote | Cc: | |
Parent Tickets: | Sensitive: | no |
Description
Reported via I2P-Bote
When I'm trying to create an identity, there are 4 available encryption algorithms, ElGamal?, P-256, P-521 and NTRU-1087. I have successfully created all algorithms except NTRU-1087. After I entered a name and picked NTRU-1087, clicked the "Create" button, an error message appeared immediately, said, "Form must be submitted using POST".
This was caused by the CSRF changes I implemented in 0.4.4 - it looks like I missed a form submission somewhere that still uses GET.
Subtickets
Change History (2)
comment:1 Changed 4 years ago by
Owner: | set to str4d |
---|---|
Status: | new → accepted |
comment:2 Changed 4 years ago by
Milestone: | soon → 0.9.29 |
---|---|
Resolution: | → fixed |
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in
402f3bd645d81b9fc62ff5e22a45ca16f2801dbc
.