[BUILD-STABLE]: Job 'james/ApacheJames/master [master] [1112]'

2023-08-23 Thread Apache Jenkins Server
BUILD-STABLE: Job 'james/ApacheJames/master [master] [1112]':
Is back to normal.

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

[BUILD-FAILURE]: Job 'james/ApacheJames/master [master] [1111]'

2023-08-23 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'james/ApacheJames/master [master] []':
Check console output at "https://ci-builds.apache.org/job/james/job/ApacheJames/job/master//;>james/ApacheJames/master
 [master] []"

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

[BUILD-FAILURE]: Job 'james/ApacheJames/master [master] [1110]'

2023-08-23 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'james/ApacheJames/master [master] [1110]':
Check console output at "https://ci-builds.apache.org/job/james/job/ApacheJames/job/master/1110/;>james/ApacheJames/master
 [master] [1110]"

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

[jira] [Created] (JAMES-3936) Double URL decoding for MailAddress parsing in WebAdmin

2023-08-23 Thread Tran Hong Quan (Jira)
Tran Hong Quan created JAMES-3936:
-

 Summary: Double URL decoding for MailAddress parsing in WebAdmin
 Key: JAMES-3936
 URL: https://issues.apache.org/jira/browse/JAMES-3936
 Project: James Server
  Issue Type: Bug
Reporter: Tran Hong Quan


URL decoding is performed both by Spark and by us.

Example for forwards:

```
[http://localhost:43353/address/forwards/alice%40b.com/targets/bob%252Btag%2540b.com]
=>
[http://localhost:43353/address/forwards/al...@b.com/targets/bob%2Btag%40b.com]
=>
[http://localhost:43353/address/forwards/al...@b.com/targets/bob+...@b.com]
```

Only one URL decoding (1 corresponding encoding) should be enough...
 - [ ] Fix it for forwards and all places related to `MailAddressParser`



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org