History log of /frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/PacService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
44c02590374bda5928669be0d14110b12c271461 22-Dec-2014 Andrei Kapishnikov <kapishnikov@google.com> Do not throw NullPointerException from PacService

Do not throw NullPointerException from PacService
since the calling client may not expect it and crash.

Fix of Bug 18818567

Change-Id: Ic36e8a1ca13cdaa7f605b6ade9cc6783517cbf40
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/PacService.java
7a6af1c09306fa833d11f5ffd100eff7b1a35a4c 21-Aug-2013 Jason Monk <jmonk@google.com> Verify inputs to PAC resolving.

This verifies both the URL and host are valid before they are passed to the
javascript for PAC. This is to protect against injection attacks.

Bug: 10230771
Change-Id: Ib1996181971a49ccd390f181ec3848124801e4d5
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/PacService.java
9ced3cd9d6ea414523051ec872fffc68f5fdbf08 12-Aug-2013 Jason Monk <jmonk@google.com> Change PacProcessor to Android Service

This switches the PacProcessor over to an Android Service. The service
is bound and unbound by the PacManager, which also adds it to the
ServiceManager, allowing for Context-Free access by the PacProxySelector
in all DVMs.

bug:10182711
Change-Id: Id1ff7660be56e8976cdcccd76e041feb47a17a61
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/PacService.java